php-windows Digest 14 Sep 2005 18:15:28 -0000 Issue 2772
Topics (messages 26323 through 26325):
Re: mssql equivalents to mysql_errno & mysql_error
26323 by: Mark Rees
26324 by: Mark Rees
gdlib
26325 by: Erron Walker
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
I have looked in the online manual but am not able to find the
> equivalent functions in mssql of mysql_errno() & mysql_error().
> I am in the unfortunate position of having to develop using an existing
> MSSQL database.
There aren't any as far as I know. I think the best you can do is test for
the existence of whatever you are looking for (connection, result set etc)
at each stage and do something graceful. Not much use for debugging though.
--- End Message ---
--- Begin Message ---
Thanks for your advice.
ADODB link
http://adodb.sourceforge.net/
Please use reply all to send your message to the list
-----------------------------------------
in my experience is better to use an abstraction layer library like adodb
this will allow you to switch database in the future, besides that provides
error control and debug options and it is extremly easy to develop with.
Luck!
I have looked in the online manual but am not able to find the
equivalent functions in mssql of mysql_errno() & mysql_error().
I am in the unfortunate position of having to develop using an existing
MSSQL database.
There aren't any as far as I know. I think the best you can do is test for
the existence of whatever you are looking for (connection, result set etc)
at each stage and do something graceful. Not much use for debugging though.
--- End Message ---
--- Begin Message ---
Can I post questions about GDLib Win/PHP here or is there a different
newsgroup that I should go to?
--- End Message ---