RE: [PHP-DB] odbc_columns()

2002-01-30 Thread Andrew Hill
TECTED]] > Sent: Tuesday, January 29, 2002 9:01 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] odbc_columns() > > > Hi. Have a question: > > I've tried using the odbc_columns() function to get a list of > columns in an > access database connected via an ODBC System DSN.

[PHP-DB] odbc_columns()

2002-01-29 Thread Scott Teglasi
Hi. Have a question: I've tried using the odbc_columns() function to get a list of columns in an access database connected via an ODBC System DSN.. However, I haven't had much luck in trying to use it. The manual page doesn't really cover much about it, and I noticed a few comments posted there

[PHP-DB] odbc_columns() help

2001-11-10 Thread Kent Nguyen
Hi, Does anyone manage to get odbc_columns(). If you so, can you give me an example, what version of PHP you are using? I've tried various combination of odbc_columns() and never get it to work. Any help would be greatly appreciated. Thank you, --kent -- PHP Database Mailing List (http:/

RE: [PHP-DB] odbc_columns problem with MSSQL

2001-03-12 Thread Allsebrook_Richard/askr
BDY.RTF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] odbc_columns problem with MSSQL

2001-03-08 Thread Christopher Cheng
I am trying to get the column names of some tables with odbc_columns from MSSQL 2000. As I extract a particular column from the result set, the browser hangs. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-DB] odbc_columns()

2001-01-22 Thread szii
Yo ho hoodbc_columns() on DB2! Now, it returns a resource ID, as expected but you cannot call odbc_fetch_row() on it or it'll segfault. Hmm.. I filled out a report on this, since I cracked open the php_odbc.c file and verified that all the data's coming back from DB2, and that the bindcols(

RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread Andrew Hill
ROTECTED] > Subject: RE: [PHP-DB] odbc_columns() and DB2 > > > Yeah, I'm using the Unified ODBC. The abstraction layer over DB2's CLI > is faster than "real" ODBC. > > -Szii > > At 08:57 AM 1/19/01 -0500, Andrew Hill wrote: > >Regarding the

RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread szii
t;> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Sent: Friday, January 19, 2001 1:59 AM >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: [PHP-DB] odbc_columns() and DB2 >> >> >> Okay, here's

RE: [PHP-DB] odbc_columns() and DB2

2001-01-19 Thread Andrew Hill
Technology Provider > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 1:59 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-DB] odbc_columns() and DB2 > > > Okay, here's the problemo. >

[PHP-DB] odbc_columns() and DB2

2001-01-18 Thread szii
Okay, here's the problemo. I make a connection to the DB2 database, and run an odbc_tables() call on it. No problem. I run an odbc_columns() on it just fine. Now I call a SECOND odbc_columns() (on a different table) and get a SIGSEGV and a core dump. *blink* I cracked open php_odbc.c and p