[PHP] odbc_result...

2003-07-08 Thread Scott Fletcher
Hi! Is there a way to verify that odbc_resut($result,1) is successfull or not. I'm not talking about --snip-- $result = odbc_exec($connect,$ask); if ($result) { echo "Successfull!"; } else { echo "Failed!!"; } --snip-- --snip-- $result = odbc_exec($connect,$ask); $db_result =

[PHP] "odbc_result", long data get cut off????

2001-04-06 Thread Scott Fletcher
Hi! I found an interesting PHP issues here. I use the "odbc_result_all" or "odbc_fetch_row" or "odbc_result" to display the data in any column in a row. What I got is that a very long data on a column box doesn't show them all on the website. The MS-SQL database showed all of the data in t