Click to See Complete Forum and Search --> : ADO with VC++


odeveloper
February 26th, 2003, 07:10 AM
Hi all

I m trying to learn VC++ database prog. i need help if someone can create a small sample app as follows:

-IDE = VC++ 6
-Using ADO DSN less connection (Provider='' user='' password='' data source='')
-db contains two tables (table_a, table_b)
-each table contain 3 fields of datatypes Numeric, Char, Date
-data must populate in Edit Boxes via SQL statement which stored behind a button
-other buttons Add Update Delete (Add/Update will not work automatically as in Access or VB)
-data validation of table_a thru table_b during Add/Editing

I will be very grateful. This will help alot to understand VC database programing.