Page 1 of 1
MS Acces DB
Posted: Sat Jun 21, 2003 4:01 am
by Denzo
Anyone knows some tutorials for acces db? Im used to MySQL.
Posted: Sat Jun 21, 2003 11:25 pm
by fractalvibes
The help files with it are pretty good. Check the Microsoft site as well.
What specifically do you need to know?
Phil J.
Posted: Mon Jun 23, 2003 7:11 am
by Denzo
just the normal select, insert, delete,... things, its for a friend who can only host acces and i need to make a script for it. so in php way, no tuto for install.
Posted: Wed Jun 25, 2003 1:13 am
by Denzo
sry for bumping, but please answer. for example, what function should i use to make a query?
Posted: Wed Jun 25, 2003 3:00 am
by twigletmac
PHP Builder has a tutorial on using MS Access with PHP:
http://www.phpbuilder.com/columns/siddarth20000228.php3
You use the
ODBC functions to interact with MS Access using PHP.
Mac
Posted: Thu Jun 26, 2003 4:43 am
by Denzo
ok, thx ill have a look