Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 sql query and vb6

Author  Topic 

sw9mba
Starting Member

2 Posts

Posted - 2009-08-15 : 09:10:06
i have this query "DELETE *
FROM mt_read
WHERE mt_time < ins_date;"
which delete all the data from the table.i give the date every time i run this query in ms access(ins_date).
i want to use this query in vb6 . the ins_date is an argument in a calling routine which calls a function in vb6
how can i convert this sql query in vb6???
   

- Advertisement -