Error when using JBase odbc connecter

Dear Sir,I am using IBM Lotus Domino Designer 8.5 on Windows 2008 R2 64bit ,

I have a new error message when execute my agent,

I am using JBase odbc connector ,

Error details:

Description: Microsoft OLE DB Provider for ODBC Drivers: Specified driver could not be loaded due to system error 182: (jBASE ODBC Driver, C:\Windows\System32\jodbc.dll).

although the ODBC DSN is connected successfully .

Code that cause the error:

DataSource = “DSN=T24”

Set ADOconn = CreateObject(“ADODB.Connection”)

Set ADOrs = CreateObject(“ADODB.Recordset”)

ADOconn.open DataSource

Any help please , Thanks …