Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Converting databases

  • 18-03-2003 3:51pm
    #1
    Closed Accounts Posts: 7,230 ✭✭✭


    I have a database created in access 97 called Library.mdb. I converted it to access 2000. I thought there were no problems until i ran my Library Application and VB could not recognise the database. I do realise that i could just re-design the whole database in 2000 and use that, however i don't have that time i'm afraid, as the database is huge. I have a backup of the old database but i need it to be converted to 2000 because for some reason my version of 97 won't accept two primary keys in the one table.
    Have any VB programmers or Access Guru's had similar problems? Is there a way around this without re-writing the database in 2000 from scratch? I'm thinking big ass companies that converted their huge databases had similar woes but they did not redo theirs. There must be a way around this!


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    Are you connecting to the database through DAO? If so and you're using DAO 2.5/3.x then you need to upgrade to DAO 3.6 then change the refrences.

    AFAIK 3.6 is installed by default with VB 6 but I'm sure you can download it from somewhere.

    hope this helps.


Advertisement