Results 1 to 2 of 2

Thread: Accessing a Sybase .DB from VB6

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    Accessing a Sybase .DB from VB6

    As I understand it I first need a Sybase ODBC driver
    where can I get this?

    Any other help/hints/pointer welcome. Totally lost.

    Thanks, DaveBo
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Accessing a Sybase .DB from VB6

    You need either an ODBC driver or an OLEDB provider. As a general rule, an OLEDB provider is better.

    You should be able to get one (or both) from the Sybase web site.

    Once you have that set up, you just need an apt connection string (which you can get via their documentation or the link in my signature). The rest of your code should be the same as any other database system.

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