No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Make your connection string, the following code will shows a standard MySQL connection string. using MySql.Data.MySqlClient; public static string GetConnectionString() { string connStr = String.Format("server={0};user id={1}; password={2}; database=yourdb; pooling=false", "yourserver", "youruser", "yourpass"); return connStr; } Then create an instance from MySql.Data.MySqlClient.MySqlConnection as shown below. MySql.Data.MySqlClient.MySqlConnection mycon = new MySqlConnection( GetConnectionString());Then … | |
Re: Use Java script like Mouse Click, on mouse etc | |
Re: Method also u pass that much parameters... then u wont get error.. | |
Re: http://jom-george.blogspot.com/2011/03/how-to-insert-data-into-2-tables-by.html |
The End.