CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SQL Access

  1. #1
    Join Date
    May 1999
    Posts
    9

    SQL Access

    I´m using MS VC++ 6.0 and I would like detailed information (code) on how to access an SQL server(MS SQL server 6.5)...
    How do i Retrieve and display data and how do i create a Front-End for this aplication...
    Thanks

    R.F.L.

  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: SQL Access

    Access SQL Server via a DNS that you specify in Control Panel | ODBC drivers. Class Wizard can generate a wrapper class for your recordset if you specify the DNS (the default is MQIS if I recall exactly). If you need further help, contact me directly.


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