Querystableadapter how to use it ???

  • Thread starter Thread starter Paolol
  • Start date Start date
P

Paolol

Hi, I don't understand how to use the Querystableadapter.
I create it and added 1 query and 1 stored proc, but who i can acces those
from the Form1 ??
In Form1 i see only the Table from the dbSqlDataSet !
Please help me :)
Thanks,
Paolol
 
Paolol,

There should be another namespace in your project now which contains all
the table adapters which you can use. It might be a sub-namespace titled
"TableAdapters" or something of that nature.
 
Hi Nicholas,
thanks for the replay.
I'm not able to find any reference on the Form
I try :
DataSet1. ( I see all the tables and some metods but not the QueriesTable )
DataSet. ( I see only the tables )
My dataSet name is dbSqlDataset :)
Thanks for any more clue ;)
Ciao,
Paolol


Nicholas Paldino said:
Paolol,

There should be another namespace in your project now which contains
all the table adapters which you can use. It might be a sub-namespace
titled "TableAdapters" or something of that nature.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Paolol said:
Hi, I don't understand how to use the Querystableadapter.
I create it and added 1 query and 1 stored proc, but who i can acces
those from the Form1 ??
In Form1 i see only the Table from the dbSqlDataSet !
Please help me :)
Thanks,
Paolol
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top