Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Unrecognised database format

 
   Database Help (Home) -> Visual Basic RSS
Related Topics:
SQL Format - Hi Guys, I am trying to get a selection of fields from a DB. I can select specific records using sql = * FROM cds WHERE Artist = rs.open sql,cn Not problem. But I want to able to retireve records say starting with BR. SO when I try ..

sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table and there a column wich is data type All data in this column is in form So why when i run .asp page with simple query to..

I need help with some VB or SQL programming for a database. - I need some VB or SQL coding to finish up an access database program. I am trying to choose selected records from an access table based on certain criteria. Example: 2 records needed out of 4 total records and the code should choose the 2 records with.

Shared Database Connection? - I want to use an oracle odbc on my windows server for an I am writing for client The result is I don't want to install the oracle client to get sql*net on every i am running my the program on. What should..

Package & Deployment wizard: Update a database - Dear, I have developed a VB6.0 which uses an access database. I deployed this with the & from Visual Basic, and it works fine. Due to some new I had to add an extra column to..
Next:  Visual Basic: VB app and database question  
Author Message
Ian Davies

External


Since: Feb 06, 2005
Posts: 9



(Msg. 1) Posted: Sat Feb 19, 2005 9:50 pm
Post subject: Unrecognised database format
Archived from groups: comp>lang>basic>visual>database (more info?)

Im trying to use the VB Dataform Wizard to create a form in vb6. However
when I select an Access 2000
database as my source I get the message "Unrecognised database format
'c:\databasenameandpath'". When
I select an Access97 database it works.
Does anyone know why? Is it to do with my settings in Access?

Thanks
Ian

 >> Stay informed about: Unrecognised database format 
Back to top
Login to vote
dhodgkins

External


Since: Feb 15, 2005
Posts: 3



(Msg. 2) Posted: Tue Feb 22, 2005 12:10 pm
Post subject: Re: Unrecognised database format [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ian Davies wrote:
 > Im trying to use the VB Dataform Wizard to create a form in vb6.
However
 > when I select an Access 2000
 > database as my source I get the message "Unrecognised database format
 > 'c:\databasenameandpath'". When
 > I select an Access97 database it works.
 > Does anyone know why? Is it to do with my settings in Access?
 >
 > Thanks
 > Ian

Hi Ian,
Can you open the Access 2000 database in Access? In my experience,
that message means either the database is corrupt or the wrong ADO
provider is used. For a corrupt database, open it in access and do a
compact and repair. For the wrong ADO provider, make sure that your
connection string includes "Provider=Microsoft.Jet.OLEDB.4.0". By
saying 4.0 vs 3.51, you can open XP, 2000 or 97. if you have 3.51 you
can only open 97.

David Hodgkins<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Unrecognised database format 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]