php3-list | 199903
Date: 03/07/99
- Next message: Daniel Garcia: "Re: [PHP3] Sybase result always true?"
- Previous message: Michael Brennen: "Re: [PHP3] after 9 months, PHP3 suddenly stops working"
- Maybe in reply to: Daniel Garcia: "[PHP3] Sybase result always true?"
- Next in thread: Daniel Garcia: "Re: [PHP3] Sybase result always true?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>When querying Sybase(on Linux) as:
>$query="select * from archives where tgi_id=$tgi_id";
>if(!$result=sybase_query($query))
>{
> Print "error etc";
> exit()
>}
>
>And $result gives always "2" so empty results don't execute the exit().
Print (" Rows=" .sybase_num_rows($result));
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Daniel Garcia: "Re: [PHP3] Sybase result always true?"
- Previous message: Michael Brennen: "Re: [PHP3] after 9 months, PHP3 suddenly stops working"
- Maybe in reply to: Daniel Garcia: "[PHP3] Sybase result always true?"
- Next in thread: Daniel Garcia: "Re: [PHP3] Sybase result always true?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

