Results 1 to 2 of 2

Thread: ACCESS AND SQL

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Santo Domingo,D.N., Dom. Rep.
    Posts
    707

    Question

    I have a FULL APP. in access (inventory, Invoce, etc) and I want to convert the complete APP to SQL 7.0 (Form, report etc). Is this possible? or Can I convert it to VB6.0.

  2. #2
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    you can upscale the databse using the Upsize to SQL Server

    Go tools > addins > upsize-to-sql-server

    if you havent got this option, you will need to get the addin. i'm not sure where you will find it, possibly on the M$ website

    this will create a database on your sql server, import the data(if you want it to) and then create linked tables in the access db that are linked to the sql server.

    reports, queries etc would still be in your mdb/mde file, but the data would be on sql server

    you can convert it to vb6, but it might be difficult. there are programs out there (merlin is one, i think) that will convert forms etc, but quite a lot of your code may have to be gone through manually


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