Jump to content

ODBC 64 bit Connection


Recommended Posts

Hello all,

 

I have an odbc entry defined in odbc64 bit called testme as a user dsn , I have had no luck in connecting to it from Autoit.

 

I have tried several of the scripts in the help forum and have had no luck getting them to work.

 

Its an Accdb file that I want to be able to update , delete records etc...

 

Any Ideas ?

Link to comment
Share on other sites

 

Yes i'm using ado.udf

local $cn = _ADO_Connection_Create()
local $rfesults = _ADO_Connection_OpenConString($cn, 'Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\test1.accdb;')

 

Get error

: ==> The requested action with this object has failed.:
$oConnection.Open($sConnectionString)
$oConnection^ ERROR

Edited by HighlanderSword
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...