Ask a Question related to Coldfusion Database Access, Design and Development.
-
carl5320 #1
Executing Microsoft Access Modules
Is there a way to execute a Mirosoft Access Module using ColdFusion?
carl5320 Guest
-
[microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error
I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when... -
Error Executing Access Database Query
The query works in 5, chokes in MX7 Error Message: Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. ... -
[Microsoft][ODBC Microsoft Access Driver] Could not start session.
Does anyone know what this problem means??? Microsoft OLE DB Provider for ODBC Drivers error '80004005' Could not start session. ... -
[Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs... -
DB2CLI.DLL Access Violation - executing stored procedures
I have a nagging problem that I can't seem to find solution. When executing multiple stored procedures from JAVA application using... -
philh #2
Re: Executing Microsoft Access Modules
Use CFOBJECT to instantiate the Access object model. There's no way to do this
through an ODBC/JDBC connection.
The Access object model reference is available in the Access help file or
through MSDN subscription.
Good luck.
philh Guest



Reply With Quote

