-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 06 February 2003 00:06, Terry L. Ensley wrote:
> I was looking through the newsgroups and could not find one for general
> questions, I know this is for install issues.
>
> The questions I want to ask is PhP acceptable/appropriate to use with
> Sequel Server 2000.  Perhaps that might help someone to direct me to the
> right forum.

My apologies for sending this back to the php-install list, not sure if this 
is correct netiquette or not.

I think PHP would work quite well for you, and recommend you getting a good 
look at using PEAR::DB for database abstraction.  BTW it comes with PHP4.3.0, 
and for other versions is pretty easy to install.

PEAR::DB lets you keep your application one layer away from the database, so 
you can switch your 'database driver' without having to gut your application.  
So you could start out with ODBC to use SQL/2000 for example, and switch in 
the future to anything else if you found the need (Oracle, MySQL, 
PostgreSQL..).

        http://pear.php.net/manual/en/core.db.php

- -- 
Mit freundlichen Gruessen / best regards

Mitch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Qluqp6W2bojYwv4RAoBhAJ9zsC9Ov8t3YEm67qtkreRK7inZ9wCfVnqp
6jhmgHIAHiuULKPooru3nbE=
=/tZh
-----END PGP SIGNATURE-----


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

Reply via email to