I wrote a program (in VB6) who uses Access Driver Database connection to connect databases with ADODC.
However in SOME systems I take an error message
"Data Source Name Not Found and No Default Driver Specified" and the program can't work properly.
Please help me where is the difference between a system who can operate this program and who cannot?
(Both have WinXP, OfficeXP, IIS, ODBC)
Which component should I install or what configurations shoul I make?
(the connection string is something like this:
Provider=MSDASQL.1;
Persist Security Info=False;
Extended Properties="DSN=MS Access Database; DBQ=C:\deneme.mdb; DriverId=25; FIL=MS
Access; MaxBufferSize=2048; PageTimeout=5;...
)
Please HELP
Thank you
Kaan