Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Steve Grosz #1
Re: 3rd try for a response
I noticed that I need to 1) install the JDBC driver on that machine,
then copy a .jar file to a /cf location as well?
When you say the JDBC driver performs better, what do you mean?
Thanks!
Steve
mpwoodward *TMM* wrote:> Steve Grosz wrote:
>>>> Matt,
>>
>> No, I haven't tried that driver, just because I have been using the
>> MySql ODBC driver on my other server and it has been working fine for
>> months....
>>
>> I am using v 4.1.17 of the MySql server.
>
> Unfortunately I can't address the ODBC issue (since I haven't ever used
> MySQL that way), but if you don't have a specific reason to use ODBC I'd
> really suggest going with JDBC. It will perform far better.
>
> The trick with MySQL 4.1 is that you'll need to install the MySQL JDBC
> drivers because the ones that ship with CF don't work with MySQL 4.1.
> (Well, they do, but you have to rehash your passwords using a different
> method on the MySQL server.) If you're interested in giving that a shot
> there's a technote on macromedia.com about it here:
> [url]http://tinyurl.com/622pq[/url]
>
> Or if you have trouble post here again and I can walk you through it.
>
> Matt
>Steve Grosz Guest
-
Slow login response response on TS 03 in AD mixed mode
We upgraded our NT 4 domain to an AD mixed until we get rid of the NT 4 BDC;s after completing this upgrade users began complaining about how long... -
Response.Flush / Response.Redirect
Hi, I've had a good google and can't find anything already on this so : I'm currently trying to have a 'Page Loading' page on a site. The way... -
AW7 vs. DirectorMX for psychology experiment using response times AND response answers
Hello, I'm very new to application design, but need to develop a web based application to use at multiple schools as part of an experimental... -
Response.Write and Response.Redirect
On my Page_Load event, i need to do some validation and then either let them proceed, or display a error message and boot them back to the previous... -
mpwoodward *TMM* #2
Re: 3rd try for a response
Steve Grosz wrote:
The "install" of this driver really involves just putting the JAR file> I noticed that I need to 1) install the JDBC driver on that machine,
> then copy a .jar file to a /cf location as well?
on your server, then adding the JAR file to CF's classpath so it can be
found. Where you put the JAR file is really up to you, but you do need
to add it to CF's classpath.
Performs better meaning improved speed and stability (in most cases).> When you say the JDBC driver performs better, what do you mean?
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
Steve Grosz #3
Re: 3rd try for a response
Well, its seems to be working, so thank you!! If it seems to work well,
maybe I'll move it to my production servers instead of using the ODBC
driver.
Steve
mpwoodward *TMM* wrote:> Steve Grosz wrote:
>>>> I noticed that I need to 1) install the JDBC driver on that machine,
>> then copy a .jar file to a /cf location as well?
>
> The "install" of this driver really involves just putting the JAR file
> on your server, then adding the JAR file to CF's classpath so it can be
> found. Where you put the JAR file is really up to you, but you do need
> to add it to CF's classpath.
>>>> When you say the JDBC driver performs better, what do you mean?
>
> Performs better meaning improved speed and stability (in most cases).
>
> MattSteve Grosz Guest
-
mpwoodward *TMM* #4
Re: 3rd try for a response
Steve Grosz wrote:
Fantastic Steve--glad to help. I definitely think you'll be happier> Well, its seems to be working, so thank you!! If it seems to work well,
> maybe I'll move it to my production servers instead of using the ODBC
> driver.
>
> Steve
with the JDBC drivers.
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

