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 =
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
2 matches
Mail list logo