![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm not sure whether this is the right group to ask ... please advise which on if not. I have a small Perl application that uses Win32::ODBC to access a MDB file. Now, this needs to run on a Windows 2003 Server (64 bit) but I don't have any idea how I can create the required ODBC data source there. Which driver (or other software) would I need to do this? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Gerd Brix (gbrix (AT) gmx (DOT) de) writes: I'm not sure whether this is the right group to ask ... please advise which on if not. I have a small Perl application that uses Win32::ODBC to access a MDB file. Now, this needs to run on a Windows 2003 Server (64 bit) but I don't have any idea how I can create the required ODBC data source there. Which driver (or other software) would I need to do this? I have not looked at Win32::ODBC for a long time, but I would assume that all you need is to change the connection string to read: Driver={Sql Native Client};Server=servername;Database=yourdb;Integrat ed Security=SSPI That would be great if he was using SQL Server: he says he's accessing a |
#5
| |||
| |||
|
|
You have 32-bit and 64-bit ODBC on this server. Data Sources (ODBC) 32bit: %SystemRoot%\SysWOW64\odbcad32.exe |
|
Access-Probleme kannst du auch unter de.comp.datenbanken.ms-access loswerden ![]() |
#6
| |||
| |||
|
|
That would be great if he was using SQL Server: he says he's accessing a "MDB" file which is Jet (Access). |
![]() |
| Thread Tools | |
| Display Modes | |
| |