User Profile

Collapse

Profile Sidebar

Collapse
Porthos
Porthos
Last Activity: Feb 21 '07, 01:37 PM
Joined: Feb 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Porthos
    replied to Accessing a locked MS Access Table with PHP
    in PHP
    $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...
    See more | Go to post

    Leave a comment:


  • Porthos
    started a topic Accessing a locked MS Access Table with PHP
    in PHP

    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
    See more | Go to post
No activity results to display
Show More
Working...