Re: "specified DSN contains an architecture mismatch"

2009-12-15 Thread Patrick J Kobly
Todd Grigsby wrote: I'm trying to get an all 64-bit environment going, but if I have to step down to 32 bit, then that's what I have to do to get going. As for addressing the right crowd, I think you may be right. Except for you, it's been a frustrating exercise. I'm already going through

Re: "specified DSN contains an architecture mismatch"

2009-12-14 Thread Todd Grigsby
I'm trying to get an all 64-bit environment going, but if I have to step down to 32 bit, then that's what I have to do to get going. As for addressing the right crowd, I think you may be right. Except for you, it's been a frustrating exercise. I'm already going through the MySQL forums, bu

Re: "specified DSN contains an architecture mismatch"

2009-12-14 Thread Patrick J Kobly
Perhaps try using a 64-bit JVM or installing the 32-bit ODBC driver... The first couple of Google hits when searching for the error message provided seem to suggest hints for installing the 32-bit ODBC driver under 64-bit Windows. You are likely to get more traction on this question asking it

Re: "specified DSN contains an architecture mismatch"

2009-12-13 Thread Todd Grigsby
The application runs on Oracle, MySQL, or SQL Server, depending on the distro, and on various versions of these depending on the version and type of OS. MySQL is our preferred database. We use JDBC to simplify the connection process. TG Wes Wannemacher wrote: Why use odbc? Mysql has a to

Re: "specified DSN contains an architecture mismatch"

2009-12-12 Thread Wes Wannemacher
Why use odbc? Mysql has a top notch jdbc driver. On 12/11/09, Todd Grigsby wrote: > > Yes, thank you, I know that. My question has to do with the > architecture mismatch. All the documentation I've seen on this > indicates that there is a 32-bit/64-bit issue, but I'll be darned if I > know whic

Re: "specified DSN contains an architecture mismatch"

2009-12-11 Thread Todd Grigsby
Yes, thank you, I know that. My question has to do with the architecture mismatch. All the documentation I've seen on this indicates that there is a 32-bit/64-bit issue, but I'll be darned if I know which piece is at fault. Given the versions of the various parts, does anyone have any idea

RE: "specified DSN contains an architecture mismatch"

2009-12-11 Thread Martin Gainty
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 11 Dec 2009 15:46:56 -0800 > Subject: Re: "specified DSN contains an architecture mismatch" > From: musa...@gmail.com > To: user@struts.apache.org > >

Re: "specified DSN contains an architecture mismatch"

2009-12-11 Thread Musachy Barroso
O_o On Fri, Dec 11, 2009 at 3:01 PM, Todd Grigsby wrote: > > Configuration: >  Windows 7 64 bit >  Tomcat 6 >  Struts 2 >  MySQL 5.1.36 for Win64 >  MySQL ODBC 5.1 Driver 5.01.06.00 > > I've created a valid ODBC alias that I can see from other Windows native > applications with no problem.  When