RE: MYSQL + ASP Getting Started

2003-01-04 Thread John Berman
Hi I have on line access databases and I query them using ASP - I often create the initial in the access dbase and then use asp on the query and again this method works well. I have recently upgrade the database format to mysql but am still using ASP which I assume is ok ? Can I create queries

Re: MYSQL + ASP Getting Started

2003-01-04 Thread Bill Lovett
If you're asking what I think you're asking, no. You can't store your MySQL queries the way you can with Access or SQLServer (views/stored procedures). Your ASP scripts have to build the queries they need by themselves. -bill John Berman wrote: Hi I have on line access databases and I query