Ask a Question related to Coldfusion Database Access, Design and Development.
-
duncno1 #1
aaaaargh grr coldfusion mysql connection
Hi
I am trying to connect a new databse mysql4.1 and colfusion 6.1. I have
followed the technote :
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url]
but i get the error:
[]java.sql.SQLException: No suitable driver available for emp, please check
the driver setting in resources file, error: com.mysql.jdbc.Driver
The root cause was that: java.sql.SQLException: No suitable driver available
for emp, please check the driver setting in resources file, error:
com.mysql.jdbc.Driverysql-connector-java-3.{n}-bin.jar file in the
cf_root/WEB-INF/lib directory
Can anyone please help. It would be much appreciated. Gonna chuck my laptop
through an open window soon!!!! Cheers in advance!
Duncan:confused;
duncno1 Guest
-
#40207 [NEW]: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL ser
From: arif at peshawaronline dot com Operating system: PHP version: 4.4.4 PHP Bug Type: Compile Warning Bug description: ... -
flex coldfusion connection
can anybody tell me how to upload an image and sent it across to some server which will store that image and other descriptions associated with it... -
Connection between ColdFusion and MySQL
We are running ColdFusion MX on SunOS 5.8 with MySql located on the same server. If we write any new information into the database, our ColdFusion... -
DSNLESS CONNECTION for COLDFUSION 4.0
Is there anywy to have a dsnless connection for COLDFUSION 4.0? I have seen a couple scripts out there but when i try them it errors on me. I... -
DataBound Checkbox aaaaargh!!!!
Hey folks, I am stumped on this one any help would be greatly appreciated... I have probabley tried every article on google.... Error... -
mpwoodward *TMM* #2
Re: aaaaargh grr coldfusion mysql connection
duncno1 wrote:
That "no suitable driver" error means it can't find the driver. Try> Hi
>
> I am trying to connect a new databse mysql4.1 and colfusion 6.1. I have
> followed the technote :
> [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url]
>
> but i get the error:
>
> []java.sql.SQLException: No suitable driver available for emp, please check
> the driver setting in resources file, error: com.mysql.jdbc.Driver
> The root cause was that: java.sql.SQLException: No suitable driver available
> for emp, please check the driver setting in resources file, error:
> com.mysql.jdbc.Driverysql-connector-java-3.{n}-bin.jar file in the
> cf_root/WEB-INF/lib directory
>
> Can anyone please help. It would be much appreciated. Gonna chuck my laptop
> through an open window soon!!!! Cheers in advance!
> Duncan:confused;
>
putting the JAR file path and name (yes, include the actual file name of
the JAR file) in your CF classpath directly, or if that doesn't work,
you can try unjarring the jar file and putting the path to the exploded
jar file contents in your CF classpath.
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
paross1 #3
Re: aaaaargh grr coldfusion mysql connection
I recently followed the process described in the attached technote to configure
a MySQL database as a datasource for my MX 7 development server, and it worked
the first time.
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19170[/url]
Phil
paross1 Guest
-
duncno1 #4
Re: aaaaargh grr coldfusion mysql connection
:D Thanks guys sorted now! i owe you one. Have taken my laptop away from the window sill.
duncno1 Guest



Reply With Quote

