![]() |
Sergey Kornilov admin 6/30/2004 |
First of all I won't recommend to test SQL statements on the ASP page. You need to print exact SQL statement and run it against your database to see if there any errors. After you make sure it works fine you can use it on the ASP page. |
O
|
Oxygenthief author 6/30/2004 |
And I am kind of new to ASP and SQL so if there is another way to test my sql statements besides on the ASP page itself I would really like to know. Any suggesions? |
![]() |
Sergey Kornilov admin 6/30/2004 |
There is no direct answer on "is this statement correct?" question. Depending on your database type and data answer will be different. |