CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2002
    Location
    India
    Posts
    11

    c using Sybase as the database

    Any links/tutorials where i can get
    "c using Sybase as the database"
    Thanks in advance.

    Regatrds
    Debkumar

  2. #2
    Join Date
    Oct 2002
    Location
    India
    Posts
    11

    C/C++ either

    It can be either c/c++ using Sybase as the database.

  3. #3
    Join Date
    Jun 2002
    Posts
    1,417
    try www.sybase.com They have some downloads, and also publish a very large set of books using Open Client libraries.

    You can use either their Open Client libraries or the older ODBC interface. If you use ODBC you can use any book that describes that database access method. Open Client is the best way to go because Sybase no longer updates the ODBC interface and has stated it is now obsolete. Sybase also has a developer's news group and, for a fee, you can get personal technical help.

  4. #4
    Join Date
    Oct 2002
    Location
    India
    Posts
    11
    thanx stober...

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

Featured