I am getting an error message "OBJECT REQUIRED when I try to run a form the error message is on the line with the following code
CsN.Open "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;PASSWORD=;Initial Catalog=demo;Data Source=192.168.0.222"
how can I correct this error message.


