hi brothers i need to know how to save and delete records i adodb.

Recommended Answers

All 4 Replies

Try to use ADO for the purpose.
Then use inbuilt methods of the objects.

save in what database Friend??

In VB to Access, Use a DE..

DataEnvironment1.Connection1.Execute ("Insert INTO <tablename>(Field1,Field2...) VALUES (<Value1>,<value2>....)

read this tutorial.

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.