Click here to Skip to main content
16,005,178 members
Home / Discussions / Database
   

Database

 
GeneralC# and Data Blobs Pin
GrahamS3-Feb-03 2:20
GrahamS3-Feb-03 2:20 
Generalwhats eqivalent for cursor in ADO.NET Pin
pushpi2-Feb-03 17:48
pushpi2-Feb-03 17:48 
GeneralSQL connection problem Pin
pushpi1-Feb-03 0:38
pushpi1-Feb-03 0:38 
GeneralRe: SQL connection problem Pin
karl_w1-Feb-03 10:11
karl_w1-Feb-03 10:11 
GeneralRe: SQL connection problem Pin
pushpi2-Feb-03 17:45
pushpi2-Feb-03 17:45 
GeneralProblem with C# and MySQL Pin
Snowjim31-Jan-03 5:18
Snowjim31-Jan-03 5:18 
GeneralRe: Problem with C# and MySQL Pin
Daniel Turini31-Jan-03 5:38
Daniel Turini31-Jan-03 5:38 
GeneralRe: Problem with C# and MySQL Pin
Snowjim31-Jan-03 6:36
Snowjim31-Jan-03 6:36 
Thanks for the help

I Think this code is right but i need to connect it to MySql.

OleDbConnection Myconnection = null; <br />
OleDbDataReader dbReader = null; <br />
<br />
Myconnection = new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0; User Id=; Password=; Data Source=C:\familyTree.mdb"); <br />
Myconnection.Open(); 


I dont know how to change this code so it will work with mysql(have look along time)

I know that i have to change the User Id and pass to one that can loggon to the SQL server, but what do i change the Data Source to? (my computer name is JIMMY-217, but i dont know how to get the right adress to connect)
Then the first((@"Provider=Microsoft.Jet.OLEDB.4.0;) i probely have to change to.

Hope you have an ide on this

Best regards

Jimmy
GeneralRe: Problem with C# and MySQL Pin
kaschimer31-Jan-03 6:54
kaschimer31-Jan-03 6:54 
GeneralRe: Problem with C# and MySQL Pin
Snowjim31-Jan-03 6:58
Snowjim31-Jan-03 6:58 
GeneralRe: Problem with C# and MySQL Pin
David Salter1-Feb-03 10:18
David Salter1-Feb-03 10:18 
GeneralRe: Problem with C# and MySQL Pin
Snowjim1-Feb-03 12:11
Snowjim1-Feb-03 12:11 
GeneralRe: Problem with C# and MySQL Pin
David Salter1-Feb-03 12:49
David Salter1-Feb-03 12:49 
GeneralRe: Problem with C# and MySQL Pin
Snowjim1-Feb-03 12:58
Snowjim1-Feb-03 12:58 
GeneralRe: Problem with C# and MySQL Pin
Snowjim1-Feb-03 14:40
Snowjim1-Feb-03 14:40 
GeneralRe: Problem with C# and MySQL Pin
David Salter2-Feb-03 11:41
David Salter2-Feb-03 11:41 
GeneralRe: Problem with C# and MySQL Pin
David Salter2-Feb-03 11:49
David Salter2-Feb-03 11:49 
GeneralTimestamp and long problem in access Pin
leppie30-Jan-03 23:12
leppie30-Jan-03 23:12 
GeneralRe: Timestamp and long problem in access Pin
Bernhard Hofmann31-Jan-03 1:40
Bernhard Hofmann31-Jan-03 1:40 
GeneralRe: Timestamp and long problem in access Pin
leppie31-Jan-03 4:16
leppie31-Jan-03 4:16 
GeneralRe: Timestamp and long problem in access Pin
leppie31-Jan-03 23:18
leppie31-Jan-03 23:18 
GeneralRe: Timestamp and long problem in access Pin
Bernhard Hofmann3-Feb-03 5:18
Bernhard Hofmann3-Feb-03 5:18 
GeneralRe: Timestamp and long problem in access Pin
leppie3-Feb-03 6:10
leppie3-Feb-03 6:10 
GeneralPerforming Bulk Insert from C# Pin
Darryl Borden29-Jan-03 11:22
Darryl Borden29-Jan-03 11:22 
GeneralRe: Performing Bulk Insert from C# Pin
SimonS29-Jan-03 20:54
SimonS29-Jan-03 20:54 

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.