Click here to Skip to main content
15,912,329 members
Home / Discussions / Database
   

Database

 
GeneralRe: Looping Through Table Display Category Hierarchy Pin
sreejith ss nair27-Dec-04 19:05
sreejith ss nair27-Dec-04 19:05 
GeneralRe: Looping Through Table Display Category Hierarchy Pin
Anonymous28-Dec-04 5:13
Anonymous28-Dec-04 5:13 
GeneralRe: Looping Through Table Display Category Hierarchy Pin
sreejith ss nair28-Dec-04 16:07
sreejith ss nair28-Dec-04 16:07 
QuestionSqlConnection string? Pin
murali_utr24-Dec-04 2:14
murali_utr24-Dec-04 2:14 
AnswerRe: SqlConnection string? Pin
Michael P Butler24-Dec-04 3:45
Michael P Butler24-Dec-04 3:45 
AnswerRe: SqlConnection string? Pin
Colin Angus Mackay24-Dec-04 14:53
Colin Angus Mackay24-Dec-04 14:53 
GeneralRe: SqlConnection string? Pin
johan313127-Dec-04 23:06
johan313127-Dec-04 23:06 
GeneralRe: SqlConnection string? Pin
Colin Angus Mackay28-Dec-04 0:49
Colin Angus Mackay28-Dec-04 0:49 
Johan finland2 wrote:
How can user account matter if I use windows authetication?

It has to authenticate against an account in windows. Regardless of how you connect there will be an account involved. With SQL authentication you have to specify the account and password in the connection string, with Windows Authentication the operating system will provided the authentication on behalf of the SQL Server.


Johan finland2 wrote:
Would it be more simple just to skip the authitication and use username and password?

I don't understand your question. Authentication is the process of verifying that a user is who they say they are. SQL Server has build in authentication which is useful if people are connecting from non-windows machines. If you are connecting from a windows machine you can let windows provided the authentication details to SQL Server on your behalf by virtue of the fact that you must have passed through some authentication to log on to windows itself.


Johan finland2 wrote:
what is a Domain account

A domain account is an account on a central server. This allows a user to log into any machine within the domain (typically a LAN). This means that the account information is held in a central location and does not have to be repeated on each machine within the network.

Does this help?


Do you want to know more?
WDevs.com - Member's Software Directories, Blogs, FTP, Mail and Forums


GeneralRe: SqlConnection string? Pin
Johan Finland228-Dec-04 21:17
sussJohan Finland228-Dec-04 21:17 
GeneralRe: SqlConnection string? Pin
Colin Angus Mackay29-Dec-04 1:27
Colin Angus Mackay29-Dec-04 1:27 
General[SQL] Using 'Like' operator for prepared statement Pin
ppp00123-Dec-04 15:03
ppp00123-Dec-04 15:03 
GeneralRe: [SQL] Using 'Like' operator for prepared statement Pin
GreggS24-Dec-04 2:31
GreggS24-Dec-04 2:31 
GeneralRe: [SQL] Using 'Like' operator for prepared statement Pin
Chris Meech24-Dec-04 2:54
Chris Meech24-Dec-04 2:54 
QuestionHow to add/update/delete more than 1 record in datagrid at one go Pin
amittinku23-Dec-04 0:08
amittinku23-Dec-04 0:08 
AnswerRe: How to add/update/delete more than 1 record in datagrid at one go Pin
Charlie Williams23-Dec-04 6:49
Charlie Williams23-Dec-04 6:49 
GeneralRe: How to add/update/delete more than 1 record in datagrid at one go Pin
amittinku23-Dec-04 17:09
amittinku23-Dec-04 17:09 
GeneralRe: How to add/update/delete more than 1 record in datagrid at one go Pin
Colin Angus Mackay24-Dec-04 14:55
Colin Angus Mackay24-Dec-04 14:55 
GeneralWhat's the use of BeginEdit/EndEdit when used with a datarow Pin
amittinku22-Dec-04 21:51
amittinku22-Dec-04 21:51 
Generalhelp with dinamic tables Pin
Anonymous22-Dec-04 21:46
Anonymous22-Dec-04 21:46 
GeneralError:Cannot Create child list for field student Pin
amittinku22-Dec-04 20:58
amittinku22-Dec-04 20:58 
GeneralDatagrid: how to add/delete/update records in a datagrid Pin
amittinku22-Dec-04 20:54
amittinku22-Dec-04 20:54 
QuestionHow can we create combobox, check box at run time for a datagrid column? Pin
amittinku22-Dec-04 20:53
amittinku22-Dec-04 20:53 
QuestionHow to embed a combobox in datagrid in C# windows application Pin
amittinku22-Dec-04 20:49
amittinku22-Dec-04 20:49 
QuestionHow to refresh a datagrid in C# windows application after delete/insert/updation of records Pin
amittinku22-Dec-04 20:45
amittinku22-Dec-04 20:45 
QuestionHow do I prevent the datagrid from displaying its append row (the row at the end with an asterisk)? Pin
amittinku22-Dec-04 20:26
amittinku22-Dec-04 20:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.