in reply to Checking SQL Syntax
DBD::sqlite is the engine through libsqlite, whereas DBD::mysql is a mere network client. So, until prepare actually prepares the statement on the server, you can't (unless you find some checking module/library that speaks MySQL, not just SQL).
|
|---|