Results 1 to 6 of 6

Thread: [RESOLVED] - running a delete query with a dsn

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586

    [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
  •  



Click Here to Expand Forum to Full Width