MS Acces DB

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Denzo
Forum Newbie
Posts: 21
Joined: Sat Jun 21, 2003 4:01 am

MS Acces DB

Post by Denzo »

Anyone knows some tutorials for acces db? Im used to MySQL.
fractalvibes
Forum Contributor
Posts: 335
Joined: Thu Sep 26, 2002 6:14 pm
Location: Waco, Texas

Post 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.
Denzo
Forum Newbie
Posts: 21
Joined: Sat Jun 21, 2003 4:01 am

Post 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.
Denzo
Forum Newbie
Posts: 21
Joined: Sat Jun 21, 2003 4:01 am

Post by Denzo »

sry for bumping, but please answer. for example, what function should i use to make a query?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Denzo
Forum Newbie
Posts: 21
Joined: Sat Jun 21, 2003 4:01 am

Post by Denzo »

ok, thx ill have a look
Post Reply