PDA

Click to See Complete Forum and Search --> : Adding Records To A Table Using ADO?


JonnyCab
Jun 4th, 2000, 09:19 PM
Hi can anyone explain or give example code to add records to a table using ADO. I am using VB6 and have set up a Data Environment, Connection, and Commands that refer to tables.

Cheers

Jonny

JonnyCab
Jun 5th, 2000, 06:55 AM
Thanks Ian

I'll play around with some of those code examples to see which one best suits.

Cheers

Jonny

Chris
Jun 5th, 2000, 10:07 AM
Just use a standard SQL statement will do.

INSERT INTO <Table Name> VALUES (bla...bla...bla...);