P
Philip Tepedino
Hi all,
I'm getting an error when my class calls the
SqlDataAdapte.Fill(SomeDataSet)
I have a SqlCommand object with a valid query and
connection (this part works), I then set the
SqlDataAdapter's SelectCommand = SqlCommand.
I make a new DataSet such as: Dim SomeDataSet as DataSet =
New Dataset, then call the .Fill
The error is as follows:
An unhandled exception of
type 'System.Data.SqlClient.SqlException' occurred in
system.data.dll
Additional information: System error.
I've looked online for help, but can't seem to find
anything specific. Any help would be greatly appreciated.
Thanks,
Philip Tepedino
(e-mail address removed)
Database/Software Development
Siemens Westinghouse Generation Services
I'm getting an error when my class calls the
SqlDataAdapte.Fill(SomeDataSet)
I have a SqlCommand object with a valid query and
connection (this part works), I then set the
SqlDataAdapter's SelectCommand = SqlCommand.
I make a new DataSet such as: Dim SomeDataSet as DataSet =
New Dataset, then call the .Fill
The error is as follows:
An unhandled exception of
type 'System.Data.SqlClient.SqlException' occurred in
system.data.dll
Additional information: System error.
I've looked online for help, but can't seem to find
anything specific. Any help would be greatly appreciated.
Thanks,
Philip Tepedino
(e-mail address removed)
Database/Software Development
Siemens Westinghouse Generation Services