Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Error # BC30451: Name 'objDS' is not declared


Message #1 by "Naveen Avatapally" <naveen_av@h...> on Mon, 24 Jun 2002 19:25:48
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. 

  Return to Index