Re: mysql driver for C++

2006-09-12 Thread Nzer Zaidenberg
check out mysql++ I dont think there is a package but configure, make, makeinstall works for me (on FC5, with mysql++ 1.7.40 and 2.1.1) - Original Message From: Shain Lee <[EMAIL PROTECTED]> To: MySql Sent: Tuesday, September 12, 2006 11:31:02 AM Subject: mysql driver for C+

mysql driver for C++

2006-09-12 Thread Shain Lee
Hi , Could you please tell me , how can i install C++ , mysql driver in Fedora core 5 ? Is that available for any platforms ? does YUM supports for install mysql c++ ? please help me , its really urgent . Thank you, Shaine. - Yahoo! Cars NEW

MySQL Driver

2005-03-21 Thread Ed
Does anyone know anything about the MySQL (3.x) Driver that comes installed with coldfusion? No luck with yahoo search or coldfusion documentation. Hi all, I am trying to create a datasource for mysql database. I tried using the mysql (3.x) driver but i got this error: Connection verification fa

Re: Visio-mysql driver question

2002-07-30 Thread David Lund - WellDone Software
Try using myODBC from mySQL, it is an ODBC driver. Use Generic ODBC driver in listing of visio drivers, then choose the setup option to pick the specific driver for myODBC. It will work for reverse engineering but have been unsuccessful in getting it to work generating a database. David -

Re: Visio-mysql driver question

2002-07-10 Thread Gelu Gogancea
rds, Gelu _ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: "Nixarlidis Aris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 3:0

Visio-mysql driver question

2002-07-10 Thread Nixarlidis Aris
hi, I'm trying to get Visio work with mysql to get a visual representation of my data base.Visio asks for a 'Visio Database Driver' for mysql.Does anyone know if such a driver exists or if what I;m trying to do can be done or not? Thanks,Aris --

Problem with MM MySql driver on Solaris

2002-04-24 Thread Ahmed S K Anis
I am currently using MySql. I am using the mm.mysql-2.0.4-bin.jar downloaded from mysql site as the DB driver on SOLARIS. Java version being used is Java 1.2.1 I Tested using Test programs and i found everything to be fine. Our application creates JVM in its address space and loads Java programs.

Re: Can't locate META-INF and teething problems as a result with dbtags and mysql Driver

2002-04-09 Thread Chuck Amadi
. >> >> >> http://jakarta.apache.org/taglibs/dbtags >> /WEB-INF/dbtags.tld >> >> > >I'm confused; the mm.mysql isn't a taglib. > >Dave > Sorry for the confusion i mean i have downloaded the mysql driver and i won't to confirm

HELP: mysql driver error

2001-10-17 Thread Teddy A Jasin
Hi, i never found this kind of problem before. I posted on the microsoft and asp forum about the problem, but no help. Some people ask me to check with the mysql provider. anyone can help me on this?? Microsoft OLE DB Provider for ODBC Drivers error '80040e21' Multiple-step OLE DB operation ge

Re: Mysql Driver

