Live Chat Software by Kayako |
Knowledgebase: Programming & Languages > ColdFusion
My Access Database is locked, how do I unlock it using ColdFusion?
Posted by Andy Williams on 24 January 2007 05:42 PM
|
|
Create a CFQuery SELECT statement that references a table that does not exist. example: SELECT * FROM TableDoesNotExist | |
|
Comments (0)