Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to add records in ADO?

Status
Not open for further replies.

homesick

Programmer
Dec 5, 2001
55
CA
I have a Tracker table with the fields Agent name, Date, Customer Name and Product. I want to sumbit the records into my DB using a button. How do i do this? BTW, does i make a diffreence it's already bound using the Wizard or do i still have to write that in the code. ow do i find the provider?

Still learning....
 
I'm still learning too. Here's a great link of example code straight from the horse's mouth.


The main ADO page has some good information and the above link.

Hopefully this will get you going, coding the connection, etc. Error coding aside, you should be able to send the contents of your form controls (if that's what you've got) straight into the DB.
 
Hi,

see also thread222-175746
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top