Hi!
I simply need to check for wtether my SQL request returns any data -
any row = yes.
AFAIK there is no other way than:
// if any row exist
if(odbc_fetch_r ow($result2))
{
bla.....
BR
Sonnich
I simply need to check for wtether my SQL request returns any data -
any row = yes.
AFAIK there is no other way than:
// if any row exist
if(odbc_fetch_r ow($result2))
{
bla.....
BR
Sonnich
Comment