$conn = new COM("ADODB.Conn ection") or die('Connect start ADO.');
$conn -> Open("Provider= Microsoft.Jet.O LEDB.4.0; Data Source=*.mdb;") ;
that is what i have as a connection
now im guessing that this is the right argument syntax
Open(source,act conn,mode,creat eopt,opt,userna me,psword)
but i cant seem to get it to work in php...
User Profile
Collapse
-
Accessing a locked MS Access Table with PHP
I'm currently working on a project for my stage and im having slight problems accessing a locked MS Access table
I have password and username for the table but i can't seem to figure out how to implement these in my coding so that i may then use the table.
im sure theres a way but i have yet to find it.
thanks in advance
No activity results to display
Show More
Leave a comment: