VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Intro to ADO Part 2 (with ListView)

TheVBPro  (4 Submissions)   Databases/Data Access/DAO/ADO   Intermediate   Wed 3rd February 2021

This sample project demonstrates uses of ADO not covered in the preceding topic. The sample project presented here is a simple "one-table" database application. It works with a table of customer data (name, address, phone, etc.) and allows the user to view, add, update, and delete customer records. This sample project uses a DSN-less connection (compared to the Intro to ADO Part 1 tutorial which used DSN). Also, this sample project uses the ListView control to display the records that the application will be working with. A tutorial on the use of the ListView control is covered at the end of the article.

Rate Intro to ADO Part 2 (with ListView) (3(3 Vote))

Download Intro to ADO Part 2 (with ListView)

Intro to ADO Part 2 (with ListView) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters