[Newbie] data acces with ado

  • Thread starter Thread starter laurent couraud
  • Start date Start date
L

laurent couraud

Hello all,

first, sorry for my bad english i m french.

i want to fill a datagridview with data from a database.

more precisely i want to fill datagridview with some field of somme table.

for example i want to fill the datagridview with:

table1.field2, table1.field3, table2.field2, table2.field3 and so on...

can i use directly ADO classes (dataset, datatable, dataadapter....) to do
that?

or does i need to fill "manualy" one datatable with my "manualy" filled
columns.


ps: vb xpress edition.
 
Laurent, you can use the ADO class, however your text shows that you mean
ADONET.

You can use the DataSet and the DataTable direct with the FILL command from
the SQLDataAdapter while you can use the DataSet, the DataTable and the
DataRow direct with the Update command from that.

Cor
 
if your french then you shoudl STFU and go and figure it out yourself

your stupid country-- after America saved you TWICE-- you had the
audacity to criticize our Iraq policies?

France should be living under an American Flag right now
 
Back
Top