HighTechTalks DotNet Forums  

Table not declared after data adapter wizard

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Table not declared after data adapter wizard in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Andre
 
Posts: n/a

Default 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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.