RE: [PHP-DB] Viewing the DB

2001-01-24 Thread Alarion
This was taken from one of the doc's on IBM's site: SYSTABLES contains a row for every table and view in the SQL collection. It tells you if the object is a table or view, the object name, the owner of the object, what SQL collection it is in, and so forth. The following sample statement

RE: [PHP-DB] MS-SQL Error Message Replacement

2001-01-24 Thread Alarion
well, one way would be to place a check before the delete statement. check to see if there are any child records and then only send the delete statement if it is ok to delete :) -Sean -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 24,

RE: [PHP-DB] Can you recommend a development tool?

2001-02-09 Thread Alarion
On the contrary... I use Dreamweaver for layouts and then use either it's integrated editor for PHP or fire it up in Textpad. No code reofmatting and it works seamlessly. Sean -Original Message- From: Daniel Rezny [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 11:01 AM

[PHP-DB] MS SQL server 2k and php4 on win32

2001-04-08 Thread alarion
Well, I just started working on implementing SQL Server support in my database abstraction class. I downloaded and installed the SQL2k evaluation from MS and I can connect through DBArtisan and through the SQL Server Query tool. However when I try to do it through PHP, it just sits there, and