Hello, i start to write module to use like a DB Engine. I create all kind of functions and all use the database object of "Micorosft ADO 3.51".
So i create a database object (DB As DataBase) and then i open it with OpenDataBase() function.

----The Problem-----
Now i want to run SQL statments like INSERT INTO, DELETE, UPDATE and all other SQL but i don't now how to do it with the database object.

Please help me out.
Kiron