CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 1999
    Posts
    9

    Database conversion

    How to convert a Access database to a SQL Server Database

    thanks
    [email protected]


  2. #2
    Join Date
    May 1999
    Location
    Geneva
    Posts
    32

    Re: Database conversion

    Have SQL Server 6.5 or 7.0 ?


  3. #3
    Join Date
    Apr 1999
    Posts
    9

    Re: Database conversion

    I have SQL 6.5 but if it's easier with SQL 7.0
    'no problemo', I will install SQL 7.0

    thanks
    [email protected]


  4. #4
    Join Date
    May 1999
    Location
    Geneva
    Posts
    32

    Re: Database conversion

    If you have it, install it, it's more powerful than the 6.5

    And you can link your access database in your SQL 7.0 Database. Then you Generate the SQL Script, then you unlink your access and lauch the script.

    Normally it's work

    Niquille Christian


  5. #5
    Join Date
    Apr 1999
    Location
    Philippines
    Posts
    46

    Re: Database conversion

    Good Day!
    I also want to convert my Access database into SQL Server database,
    but I only have version 6.5, can you point me to some articles or readings
    which could help me out?

    TIA



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