Hi all,
I'm getting an error when filling a dataset, but I can't figure out why. code is:
VB Code:
TreeAdapter.Fill(TreeData.Qry_Admin_TreeMenu_VBNET)
And the error I get is:
An unhandled exception of type 'System.data.sqlclient.sqlexception' occurred in system.data.dll
Additional Information: System Error
How can I resolve this error? I think it might be sql server is giving the error, how can I get the application to give me the error in a messagebox?
Thanks
Rudi




Reply With Quote