Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Command Parameter Issue Pin
RB@Emphasys12-Nov-04 7:54
RB@Emphasys12-Nov-04 7:54 
GeneralDataBind problem Pin
webhay12-Nov-04 3:18
webhay12-Nov-04 3:18 
GeneralRe: DataBind problem Pin
Skynyrd12-Nov-04 3:59
Skynyrd12-Nov-04 3:59 
GeneralRe: DataBind problem Pin
webhay12-Nov-04 4:58
webhay12-Nov-04 4:58 
GeneralRe: DataBind problem Pin
Skynyrd12-Nov-04 10:16
Skynyrd12-Nov-04 10:16 
GeneralRe: DataBind problem Pin
webhay18-Nov-04 4:04
webhay18-Nov-04 4:04 
QuestionOnline Database? Pin
The underdog12-Nov-04 3:13
The underdog12-Nov-04 3:13 
AnswerRe: Online Database? Pin
Colin Angus Mackay12-Nov-04 7:15
Colin Angus Mackay12-Nov-04 7:15 
The underdog wrote:
is it possible to use a online database in a local application?

What do you mean by "online database"? Surely a database has to be online in order to work? Do you mean "remote"? (as in on another machine). If so, then do you mean within the same network or across the internet?

The underdog wrote:
how?

Assuming you mean remote then the connection string will usually give the name of the server, or the location of the database. I would thing that file-bases databases (like Access) wouldn't work too well in the this scenario. But I've never tried other than a few connections in a LAN environment.


The underdog wrote:
Is it also possible to use a My SQL database in a progam and again [if] yes [then] how?

Yes, You can use the MySql Connector[^] for .NET. Or you can use the ODBC driver and connect via that.



Do you want to know more?


GeneralC# form_load event Pin
Phil Finlay12-Nov-04 3:05
Phil Finlay12-Nov-04 3:05 
GeneralRe: C# form_load event Pin
Skynyrd12-Nov-04 4:09
Skynyrd12-Nov-04 4:09 
GeneralRe: C# form_load event Pin
Phil Finlay12-Nov-04 5:47
Phil Finlay12-Nov-04 5:47 
GeneralRe: C# form_load event Pin
Skynyrd12-Nov-04 10:26
Skynyrd12-Nov-04 10:26 
GeneralRe: C# form_load event Pin
Phil Finlay15-Nov-04 9:15
Phil Finlay15-Nov-04 9:15 
GeneralRichTextBox and DetectUrls Pin
benjymous12-Nov-04 1:51
benjymous12-Nov-04 1:51 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
benjymous12-Nov-04 0:44
benjymous12-Nov-04 0:44 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
Sebastian Schneider12-Nov-04 1:58
Sebastian Schneider12-Nov-04 1:58 
GeneralI'd like to use IPicture class using C# Pin
Anonymous12-Nov-04 0:37
Anonymous12-Nov-04 0:37 
GeneralCreating a table from code Pin
vog_ro12-Nov-04 0:31
vog_ro12-Nov-04 0:31 
GeneralRe: Creating a table from code Pin
David Salter12-Nov-04 2:33
David Salter12-Nov-04 2:33 
GeneralRetrieving a website name by its IP address Pin
Majid Shahabfar11-Nov-04 23:11
Majid Shahabfar11-Nov-04 23:11 
GeneralRe: Retrieving a website name by its IP address Pin
Sebastian Schneider11-Nov-04 23:29
Sebastian Schneider11-Nov-04 23:29 
GeneralRe: Retrieving a website name by its IP address Pin
David Salter11-Nov-04 23:39
David Salter11-Nov-04 23:39 
GeneralRecursion (Can someone walk through cheese?) Pin
Sebastian Schneider11-Nov-04 22:28
Sebastian Schneider11-Nov-04 22:28 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
yoaz11-Nov-04 22:46
yoaz11-Nov-04 22:46 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
Sebastian Schneider11-Nov-04 23:01
Sebastian Schneider11-Nov-04 23:01 

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.