Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
AnswerRe: struct X class Pin
Christian Graus11-Sep-08 15:15
protectorChristian Graus11-Sep-08 15:15 
GeneralRe: struct X class Pin
Dirso11-Sep-08 15:37
Dirso11-Sep-08 15:37 
GeneralRe: struct X class Pin
Judah Gabriel Himango11-Sep-08 17:27
sponsorJudah Gabriel Himango11-Sep-08 17:27 
GeneralRe: struct X class Pin
Dirso12-Sep-08 0:11
Dirso12-Sep-08 0:11 
AnswerRe: struct X class Pin
Guffa11-Sep-08 20:52
Guffa11-Sep-08 20:52 
GeneralRe: struct X class Pin
Dirso12-Sep-08 0:13
Dirso12-Sep-08 0:13 
GeneralRe: struct X class Pin
Guffa12-Sep-08 2:32
Guffa12-Sep-08 2:32 
Questionwhich database is installed on every computer Pin
Deresen11-Sep-08 12:03
Deresen11-Sep-08 12:03 
Hello everyone,

I've got a little problem.
I made a project and it runs well. In the project I access a database, I create table and access them. The database I use is Microsoft SQL Server 2005, the free database from Microsoft. After I installed it, I enter a connectionstring like this: DERESEN\SQLEXPRESS and it will work fine. So I tried it with my friends computer and it didn't work, I had to change the name (DERESEN) in the computer's name, so I did it like this: Environment.MachineName + "\SQLEXPRESS". And it did work.

Now the problem: I need to get it work on every (Windows-based) computer, so I let my girlfriend instal it at her computer (a computer no-no should be able to do it), but it didn't work. I let her instal SQL Server 2005 and it didn't work.

So now my question:
Is there any database which is ALWAYS installed on a windows computer which I can access. Or is there another way (which I didn't see) to get a database running?

I hope you can help me, because I've been searching for days for an answer to this problem.
AnswerRe: which database is installed on every computer Pin
Pete O'Hanlon11-Sep-08 12:25
mvePete O'Hanlon11-Sep-08 12:25 
AnswerRe: which database is installed on every computer Pin
Eslam Afifi11-Sep-08 12:35
Eslam Afifi11-Sep-08 12:35 
GeneralRe: which database is installed on every computer Pin
Member 204889411-Sep-08 14:05
Member 204889411-Sep-08 14:05 
AnswerRe: which database is installed on every computer Pin
Paul Conrad11-Sep-08 12:49
professionalPaul Conrad11-Sep-08 12:49 
AnswerRe: which database is installed on every computer Pin
Giorgi Dalakishvili12-Sep-08 0:49
mentorGiorgi Dalakishvili12-Sep-08 0:49 
QuestionOpen Another Application from a Windows Form Pin
polishprogrammer11-Sep-08 11:30
polishprogrammer11-Sep-08 11:30 
AnswerRe: Open Another Application from a Windows Form Pin
Pete O'Hanlon11-Sep-08 11:53
mvePete O'Hanlon11-Sep-08 11:53 
AnswerRe: Open Another Application from a Windows Form Pin
Eslam Afifi11-Sep-08 11:58
Eslam Afifi11-Sep-08 11:58 
QuestionHow do I programatically select a Tab Page? Pin
postonoh11-Sep-08 10:52
postonoh11-Sep-08 10:52 
AnswerRe: How do I programatically select a Tab Page? Pin
Pete O'Hanlon11-Sep-08 11:21
mvePete O'Hanlon11-Sep-08 11:21 
GeneralRe: How do I programatically select a Tab Page? Pin
postonoh11-Sep-08 11:26
postonoh11-Sep-08 11:26 
GeneralRe: How do I programatically select a Tab Page? Pin
Pete O'Hanlon11-Sep-08 11:44
mvePete O'Hanlon11-Sep-08 11:44 
GeneralRe: How do I programatically select a Tab Page? Pin
postonoh11-Sep-08 13:35
postonoh11-Sep-08 13:35 
GeneralRe: How do I programatically select a Tab Page? Pin
Member 204889411-Sep-08 14:50
Member 204889411-Sep-08 14:50 
Questiontypedef?? Pin
Dirso11-Sep-08 10:08
Dirso11-Sep-08 10:08 
AnswerI am unaware of that functionality in C# Pin
Ennis Ray Lynch, Jr.11-Sep-08 10:18
Ennis Ray Lynch, Jr.11-Sep-08 10:18 
AnswerRe: typedef?? Pin
PIEBALDconsult11-Sep-08 10:57
mvePIEBALDconsult11-Sep-08 10:57 

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.