On Mon, Mar 04, 2002 at 03:06:46PM -0500, [EMAIL PROTECTED] wrote:
> I am currently implementing a database-ran webserver dll:
> Info:
> Ms Visual C++
> MySQL ++ 1.7.1
> MySQL-nt 3.23.47
> MyISAM db.
> 3or 4 Queries in the application
>
> Biggest Query:
> 66,000 records
> using LIKE "something%"
I am currently implementing a database-ran webserver dll:
Info:
Ms Visual C++
MySQL ++ 1.7.1
MySQL-nt 3.23.47
MyISAM db.
3or 4 Queries in the application
Biggest Query:
66,000 records
using LIKE "something%"
Question:
I am currently using a connection every time I query, but since this is a
stat