Forum: ASP Aug 19th, 2007 |
| Replies: 1 Views: 3,095 Suppose this line after the query will help Conn.Execute (SQL) |
Forum: ASP Aug 19th, 2007 |
| Replies: 1 Views: 5,621 You cannot use include files in HTM or HTML files, You can use them only in SHTML, ASP, PHP pages, etc. - that support include files. Why not save the file as .asp ? then you can use this code <!--... |
Forum: ASP Jun 17th, 2006 |
| Replies: 4 Views: 3,144 What does you query look like ?? |
Forum: ASP Jun 17th, 2006 |
| Replies: 6 Views: 7,459 I think there is one problem with mySQL when using ASP, when mySQL change version, your syntax written in ASP can be "out of date".... I suggest you to use ASP with MSSQL and mySQL with PHP, that... |