Re: Running outside of VisualStudio
Posted by: David Barron
Date: February 08, 2005 08:20AM

I don't believe so. I'm not using the VS Connection wizard or dialogs or anything and I'm not adding a connection from the toolbox, I'm coding it myself.

Here's my code:

InitializeComponent();
connection = new MySqlConnection("Database=TimeTrack;Data Source=localhost;User Id=userid;Password=password");
connection.Open();


I've put the connection in my winform's constructor, so I don't think I'm using Ole DB.

By the way, is it possible to put the MySql stuff on the toolbox? I added them myself but when i tried to use it I got errors.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
February 07, 2005 12:37PM
Re: Running outside of VisualStudio
February 08, 2005 08:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.