Table not declared after data adapter wizard -
05-19-2006
, 03:22 PM
I used the data wizard to
1) create a OleDb connection to an access db called dbcon
3) create a data adapter called dbadpLogin
2) create SQL to select * from tblUsers using the query build which created
a) a dataset called dsUsers
b) a table with an object name: tblUserLoginInfo and Alias: tblogin
When I try and reference it in my code like
tbLogin = or
tblUserLoginInfo = I get that it is not declared.
Am I missing a step somewhere?
Andre |