CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2013
    Posts
    2

    Post Help with connecting to ms sql server 2008

    Hi everybody,

    I’m a little bit new at Visual c++, and for my work I need to make a little program(in c++ 2008) that connects to a MS SQL 2008R2 database.
    So I wander if someone can tell me how I need to do that?

    I hope to hear something soon.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Help with connecting to ms sql server 2008

    What is your problem?
    What means are you using (or going to use) to connect to SQL Server db: ADO, MFC ODBC classes, OLE consumer classes, something other?
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2013
    Posts
    2

    Re: Help with connecting to ms sql server 2008

    I have a program(Visual c++ 2008 express) and i'm trying to connect to a database(MS sql server 2008 R2).
    I'm using ODBC

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Help with connecting to ms sql server 2008

    Victor Nijegorodov

Tags for this Thread

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