Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SaKiM
Starting Member
4 Posts |
Posted - 2001-12-12 : 07:54:29
|
In my C++-application, I connect to an MS-Access Database...under Win2000 and WinXP it works fine but under Win98 returns the Access-Database no values...I have to initialise the database in the ODBC-Datasource->could it be possible that the Win98-ODBC-driver is to old,is there a possibility to update the driver?SaKiM |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2001-12-12 : 11:51:33
|
Yes it is quite possible that the ODBC driver is too old or has a bug. You don't mention which version of Access your database is in, which I would guess could also have some impact. To get updated drivers go to [url]http://www.microsoft.com/data/[/url]-------------------It's a SQL thing... |
 |
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2001-12-12 : 19:39:29
|
Are you using your code to create a DSN? If yes, take a look at possible differences in the registry where the ODBC stuff is stored.======Doug G====== |
 |
|
SaKiM
Starting Member
4 Posts |
Posted - 2001-12-13 : 02:52:04
|
Thx for reply,I tried to install the service packages from microsoft.com but there where no effect ,now i tried to take the odbcjt32.dll and the odbccad32.exe from my win2000 and copied it to the a Win98/NT System- now it works fine...SaKiM |
 |
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2001-12-13 : 13:48:43
|
Glad you got it working.If you downloaded MDAC 2.6 or higher, the jet files are not contained in the standard download file, you need to download a separate jet file.======Doug G====== |
 |
|
|
|
|