[Newbie] data acces with ado

  • Thread starter laurent couraud
  • 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.
 
C

Cor Ligthert [MVP]

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
 
A

aaron.kempf

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
 

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

Top