Re: [PHP-DB] Novice to PHP. Database connection help needed

2002-08-01 Thread Jason Wong

On Thursday 01 August 2002 19:52, Ing. Rajesh Kumar wrote:
> Hi everybody
> I am normally working with ASP and ASPX. Now I want to try PHP. I installed
> and tried some simple scripts and they are running fine. Now it is time to
> working with database but i could not find something helpful in the manual.
> Can someone give me a link or better a code how to connect to a database
> (SQl and ACCESS)

PHP has support for MS-SQL (I assume that is what you mean by SQl), manual has 
examples on use. To connect to Access you would probably have to use ODBC.

Anyway if the examples in the manual aren't enough for you, search google for 
plenty of tutorials.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Those who don't know, talk.  Those who don't talk, know.
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Novice to PHP. Database connection help needed

2002-08-01 Thread Josh Trutwin

You might want to look at some of the free abstraction layers out there
like ADODB (http://php.weblogs.com/ADODB).

http://www.devshed.com/Server_Side/PHP/ has a couple nice articles on
using ADODB.

Good luck.

Josh

> Hi everybody
> I am normally working with ASP and ASPX. Now I want to try PHP. I
> installed and tried some simple scripts and they are running fine. Now
> it is time to working with database but i could not find something
> helpful in the manual. Can someone give me a link or better a code how
> to connect to a database (SQl and ACCESS)
>
> Thanks in advance
> Raja




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php