I am developin a project in VB6,i need to save the data inputs in form to the Access Database,using the save button.........
Plz help me
Thnks in advance:)

Recommended Answers

All 2 Replies

Just add a data control , when save button is clicked , acess and update the database corresponding to the data control. Simple project assignment I would say.

try the following code with ADO

con.begintrans            'con--ADODB connection object
con.execute "put your sql statement here "
con.commitrans
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.