Posted by nawfer on 11/07/06 10:49
IfI want to use a query
SELECT ID
FROM table;
1) what code to use for verify if there is or not the table?
2) what is the better solution for manage error:
@query=...
A- so I not have any error at video an the code however it continues?
B- is possible to register the error @ in a file?
C- is this the better solution respect at 1, because 1
some slows down the code (it must verify every time if table is there
or not) ?
thenks
Navigation:
[Reply to this message]
|