2001-08-13 Thread Antônio Carlos Venâncio Júnior
n i run the perl file, it gives | mysql driver not found. but i have installed mysql and am abel to login etc | etc. | what could be the problem? Cya Antonio [ [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED] ] [ http://floripa.zoing.net | http://www.zoing.net | http://www.s

Mysql Driver

2001-07-30 Thread Selva Prakash
Hi, I am trying to install a package in free bsd. and that package come with a perl file which checks the configuration.. when i run the perl file, it gives mysql driver not found. but i have installed mysql and am abel to login etc etc. what could be the problem

Mysql Driver

2001-07-30 Thread Selva Prakash
Hi, I am trying to install a package in free bsd. and that package come with a perl file which checks the configuration.. when i run the perl file, it gives mysql driver not found. but i have installed mysql and am abel to login etc etc. what could be the problem

Mysql driver for Java

2001-07-05 Thread Daniel Aderhold
I recently downloaded the binary version of the MySQL driver for Java. I opened the Jar file. I copied the org directory into my PC. And I added the path to the classpath variable in the autoexec.bat file. Now I can't compile my source files that uses another of my classes. What I did

mysql driver for java

2001-07-04 Thread Daniel Aderhold
I recently installed the MySQL driver for Java in my system with Win98. I downloaded the mm binary version. Then I copied the org directory in my PC and added the following line in my Autoexec.bat : classpath=\org;%classpath% Is that right? I could access the MySQL database from my Java

Error installing DBI mySQL Driver

2001-05-18 Thread aelma
Hello I am trying to install DBD-mysql, i have installed all the requisites that its needs : 1. Perl ==> ActivePerl-5.6.1.626 2. MySQL ==> Ver 9.38 Distrib 3.22.32 3. DBI ==> DBI-1.15 4. C compiler and Gzip libraries are included in the installation of Linux , but when i run the make tol

Re: mySQL driver for the macintosh 9.x

2001-03-29 Thread Ray Zimmerman
At 1:21 PM +1300 3/28/01, andrew.b wrote: >Does anyone know where I can find such a beast? Have a look at ... http://www.lilback.com/macsql/ ... and ... http://www.rtlabs.com/ -- %~%~% | Ray Zimmerman ([EMAIL PR

Re: mySQL driver for the macintosh 9.x

2001-03-28 Thread Sinisa Milivojevic
andrew.b writes: > Hi All, > > > Does anyone know where I can find such a beast? > > > Thanks. > > > Yours cheerfully, > > > Anderw Bush > > > http://www.bushpro.com > Hi! There are some efforts. Read carefully our manual and read closely our contrib and link pag

mySQL driver for the macintosh 9.x

2001-03-27 Thread andrew.b
Hi All, Does anyone know where I can find such a beast? Thanks. Yours cheerfully, Anderw Bush http://www.bushpro.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists

mySQL Driver

2001-03-07 Thread [EMAIL PROTECTED]
Sir, I want to know the name of mySQL Driver. I am using the mySQL in JAVA. I am waiting your reply. Thank you. [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the

MySQL driver - ClassNotFoundException

2001-02-26 Thread c cw_1
Hi, I'm new to MySQL database. I downloaded MySQL database version 3.23.32 and I create a table in the database (database name is "test_data" and the table name is "data"). Then I download the driver MyODBC 2.50.36 for NT(full setup) and fill out the table. I wrote a servlet program (run on Tom

Re: Connecting via MyODBC always brings up the "TDX mysql Driver Connect" dialog

2001-02-22 Thread Pat Sherrill
AM Subject: Connecting via MyODBC always brings up the "TDX mysql Driver Connect" dialog > Hello, > > I've recently successfully downloaded and installed both MySQL and MyODBC on > my Win2000 "box". Everything thing works great, except that for every >

RE: Connecting via MyODBC always brings up the "TDX mysql Driver Connect" dialog

2001-02-21 Thread Julian Strickland
> -Original Message- > From: Jan R Andersson [SMTP:[EMAIL PROTECTED]] > Sent: 21 February 2001 15:22 > To: [EMAIL PROTECTED] > Subject: Connecting via MyODBC always brings up the "TDX mysql Driver > Connect" dialog > > Hello, > > I've r

Connecting via MyODBC always brings up the "TDX mysql Driver Connect" dialog

2001-02-21 Thread Jan R Andersson
Hello, I've recently successfully downloaded and installed both MySQL and MyODBC on my Win2000 "box". Everything thing works great, except that for every connection via MyODBC I make, the ODBC-setup dialog "TDX mysql Driver Connect" pops up and I have to hit its OK butto

Re: MySQL driver for DELPHI ?

2001-02-07 Thread Fredrick Bartlett
Here you go... http://www.zeos.dn.ua/eng/index.html Paulo Serra wrote: > I am a DELPHI developer and I need to know if exists > a MySQL driver for DELPHI. > > Does MySQL have a driver for DELPHI??? > >If it does, please send me it... > >My e-

Re: MySQL driver for DELPHI ?

2001-02-06 Thread j.urban
and I need to know if exists > a MySQL driver for DELPHI. > > Does MySQL have a driver for DELPHI??? > >If it does, please send me it... > >My e-mails: [EMAIL PROTECTED] > [EMAIL PROTECTED] > >... at least I´d like to know if

Re: MySQL driver for DELPHI ?

2001-02-06 Thread René Tegel
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 3:40 PM Subject: MySQL driver for DELPHI ? I am a DELPHI developer and I need to know if exists a MySQL driver for DELPHI. Does MySQL have a driver for DELPHI??? If it does, please send me it...

Re: MySQL driver for DELPHI ?

2001-02-06 Thread Colin Faber
It took me all of about 2 seconds to locate this; http://www.fichtner.net/delphi/mysql.delphi.phtml try hotbot it works great :p Paulo Serra wrote: > I am a DELPHI developer and I need to know if exists > a MySQL driver for DELPHI. > > Does MySQL have a driver for DELPHI?

Re: MySQL driver for DELPHI ?

2001-02-06 Thread Leonardo Dias
Paulo Serra wrote: > > I am a DELPHI developer and I need to know if exists > a MySQL driver for DELPHI. > > Does MySQL have a driver for DELPHI??? > >If it does, please send me it... > MySQL doesn't have a BDE driver. Actually, I don't know of m

MySQL driver for DELPHI ?

2001-02-06 Thread Paulo Serra
I am a DELPHI developer and I need to know if exists a MySQL driver for DELPHI. Does MySQL have a driver for DELPHI??? If it does, please send me it... My e-mails: [EMAIL PROTECTED] [EMAIL PROTECTED] ... at least I´d like to know if it does or it doesn´t and