|
-
Jun 13th, 2007, 03:53 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] - running a delete query with a dsn
Greetings,
I need to set up , in VB6, a delete query through a dsn. How do I say it in code? Here is the dsn and the query that will be run.
dsn="mbdb_mb"
sql = "TRUNCATE TABLE LRUCache" 'deletes records in table, without checking for foreign keys
Thank you,
Jim
Last edited by JimMuglia; Jun 14th, 2007 at 12:52 PM.
Reason: resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|