Ask a Question related to Coldfusion Database Access, Design and Development.
-
ctlcal #1
CFMX7
I have a working ODBC connection to an Oracle table (password required) that I
use with ASP pages. I am currently converting this to CF7 and although the
connection verifies in the CF admin I get the following error on line 1:
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC driver for
Oracle]Error in row 1
The error occurred in C:\Inetpub\wwwroot\CVU\5.cfm: line 1
1 : <cfquery name="Recordset1" datasource="test2">
2 : SELECT *
3 : FROM TABLENAME
at cf52ecfm45432594.runPage(C:\Inetpub\wwwroot\CVU\5. cfm:1) at
cf52ecfm45432594.runPage(C:\Inetpub\wwwroot\CVU\5. cfm:1)
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC driver for Oracle]Error in row 1
at macromedia.sequelink.ssp.Diagnostic.toSQLException (Unknown Source)
at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unkn own Source)
etc......
Any suggestions?
ctlcal Guest
-
Automate CFMX7 Admin similar to silent CFMX7 Installer
I've successfully used an installation configuration file to automate the Cold Fusion MX7 software installation. I saw the discussion about how... -
How much RAM can CFMX7 use?
Hey, I have been trying to find this info, but haven't struck gold yet. I heard somewhere that CFMX can only take advantage of a maximum of 2GB... -
After update CFMX7 to CFMX7.01 System load has increasedfor 10-15 %
We are use Linux RHE 4 planform, MySQL database and after we update our CFMX7 to CFMX7.01System load and CPU load has increased for 10-15 % Why?... -
Windows 2000 CFMX7 /CFIDE/administrator quit working (ittimes out) What is the real fix short of restarting CFMX7?
I upgraded from ColdFusion 5 to ColdFusion MX 7 standard edition on a Windows 2000 test server (with Apache 1.3.x and MySQL 4.0.x). I have hot fix 2... -
CFMX7 on OSX 10.4
I am having difficulty installing CFMX7 on OSX 10.4 (Tiger). I have updated the JRun server successfully, as recommended. And I have been attempting... -
Stephanie #2
Re: CFMX7
We recommend that you use a JDBC Driver to connect to databases from CFMX 7 for
performance reasons. If you are running the Enterprise version of CFMX 7 then
you will find it in the driver drop down in the ColdFusion Administrator.
Otherwise, you can take a look at the following technote which also applies to
CFMX 7: [url]http://www.macromedia.com/go/tn_18344[/url] I hope this helps, Stephanie
Juma Macromedia, Inc.
Stephanie Guest
-
paross1 #3
Re: CFMX7
.....keeping in mind that the use of the JDBC Drivers is dependent on the Oracle version. Anything before 8i (8.1.7, I believe) does not support JDBC and must use ODBC.
Phil
paross1 Guest
-
ctlcal #4
Re: CFMX7
Thanks for the info. Took about 5 minutes and everythings works great.
ctlcal Guest



Reply With Quote

