Jump to content

ODBC conn


Recommended Posts

$a = ObjCreate( "ADODB.Connection" )
$a.Open("DRIVER={Microsoft Access Driver (*.mdb)};SERVER=localhost;DATABASE=prova;UID=admin;PWD=;")

and this is the error trace with MyErrFunc()

err.description is: Operazione annullata

err.windescription is:

err.lastdllerror is: 0

err.scriptline is: 28

err.number is: 800200009

err.source is: Microsoft OLEDB Provider for ODBC Drivers

err.helpfile is:

err.helpcontext is:0

i have create dsn file like prova.dsn in the administration tools --> ODBC

tks

Edited by silvano
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...