Viewing 2 posts - 1 through 3 (of 3 total)
Thanks to all. I just have resolve the problem. It was my string connection:
string connectionString = "Data Source=MYIP;Initial Catalog=MYDB;User ID=sa;Password=MYSAPASSWORD";
Thanks for your help, anyway.
February 19, 2007 at 1:16 pm
#690538
I forgot to attach my sql string connection:
"Data Source=MyIPServername;Integrated Security=no;Current Language=English;User ID=MyUsername;Password=MyPassword;Initial Catalog=MyDBName;"
February 19, 2007 at 11:54 am
#690531