silvano Posted August 3, 2007 Posted August 3, 2007 (edited) $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 August 3, 2007 by silvano
Zedna Posted August 3, 2007 Posted August 3, 2007 Look here at DSN syntax.For MDB it's here Resources UDF ResourcesEx UDF AutoIt Forum Search
silvano Posted August 3, 2007 Author Posted August 3, 2007 Look here at DSN syntax.For MDB it's herethere are the best link!thank you very much!!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now