Re: crash when wrong connection string...
Posted by: Matt
Date: December 30, 2006 09:12AM

Try
MySqlConnection *conDatabase = new MySqlConnection(S"Data Source=localhost;Persist Security Info=yes");
MySqlCommand *cmdDatabase = new MySqlCommand(S"CREATE DATABASE CarRental1;", conDatabase);
Catch()
MsgBox("No go")
End Try

Options: ReplyQuote


Subject
Written By
Posted
Re: crash when wrong connection string...
December 30, 2006 09:12AM


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.