[PHP-DB] RE: PHP4 on Windows using MSSQL

2003-02-26 Thread Kevin Gordon
email it might be worth looking at your MSSQL Server connection config dialogs - make sure that TCP/IP has been enabled (looks like you might just have named pipes). Regards Ollie Cronk -Original Message- From: Kevin Gordon [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 08:05

[PHP-DB] RE: PHP4 on Windows using MSSQL

2003-02-25 Thread Kevin Gordon
to configure the appropriate users and permissions and you should be fine. Ollie Cronk www.cronky.net -Original Message- From: Kevin Gordon [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 07:09 To: PHP Mail Subject: PHP4 on Windows using MSSQL Hi Everyone, From a Linux

[PHP-DB] PHP4 on Windows using MSSQL

2003-02-23 Thread Kevin Gordon
to telenet to it? Any thoughts, comments? Many thanks, Kevin Gordon New Zealand -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP4 on Windows using MSSQL

2003-02-21 Thread Kevin Gordon
08001 in SQLConnect in E:\Inetpub\wwwroot\php\ODBC_Driver.php on line 174 Error: failed to name the tables. If someone is using MSSQL database and could comment on PHP.ini, perhaps that is the area I need to work on. Cheers for now, Kevin Gordon New Zealand On Fri, 2003-02-21 at 16:23, l coolio wrote

[PHP-DB] PHP4 on Windows using MSSQL

2003-02-19 Thread Kevin Gordon
Suggestions please? Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Calling functions recursively: recursive PHP functions

2003-02-01 Thread Kevin Gordon
Thanks John. Your comment helped me through. I used a static variable for the array, array_merge_recursive() function to accumulate the foreign keys and $this-kgforeignkeys as a recursive function in a loop. This all works ok! function kgforeignkeys($tablename = ) {

Re: [PHP-DB] Calling functions recursively: recursive PHP functions

2003-01-26 Thread Kevin Gordon
please. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Calling functions recursively

2003-01-24 Thread Kevin Gordon
Can functions / methods be called recursively? If so how can this be done? Comments much appreciated. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] postgresql primarykeys foreignkeys tablenames screenfieldlength

2003-01-20 Thread Kevin Gordon
Any suggestions or improvements to the following code would be much appreciated. Please send me an email: function kgtables () { if ($this-connection) { $tablelist = ; $sql = SELECT

[PHP-DB] SESSION

2002-12-23 Thread Kevin Gordon
: register_globals = Off Question: When including $_SESSION['g_kgkeys'] = $_POST['kgkeys']; within a block i.e. {}, should it function the same as outside the block i.e. outside {}? Your help would be appreciated. Kevin Gordon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] odbc function return values

2002-08-16 Thread Kevin Gordon
resource *odbc_primarykeys* ( resource connection_id, string qualifier, string owner, string table) resource *odbc_foreignkeys* ( resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) int *odbc_tables* ( resource