aspx_beginners thread: Error # BC30451: Name 'objDS' is not declared
Hi
I am getting the following error when I run aspx file.
I am connecting to remote server from a local machine and accessing SQL
SERVER 2000 database.
The path I am using to connect to database on server is as follows....
MyConnection = New SqlConnection ("data source="...";initial
catalog="...";user id="....";workstation id="...."")
I am using Data form wizard in VS.NET to display table contents on a form.
Can some one help me with this...
Thanks,
Naveen.
|





