Hi,
I created a setup file (of vb6 and access 2003) that works fine in xp, 2000, server 2003 but not in vista. In vista, the connection to db is established, some database operations can be done. But in area, where I try to add a record to a table, the following error is displayed:
Run-time error -2147467259 (80004005)
Cannot open database ''. It may not be the database that your application recognizes, or the file may be corrupt.
I am using ADO 2.8 Library and JET 4.0.
What is the wrong with the program please? Do I need to take any action to run it in vista.
I created a setup file (of vb6 and access 2003) that works fine in xp, 2000, server 2003 but not in vista. In vista, the connection to db is established, some database operations can be done. But in area, where I try to add a record to a table, the following error is displayed:
Run-time error -2147467259 (80004005)
Cannot open database ''. It may not be the database that your application recognizes, or the file may be corrupt.
I am using ADO 2.8 Library and JET 4.0.
What is the wrong with the program please? Do I need to take any action to run it in vista.
Comment