Re: [Phplib-users] Test whether db table exists using DB_SQL
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2001-08-16 07:53:49
|
At 8:21 AM +0100 16/8/01, Peter Bowyer wrote: >I thought that this SQL was specific to MySQL :-( You're right... at least it won't work on MSSql/ODBC: Warning: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server] Could not find stored procedure 'show'., SQL state 37000 in SQLExecDirect in D:\www\test\html\test.php on line 24 Bummer! I guess you just have to perform the query and see if you encounter an error. ...R. |