Re: [PHP-DB] Maximum field length with PHP 4.1.2/MSSQL v7 ?

2002-04-28 Thread pan
to mssql_connect() // write a single left join query, // clean up the ambiguities in re handle vars // use a single mssql_close() at end of script Not sure what else I can offer at this point. Hope some of this helps you move on your way. Pan -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Maximum field length with PHP 4.1.2/MSSQL v7 ?

2002-04-27 Thread pan
the data you expect? You seem to be indicating a consistent return of 255 when you ask for 400 - seems to be a clue about the field specification. More data::better answers. Pan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Maximum field length with PHP 4.1.2/MSSQL v7 ?

2002-04-27 Thread pan
than my coding style) :-) ooops ... files attached only reiterate the problem and do not serve to further illuminate the path to happiness. more data::better answers Pan (side not to bob parker: huh? you have your attributes mixed up) -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Question about PHP Arrays syntax

2002-04-22 Thread pan
From: Vania Smrkovski [EMAIL PROTECTED] host with PHP and MySQL support. a) How would you change the following the automatically find the tables and run through the iteration. You should rtfm as php/mysql makes a lot of the torturous VB/MS/Access methods very simple. All the functions below

[PHP-DB] about create index in interbase

2001-05-12 Thread Pan Gang
I create a table in PHP and next to create the index for it . But the create index statment can't work in PHP. It can work in ISQL . It's a bug in PHP? The program like that: $sql = CREATE TABLE $table_name (id integer ,name char(20)); $ibase_query($conn,$sql); $sql = CREATE INDEX