PDA

Click to See Complete Forum and Search --> : Delete SQL in VB6 for Access database


Caro
Oct 6th, 1999, 10:04 PM
I have created an SQL to delete records based on certain criteria but when I try to execute it nothing happens - When trapped the SQL created looks correct. Maybe I'm not pointing to the right database - can any one give me a sample of code? - e.g.
dsMain.Databasename = strDatabase
dsMain.Database.Execute strSql
etc.
Is there something missing?