Griaule Biometrics

Home » Forums » FINGERPRINT SDK » C/C++ Specific » Unable to connect to DataBase (Error:-999)
2 replies [Last post]
akhil
Offline
Joined: 2011-03-07
Rate this post:
0
No votes yet
Unable to connect to DataBase (Error:-999)

I tried to run the GrFinger application of C++.Net 2005 in Visual Studio 2005.

I'm able to build the project without any issues, but when i debug or do 'start without debugging', it shows the following error:

Unable to connect to DataBase (Error:-999)

How do I solve the issue in hand??

Please Help..

JB
Offline
Joined: 2010-09-15
Rate this post:
0
No votes yet

Dear customer,

In the file DBClass.h change the line:

#define CONNECTION_STRING "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../DB/GrFingerSample.mdb"

for the complete path.

#define CONNECTION_STRING "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C://Users//xxx//xxx//GrFingerX_CPPNet2005//GrFingerX//DB//GrFingerSample.mdb"

 

 

Jan Beeck

Griaule Support Team

 

 

akhil
Offline
Joined: 2011-03-07
Rate this post:
0
No votes yet

Thanks sir..it worked...thanks a lot...