Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
GeneralDataGrid current row Pin
Christian Graus5-Jul-04 11:13
protectorChristian Graus5-Jul-04 11:13 
GeneralRe: DataGrid current row Pin
Christian Graus5-Jul-04 12:14
protectorChristian Graus5-Jul-04 12:14 
GeneralRe: DataGrid current row Pin
Heath Stewart5-Jul-04 18:08
protectorHeath Stewart5-Jul-04 18:08 
GeneralRe: DataGrid current row Pin
sreejith ss nair6-Jul-04 2:03
sreejith ss nair6-Jul-04 2:03 
GeneralAccessing Data with Web Forms Pin
Ian Bowler5-Jul-04 10:38
Ian Bowler5-Jul-04 10:38 
GeneralRe: Accessing Data with Web Forms Pin
Colin Angus Mackay5-Jul-04 11:13
Colin Angus Mackay5-Jul-04 11:13 
GeneralRe: Accessing Data with Web Forms Pin
Ian Bowler5-Jul-04 11:41
Ian Bowler5-Jul-04 11:41 
GeneralRe: Accessing Data with Web Forms Pin
Colin Angus Mackay5-Jul-04 11:56
Colin Angus Mackay5-Jul-04 11:56 
Okay, you have at least established a connection to your SQL Server - but you also need to supply the correct userid and password. All SQL servers will have an "sa" account (System Admin) and if you haven't changed it then chances are its password will be blank.

Also, since your using MSDE (the Desktop Edition of SQL Server) you don't have all the nice GUI bits that make changing passwords, adding users and so on easy.

Once your logged in as sa, you need to run the query:
exec sp_grantlogin N'IANANDKRISTA\Ian'


Then you can log in automatically while you are logged into Windows.

Does this help?

Disclaimer: I use the Enterprise edition of SQL Server so I'm more used to the GUI which handles all this stuff - so, appologies in advance if I've missed something.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

My Blog


GeneralRe: Accessing Data with Web Forms Pin
Ian Bowler5-Jul-04 12:03
Ian Bowler5-Jul-04 12:03 
GeneralRe: Accessing Data with Web Forms Pin
Colin Angus Mackay5-Jul-04 12:22
Colin Angus Mackay5-Jul-04 12:22 
GeneralRe: Accessing Data with Web Forms Pin
Ian Bowler5-Jul-04 12:46
Ian Bowler5-Jul-04 12:46 
GeneralRe: Accessing Data with Web Forms Pin
Colin Angus Mackay5-Jul-04 13:03
Colin Angus Mackay5-Jul-04 13:03 
GeneralRe: Accessing Data with Web Forms Pin
Heath Stewart5-Jul-04 18:06
protectorHeath Stewart5-Jul-04 18:06 
GeneralSearch object in hierarchy object (class) Pin
god4k5-Jul-04 5:58
god4k5-Jul-04 5:58 
GeneralRe: Search object in hierarchy object (class) Pin
Heath Stewart5-Jul-04 10:08
protectorHeath Stewart5-Jul-04 10:08 
QuestionHow to compare MemoryStream? Pin
god4k5-Jul-04 5:57
god4k5-Jul-04 5:57 
AnswerRe: How to compare MemoryStream? Pin
Heath Stewart5-Jul-04 10:01
protectorHeath Stewart5-Jul-04 10:01 
GeneralRe: How to compare MemoryStream? Pin
Mike Dimmick5-Jul-04 13:44
Mike Dimmick5-Jul-04 13:44 
GeneralRe: How to compare MemoryStream? Pin
Heath Stewart5-Jul-04 17:58
protectorHeath Stewart5-Jul-04 17:58 
GeneralRe: How to compare MemoryStream? Pin
god4k5-Jul-04 14:30
god4k5-Jul-04 14:30 
AnswerRe: How to add custom properties in PropertyGrid at Runtime Pin
Heath Stewart5-Jul-04 5:11
protectorHeath Stewart5-Jul-04 5:11 
GeneralHowto Delete a file at run time!?! Pin
QzRz5-Jul-04 4:45
QzRz5-Jul-04 4:45 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 4:50
protectorHeath Stewart5-Jul-04 4:50 
GeneralRe: Howto Delete a file at run time!?! Pin
QzRz5-Jul-04 5:09
QzRz5-Jul-04 5:09 
GeneralRe: Howto Delete a file at run time!?! Pin
Heath Stewart5-Jul-04 5:12
protectorHeath Stewart5-Jul-04 5:12 

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.