connecting SQL SERVER 2000 using C++

  • Hi All

    I am looking for How could i connect SQL SERVER 2000 using C++

    please any one reply

     

    Thanks in advance..

    singhsonny@hotmail.com

    swarn@yahoo.co.in

     

    SqlIndia

  • I use ADO. Just import the ADO.dll like this

    ...

    #import "c:\programme\gemeinsame dateien\system\ado\msado15.dll"

    rename("EOF", "eof")

    ...

    and there you go and can use the ADO object model. There a lot of examples out there on the web.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply