Topic awaiting preservation: databases |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 07-05-2004 18:32
can i use microsoft access to make databases that i can edit from php scripts as all i can find are tutorials on mysql and i dont know what that is |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-05-2004 20:58
PHP does support a number of different databases. MySQL is one of them and it is a very popular one. You can get more information on MySQL at http://www.mysql.com if you want to work with Access then you will have to use ODBC which is a connection protocal, http://www.phpfreaks.com/tutorials/61/0.php has some information on working with access via php. I didn't read the artical, it was just what popped up when I did a simple search via google. If you need more information search yourself, I simply searched for "php microsoft access" and it was the first thing that popped up. |
Bipolar (III) Inmate From: Australia |
posted 07-11-2004 15:59
Its quite simple, the queries you do are just as you would do them in vba. I have done substantial access work with php, and offline access too, if you need help with anything specific just post it here. |
Bipolar (III) Inmate From: |
posted 07-16-2004 16:31
i was given this code but i cant seem to get it to work i made a simple 1 row table in access with colum headers 1,2,3 and enterd infromation into all of them code: <sql:query var="test" dataSource="db1.mdb"> |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-16-2004 17:17
well... that ain't php for sure - what are you actually trying to do? |
Bipolar (III) Inmate From: |
posted 07-17-2004 02:28
wait are u another one or the same one, well i dont care i dont smart arsedness |
Bipolar (III) Inmate From: Australia |
posted 07-17-2004 02:48
Read This.. http://php.weblogs.com/adodb_tutorial quote: |