Ask a Question related to Coldfusion Database Access, Design and Development.
-
ligdoscith #1
JDBC Driver for the Derby database
Anyone have details of creating a JDBC driver for the Derby database ? I have
trien a number of combinations but am still having problems. I am interested in
doing some performance comparisons.
Is it possible to use the embedded database as well as the network database
from ColdFusion ?
I am using ColdFusion MX 7.
:confused;
ligdoscith Guest
-
New MS JDBC Driver Availability?
In late January 2006, Microsoft released an updated JDBC driver specifically for their SQL 2005 product. I am interested in if / when Adobe will... -
MSSQL JDBC driver bug?
CFMX 7,0,1,116466 hf701-60212.jar hotfix MSSQL 2000 sp4 Win XP Pro I'm trying to enter a value of 4.25 into a money type column using... -
JDBC Driver Issue
It is always highly worrying when the solution to a problem involves the blunderbus. In this case: windows 2003 server sp1 / MX7 + updates (02,... -
com.mysql.jdbc.Driver
I need to create a 'standalone' connection to a MySQL database. Using this code works: <cfset clazz = CreateObject('java', 'java.lang.Class') />... -
DB2 JDBC Driver
What should I use for the DB2 JDBC driver form JDBC SPs? I'm using "DriverManager.getConnection("jdbc:default:connection");" at the moment. Is... -
mxstu #2
Re: JDBC Driver for the Derby database
Do you mean set up a datasource? I haven't done it, but I would assume you
would follow usual steps, by installing a java driver and using the "Other"
datasource option in the CF Administrator. Can you post your settings, and
any error message, and maybe somebody can assist?
mxstu Guest



Reply With Quote

