Hey guys, there is something wrong with my Sql connection to my program which I really do not understand what is wrong. I followed the procedures of creating Sql Adapter/ connection from a VB.net 2003 guidebook exactly, then I added a datagrid and fill the form with the dataset. But when I try to run the program, this is what I experience:

An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll

Additional information: System error.

Can somebody please explain to me what could have went wrong and what can be done to solve the problem?

Please note that the original data was done in MS Access and I used the upsizing wizard to copy all the information to MS SQL Server. When I preview the dataset in my SqlDataAdapter, I have no problem viewing all the data in it