Ask a Question related to Coldfusion Database Access, Design and Development.
-
TrevJames #1
Drivers and dbtypes in CFMX 7
I have my <cfquery dbtype="ODBC"> in our CF 5.1 applications. We moved these
applications to our CF MX 7 server for testing and I'm getting some invalid
data errors when using these applications. The drivers are set to MySQL (3.x)
in our CF MX admin. Do I need to change these drivers back to ODBC socket in
CFMX 7?
-Trevor James
--
Trevor James
Web Site Manager
Hood College
Office of Marketing and Communications
Frederick, MD 21701
Phone: (301) 696-3846
Email: [email]james@hood.edu[/email]
TrevJames Guest
-
jTDS JDBC drivers with CFMX 7 Enterprise
We are using CFMX Enterprise 7.0.1 (multi-server install) and SQL Server 2000 SP4 (NT Auth only), each on dedicated servers (in the same domain). ... -
CFEXECUTE working on CFMX 6.0 but not CFMX 6.1
Hi all, I'm using CFBB and want to sync-up the usernames and passwords stored in the cfbb database to the file called by .htaccess to require... -
CFMX Std standalone to CFMX Ent on JRUN
I have CFMX 6.1 Standard Edtion running as a stand alone server on my dev box. Now I want to test CFMX 6.1 Enterprise Edition running it as a Jrun... -
Upgrade Multiserver CFMX 6.1 to CFMX 7
Hi, We have a CFMX 6.1 (jrun 4 updater 5) multiserver installation + Apache. We'd like to upgrade to CFMX 7 multiserver installation. Our IT... -
CFMX dead - unable to connect after 3.3 Drivers
Thank you, I believe this fix has worked for our CF install also. I am keeping my eye on it but I have already gone more than 30 minutes without an... -
mpwoodward *TMM* #2
Re: Drivers and dbtypes in CFMX 7
TrevJames wrote:
Can you provide the exact error you're getting? What version of MySQL> I have my <cfquery dbtype="ODBC"> in our CF 5.1 applications. We moved these
> applications to our CF MX 7 server for testing and I'm getting some invalid
> data errors when using these applications. The drivers are set to MySQL (3.x)
> in our CF MX admin. Do I need to change these drivers back to ODBC socket in
> CFMX 7?
are you using? If you're using MySQL 4.1 or higher, the driver that
ships with CF 7 will not work and you'll have to download and use the
JDBC driver from the MySQL web site. There are explicit instructions on
how to go about doing this on macromedia.com. You don't want to use an
ODBC socket because the performance will be poor compared to JDBC.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
TrevJames #3
Re: Drivers and dbtypes in CFMX 7
Here's the error I'm receiving. We're running MySQL version 3.23.38-1:
Invalid data For more information contact . for CFSQLTYPE CF_SQL_VARBINARY.
The error occurred in
E:\Inetpub\wwwroot\news\admin\form_add_featureActi on.cfm: line 11
9 : <cfelse>
10 :
11 : <cfinsert datasource="newsInfo" tablename="features">
12 : <cflocation url="index.cfm?pageID=_list_features.htm" addtoken="No">
13 :
TrevJames Guest



Reply With Quote

