08-05-2013, 02:57 PM
Hello! This is mine code:
{
"server=",
this.textBox_host.Text,
";User id=",
this.textBox_user.Text,
";Password=",
this.textBox_password.Text,
";database=" ,
this.textBox_db3.Text
});
I guess the problem could be in createtime table, because it has datatime is null (0000-00-00 00:00)
Any idea how to fix this problem?

