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

Thread: C++

  1. #1
    Join Date
    Feb 2000
    Location
    Canada, Qu颥c
    Posts
    33

    C++

    I'm using at the moment Access97 as Db with my project and i wanna use SQL Server now, do i have to make some changes to make my project work or it's the same thing as Access?


    Have a nice day

  2. #2
    Join Date
    Oct 1999
    Location
    Minneapolis
    Posts
    101

    Re: C++

    If you are using a DSN connection it should work, but if you are using date fields the work differently between access and sql.


  3. #3
    Join Date
    Feb 2000
    Location
    Canada, Qu颥c
    Posts
    33

    Re: C++

    Thanks, Is there alot of difference between those date fields?

    Have a nice day

  4. #4
    Join Date
    May 1999
    Location
    Wisconsin, USA
    Posts
    953

    Re: C++

    This article may provide with some information on the differences.

    http://msdn.microsoft.com/library/de.../msdeforvs.htm




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