Jump to content

i need to access the database.How can i do this job with au3. Just using the simple scripts "ADODB.Connection".


 Share

Recommended Posts

i need to access the database.How can i do this job with au3. Just using the simple scripts "ADODB.Connection".

____________________________

run:"msaccess.exe C:\mymdb.mdb /wrkgrp C:\system.mdw"

___________________________

anyone knows?

regards!

Link to comment
Share on other sites

---------------------------------------------------------

$file="mymdb.mdb"

$objConn = ObjCreate("ADODB.Connection")

$objConn.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & $file & ";")

---------------------------------------------------------

where can i add 'sytem.mdw','Uid','wrkgrp','Pwd'?

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...