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.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> 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
[quoted text clipped - 3 lines]
> Thanks,
> Paolol
Paolol - 19 Oct 2007 15:20 GMT
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
> Paolol,
>
[quoted text clipped - 9 lines]
>> Thanks,
>> Paolol