[PHP-DB] Database join on varchar(32) Vs. bigint

2003-10-20 Thread Don Myers
is there a noticable difference between using BIGINT Vs. varchar(32) in doing all of those joins? Or because of the index it's not really a big difference (or no difference at all?) Don Myers -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Need help with a OpenLink ODBC driver error again

2003-10-06 Thread Don Myers
) or die(ppulling result error); echo closing connection $conn; odbc_close($conn); odbc_close_all(); ? Don Myers -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Getting ODBC openlink 37000 in odbc_do($conn,$sql) but odbc_tables($conn) works? Help!

2003-10-02 Thread Don Myers
I am using iodbc from openlink on OS X and everything seems fine and I can get the database tables with $results = odbc_tables($conn) or die(P.odbc_errormsg()); And print them to the screen with odbc_result_all($results) or die(pprinting result error); But when I try $sql=select * form