Results 1 to 2 of 2

Thread: print only DB table in ado

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    8

    print only DB table in ado

    I jsut started to work with databases in VB. I want to print just the table and its contents to the printer. What object do I use?

    thank you
    michael
    [email protected]

  2. #2
    hellswraith
    Guest
    Use ADO.

    Use this SQL to return the recordset:
    SELECT * FROM <tablename>

    Then go through the recordset and print each row.

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