Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: access database on a server via a windows application? Pin
Paul Conrad11-Aug-06 4:53
professionalPaul Conrad11-Aug-06 4:53 
GeneralRe: access database on a server via a windows application? Pin
Guffa11-Aug-06 8:11
Guffa11-Aug-06 8:11 
GeneralRe: access database on a server via a windows application? Pin
Rob Graham11-Aug-06 8:46
Rob Graham11-Aug-06 8:46 
General Re: access database on a server via a windows application? Pin
Paul Conrad11-Aug-06 15:34
professionalPaul Conrad11-Aug-06 15:34 
AnswerRe: access database on a server via a windows application? Pin
Guffa11-Aug-06 8:04
Guffa11-Aug-06 8:04 
GeneralRe: access database on a server via a windows application? Pin
Dave Kreskowiak11-Aug-06 8:30
mveDave Kreskowiak11-Aug-06 8:30 
GeneralRe: access database on a server via a windows application? Pin
Paul Conrad11-Aug-06 15:37
professionalPaul Conrad11-Aug-06 15:37 
GeneralRe: access database on a server via a windows application? Pin
Rob Graham11-Aug-06 8:38
Rob Graham11-Aug-06 8:38 
You didn't really specify what database engine you are using, and that impacts the answer. If it's Microsoft Access, you would need to place it on a shared drive on the server and use a UNC string for the database path (\\Servername\Sharename\path) part of the connection string (the user would also need read and write access to the share). For SQL server and other server base databases, you just need to specify the correct server in the connection string, and insure that the correct network client drivers were present on the client.
If you used ADO or ADO.Net and SQL server, you they will likely already be present. The connecting user will need to be a user known to the server if using windows authentication (either a domain member, or if a work group, have an account on the server with exactly the same username and password).

AnswerRe: access database on a server via a windows application? Pin
Rob Graham11-Aug-06 8:40
Rob Graham11-Aug-06 8:40 
GeneralRe: access database on a server via a windows application? Pin
Guffa11-Aug-06 9:33
Guffa11-Aug-06 9:33 
GeneralRe: access database on a server via a windows application? Pin
Rob Graham11-Aug-06 10:48
Rob Graham11-Aug-06 10:48 
GeneralRe: access database on a server via a windows application? Pin
Guffa11-Aug-06 13:20
Guffa11-Aug-06 13:20 
Questioncompression in .net Pin
Mridang Agarwalla11-Aug-06 2:53
Mridang Agarwalla11-Aug-06 2:53 
AnswerRe: compression in .net Pin
Tyler4511-Aug-06 3:37
Tyler4511-Aug-06 3:37 
GeneralRe: compression in .net Pin
Mridang Agarwalla11-Aug-06 4:27
Mridang Agarwalla11-Aug-06 4:27 
AnswerRe: compression in .net Pin
Not Active11-Aug-06 4:29
mentorNot Active11-Aug-06 4:29 
AnswerCheat Pin
Ennis Ray Lynch, Jr.11-Aug-06 6:32
Ennis Ray Lynch, Jr.11-Aug-06 6:32 
AnswerRe: compression in .net Pin
Filip van der Meeren11-Aug-06 6:56
Filip van der Meeren11-Aug-06 6:56 
Questionaccessing dictionary within another one? Pin
honeyman_can11-Aug-06 2:26
honeyman_can11-Aug-06 2:26 
AnswerRe: accessing dictionary within another one? Pin
Ravi Bhavnani11-Aug-06 2:50
professionalRavi Bhavnani11-Aug-06 2:50 
AnswerRe: accessing dictionary within another one? Pin
Christian Wulff11-Aug-06 2:50
Christian Wulff11-Aug-06 2:50 
QuestionWinForm VS2003 DataGrid column / row / cell colors Pin
spin vector11-Aug-06 2:25
spin vector11-Aug-06 2:25 
AnswerRe: WinForm VS2003 DataGrid column / row / cell colors Pin
Ryomin11-Aug-06 8:31
professionalRyomin11-Aug-06 8:31 
GeneralEmbedded Firebird and .NET Pin
Tyler4511-Aug-06 2:15
Tyler4511-Aug-06 2:15 
AnswerRe: Embedded Firebird and .NET Pin
Tyler4511-Aug-06 3:18
Tyler4511-Aug-06 3:18 

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.