Re: ODBC connector and MySQL Enterprise Edition

2014-02-17 Thread shawn l.green
Hello Femitha, On 2/17/2014 12:16 AM, Femitha Majeed wrote: Hi, Please help me by answering this question. Currently we've a database link between Oracle database and MySQL database using mysql-connector-odbc-5.1.8, will this connector work if I change my MySQL to enterprise edition ? Thank y

Re: ODBC 3.51.22 problem - please help

2007-12-13 Thread Jim Winstead
On Wed, Dec 12, 2007 at 05:11:43PM -0800, Ed Reed wrote: > I've found a glaring problem with the latest ODBC connector. Data > types have been changed and data is no longer being read correctly. That's not quite correct -- data types are now actually being read correctly. They were wrong before, e

RE: ODBC Drivers 3 and 5

2007-06-22 Thread Jerry Schwartz
Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 www.the-infoshop.com www.giiexpress.com www.etudes-marche.com > -Original Message- > From: Jim Winstead [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 19, 2007 12:09 PM > To: [EMAIL PROTECTED] > Cc: MySQL List > Subje

Re: ODBC Drivers 3 and 5

2007-06-19 Thread Jim Winstead
On Tue, Jun 19, 2007 at 03:15:19PM -0400, [EMAIL PROTECTED] wrote: > So I guess the same thing goes with the JDBC connectors? > > http://dev.mysql.com/downloads/connector/j/5.0.html > > > > For example.. If I'm using Coldfusion to do jdbc calls in version 5 will I > have le

Re: ODBC Drivers 3 and 5

2007-06-19 Thread Lucas . CTR . Heuman
using the same version? -Luke Jim Winstead <[EMAIL PROTECTED]> 06/19/2007 12:09 PM To Lucas CTR Heuman/ACT/CNTR/[EMAIL PROTECTED] cc MySQL List Subject Re: ODBC Drivers 3 and 5 On Tue, Jun 19, 2007 at 10:24:11AM -0400, [EMAIL PROTECTED] wrote: > I have been looking online for

Re: ODBC Drivers 3 and 5

2007-06-19 Thread Jim Winstead
On Tue, Jun 19, 2007 at 10:24:11AM -0400, [EMAIL PROTECTED] wrote: > I have been looking online for an explanation of the differences between > ODBC drivers 3 and 5. I'm sure it is someplace simple to find. Does > anyone here know? Connector/ODBC 3.51 is an ODBC driver that supports only the A

Re: ODBC Drivers 3 and 5

2007-06-19 Thread Martin Gainty
Good Morning Lucas From what i've been able to gather Type 3 is a bridging technology which accomplishes the ODBC-JDBC communication objective but is slower than native Type 4 thin client driver counterpart as there are a min of 3+ components which are used ODBC Bridge JDBC Best doc I've se

Re: ODBC connector 3.51/5.0

2007-02-13 Thread Daniel Kasak
C K wrote: I HAVE TO TRY IT OUT. BUT THE PROBLEM IS THAT I HAVE MYSQL 5.0.17 AND I THINK 3.51.06 CAN NOT CONNECT TO 5.0.17. BUT I HAVE TO TRY. THANKS AND REGARDS CPK LESS CAPITALS THANKS. If you want to use MyODBC-3.51.x you should use 3.51.12.2. If that doesn't work for you, then you should

Re: ODBC connector 3.51/5.0

2007-02-13 Thread C K
I HAVE TO TRY IT OUT. BUT THE PROBLEM IS THAT I HAVE MYSQL 5.0.17 AND I THINK 3.51.06 CAN NOT CONNECT TO 5.0.17. BUT I HAVE TO TRY. THANKS AND REGARDS CPK On 2/14/07, Ron Alexander <[EMAIL PROTECTED]> wrote: CPK, I'm not from MySQL but I had the same issue with MyODBC-3.51.12. The way I resol

Re: 'ODBC'@'localhost' instead of 'root'@'invalid_hostname.com' ?!??

2005-08-23 Thread Nuno Pereira
Sorry for replying to my own post, but here is the manual page of PHP about mysql functions: http://www.php.net/mysql and specificly to mysql_connect: http://www.php.net/manual/en/function.mysql-connect.php Nuno Pereira wrote: Martin Olsson wrote: Hi, I'm using PHP/MySQL to development a we

Re: 'ODBC'@'localhost' instead of 'root'@'invalid_hostname.com' ?!??

2005-08-23 Thread Nuno Pereira
Martin Olsson wrote: Hi, I'm using PHP/MySQL to development a web-based application. I just upgraded both PHP and MySQL and I noticed that some of my MySQL calls are now broken and I don't see any easy way to fix them. My script calls mysql_connect() and does very careful error checking. It

RE: 'ODBC'@'localhost' instead of 'root'@'invalid_hostname.com' ?!??

2005-08-22 Thread Arjan Hulshoff
Martin, Have you defined a user? Because Windows automatically uses 'ODBC'@'localhost' as a standard account, when there is no username submitted. According to http://www.php.net/manual/en/function.mysql-errno.php the mysql-errno function should still work. But it might be interesting to know whic

RE: ODBC connection

2004-11-12 Thread Ferguson, Michael
Thanks guys. I seem to have it working now. 'preciate it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 11:05 AM To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: Re: ODBC conne

RE: ODBC connection

2004-11-12 Thread J.R. Bullington
It is my Digital Signature. Sorry that it didn't come through. J.R. -Original Message- From: Ferguson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 11:19 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: ODBC connection Thanks. I will give it a t

Re: ODBC connection

2004-11-12 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Access_denied_error.html >G'Day All, > > I am going nuts trying to setup ODBC to my MySQL database. Help Please. > My workstation is WinXP Pro. I downloaded the MySQL ODBC 3.51, unzipped > it and am trying to configure it to connect to t

RE: ODBC connection

2004-11-12 Thread Ferguson, Michael
To: Ferguson, Michael Cc: [EMAIL PROTECTED] Subject: Re: ODBC connection The MySQL ODBC driver v3.51 acts as a pre-4.1 MySQL client. That means it does not use the new (v4.1+) password hashing. http://dev.mysql.com/doc/mysql/en

Re: ODBC connection

2004-11-12 Thread SGreen
The MySQL ODBC driver v3.51 acts as a pre-4.1 MySQL client. That means it does not use the new (v4.1+) password hashing. http://dev.mysql.com/doc/mysql/en/Password_hashing.html http://dev.mysql.com/doc/mysql/en/Access_denied.html http://dev.mysql.com/doc/mysql/en/Old_client.html I would create

Re: ODBC Initial Setup Problems

2004-11-05 Thread Rick Dwyer
On 5 Nov 2004 at 10:01, Rick Dwyer wrote: Hello All: I am trying to configure ODBC for MySQL but have been unable to make a connection. Hi, I have no experience of Mac OS X, but I believe it is linux-ish which means case- sensetive path names. The line below shows library with a lower case L:

Re: ODBC Initial Setup Problems

2004-11-05 Thread Ian Gibbons
On 5 Nov 2004 at 10:01, Rick Dwyer wrote: > Hello All: > > I am trying to configure ODBC for MySQL but have been unable to make > a connection. Hi, I have no experience of Mac OS X, but I believe it is linux-ish which means case- sensetive path names. The line below shows library with a lower

Re: ODBC connection issues

2004-10-15 Thread Steve Grosz
I noticed at the bottom of that page there are some user comments about recompiling and ODBC not working. Any concerns regarding those comments and the issues I'm having? Steve Michael Stassen wrote: No, I'm saying that your client (ODBC from Coldfusion) was built against an earlier version of

Re: ODBC connection issues

2004-10-15 Thread Michael Stassen
No, I'm saying that your client (ODBC from Coldfusion) was built against an earlier version of the mysql client library, so it doesn't understand the new, more secure, authentication protocol introduced in mysql 4.1. Did you read the manual section I suggested? It contains an explanation of yo

Re: ODBC connection issues

2004-10-15 Thread Steve Grosz
So, you're saying its a problem with the password on the root account? This was a brand new install. I'm a little confused here. Steve Michael Stassen wrote: See the manual . Michael Steve Grosz wrote: I am trying to set up a ODBC connectio

Re: ODBC connection issues

2004-10-15 Thread Michael Stassen
See the manual . Michael Steve Grosz wrote: I am trying to set up a ODBC connection from a Coldfusion server to a MySql server, both running on Windows2003 Servers. I installed the ODBC 3.51 driver on the Coldfusion server, and am trying t

Re: ODBC Call failed - Query appears to be corrupt?

2004-10-10 Thread Michael Stassen
Subqueries are not supported until mysql 4.1.x. You have 4.0.20. You need to either upgrade mysql or rewrite your query as a join. (Joins are often more efficient anyway.) Try replacing WHERE NOT EXISTS (SELECT* FROM featureenable WHERE main_db.FeatureKey = featureenab

Re: ODBC problem

2004-09-09 Thread Peter Brawley
L 4.1 or later is to revert to the old password protocol and thus create problems of the sort ODBC was meant to solve. PB - Original Message - From: [EMAIL PROTECTED] To: Danesh Daroui Cc: [EMAIL PROTECTED] Sent: Thursday, September 09, 2004 9:01 AM Subject: Re: ODBC problem

Re: ODBC problem

2004-09-09 Thread SGreen
Even the most recent version of the ODBC drivers act as though they are pre-4.1 clients. Now that you know that, what you read in this article should make better sense: http://dev.mysql.com/doc/mysql/en/Old_client.html It contains links to other details on the issue and some suggestions to wor

RE: ODBC & Stored procedures

2004-07-30 Thread Peter Harvey
? www.mysql.com/certification -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 10:02 AM To: [EMAIL PROTECTED] Cc: MySQL Subject: Re: ODBC & Stored procedures Wow! the list is quiet today, I really expected someone to respond to this by now. Just in

Re: ODBC & Stored procedures

2004-07-30 Thread SGreen
Wow! the list is quiet today, I really expected someone to respond to this by now. Just in case you didn't understand the problem: He is connecting to a 5.0 database using ODBC version 3.51 and running a stored procedure. He is having problems getting return values from his stored procedures t

RE: ODBC Connector for Windows - how to handle large resultsets?

2004-07-22 Thread Victor Pendleton
which ODBC driver are you using? -Original Message- From: Leonardo Javier Belén To: [EMAIL PROTECTED] Sent: 7/22/04 10:36 AM Subject: ODBC Connector for Windows - how to handle large resultsets? Hi all, I have a problem with the ODBC Connector since I need to handle very large results

Re: ODBC error

2004-06-18 Thread Cemal Dalar
You should check your privileges in mysql server. Look at the Host field in mysql.user table. Probably that is the problem and change the value to the Windows IP address. And don't forget to make " FLUSH PRIVILEGES".. Ref: http://dev.mysql.com/doc/mysql/en/User_Account_Management.html Best Regar

RE: odbc reverse

2004-06-15 Thread Business A2Z
ed by the end of the week :) Thank you Andrew >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: 15 June 2004 20:46 >To: [EMAIL PROTECTED] >Cc: MySQL-Lista >Subject: RE: odbc reverse > > > >OK, now we are closer to a solution. Typically

RE: odbc reverse

2004-06-15 Thread SGreen
PM Subject: RE: odbc reverse Please respond to

RE: odbc reverse

2004-06-15 Thread Business A2Z
es` # CREATE TABLE `products_to_categories` ( `products_id` int(11) NOT NULL default '0', `categories_id` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`,`categories_id`) ) TYPE=MyISAM; # # Dumping data for table `products_to_categories` # INSERT INTO `products_to_categories`

RE: odbc reverse

2004-06-15 Thread SGreen
c: <[EMAIL PROTECTED]>, "MySQL-Lista" <[EMAIL PROTECTED]> 06/14/2004 05:58 Fax to:

RE: odbc reverse

2004-06-14 Thread Business A2Z
EMAIL PROTECTED]; MySQL-Lista >Subject: RE: odbc reverse > > > >It seems to me that you are trying to use EXCEL as some type of live data >entry form. That would require "binding" an excel sheet to your data >source (through ADO through ODBC to the MySQL server). Th

RE: odbc reverse

2004-06-14 Thread Business A2Z
PROTECTED] >Sent: 14 June 2004 21:52 >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED]; MySQL-Lista >Subject: RE: odbc reverse > > > >It seems to me that you are trying to use EXCEL as some type of live data >entry form. That would require "binding" an excel sheet t

RE: odbc reverse

2004-06-14 Thread SGreen
cc: "MySQL-Lista" <[EMAIL PROTECTED]> Fax to: 06/14/2004 04:30 Subject: RE: odbc revers

RE: odbc reverse

2004-06-14 Thread Business A2Z
gin. If I have this completely incorrect please do let me know, as I was thinking of something else called data transfer method Andrew >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: 14 June 2004 20:56 >To: [EMAIL PROTECTED] >Cc: MySQL-Lista

Re: odbc reverse

2004-06-14 Thread SGreen
I don't have enough information to answer your question. What platform are you on? What language/DB library are you using to call the ODBC driver? The answers you seek may be in the documentation for the particular language-library combination you are using. Eventually it all boils down to 3 dif

Re: odbc

2004-01-12 Thread Director General: NEFACOMP
ODBC does not need to be installed on the server machine. It is only needed on the client. So, it is possible to use Access to connect to the MySQL server even though the ODBC is not installed on the server. Just install MyODBC on the client machine and tell Access to connect through ODBC. You may

Re: odbc

2004-01-08 Thread Nitin Mehta
" <[EMAIL PROTECTED]>; "Matthew McNicol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 09, 2004 10:02 AM Subject: Re: odbc > Nitin Mehta wrote: > > >You can just install MyODBC on the client (running MS Access) then you can > >link

Re: odbc

2004-01-08 Thread Daniel Kasak
Nitin Mehta wrote: You can just install MyODBC on the client (running MS Access) then you can link tables stored anywhere. have a look at: http://forums.devshed.com/t56700/s.html for more info Hope that helps Nitin I think Matthew meant that his ISPs MySQL installation is firewalled, and so a

Re: odbc

2004-01-08 Thread Nitin Mehta
You can just install MyODBC on the client (running MS Access) then you can link tables stored anywhere. have a look at: http://forums.devshed.com/t56700/s.html for more info Hope that helps Nitin - Original Message - From: "Matthew McNicol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: odbc 3.51.06

2003-12-06 Thread Egor Egorov
"Prathima Rao" <[EMAIL PROTECTED]> wrote: > > dear mysq team, > > i have myodbc 3.51.01 version now how do i upgrade to latest version 3.51.06 > please help What OS do you use? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net

Re: odbc 3.51.06

2003-12-05 Thread Prathima Rao
dear mysql team, i was trying to save a file in mysql now can u please help me with an alternative that i save the file name in the database and how to retrieve back prathima rao - Original Message - From: Prathima Rao To: [EMAIL PROTECTED] Sent: 06/12/2003 9:23 AM Sub

RE: ODBC Encryption?

2003-10-23 Thread Paul F
Thanks. I was thinking about using stunnel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 3:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: ODBC Encryption? What you've seen is what you get. None. Try tunn

Re: ODBC Encryption?

2003-10-23 Thread Tbird67ForSale
What you've seen is what you get. None. Try tunneling through SSH. Try this link to learn more: http://www.cs.kuleuven.ac.be/system/security/ssh/tunnel.shtml -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTE

Re: ODBC Error

2003-10-07 Thread Egor Egorov
"Fortuno, Adam" <[EMAIL PROTECTED]> wrote: > Yo gang! Having a problem with the MySQL ODBC 3.51 driver. > > I've got a MySQL volume which has a user table (tbl_usr). I'm linking this > table to an Access database on my workstation (via ODBC link). The account > being used for the connection has se

Re: ODBC Connect have problems .....

2003-10-02 Thread Paul DuBois
At 9:33 +0800 10/3/03, â§ïíâ wrote: Hi mysql : Client O.S. is Windows 2000 Professional MyODBC Version is 2_50.39 for windows Mysql Database Engine version 3.23.52 Mysql server O.S. Redhat 8 Error Message :Host 'pc100' is not allowed to connect to mysql server (#1130) Could you hel

RE: ODBC connection from Windows app to Linux backend?

2003-03-27 Thread David Brodbeck
Would MyODBC do what you want? I'm using it to connect MS Access to MySQL, and also to connect a Borland Delphi application to a MySQL database. It works pretty well. Consult the FAQ for known glitches with specific applications. > -Original Message- > From: LaBranche, Kevin [mailto:[EM

re: ODBC Driver?

2003-01-24 Thread Egor Egorov
On Friday 24 January 2003 01:29, Jeffrey Powell wrote: > I am preparing to migrate a client from using a large MS-ACCESS database to > using a linux hosted MySql as the datasource. Or at least I'd like to be > able to export tables as a backup. > > Please tell me where I can get a driver. Take a

re: Re: ODBC query freezes server

2002-12-17 Thread Victoria Reznichenko
On Tuesday 17 December 2002 09:24, B F wrote: > I tried your pass-through idea previously and it did not work. Today I even > typed my query directly into the mysql shell (and bypassing MS-Access > altogether) and my MySQL server still hung! So we can rule out problems > with Access of MyODBC... W

Re: ODBC query freezes server

2002-12-16 Thread B F
MS-Access & MySQL P.P.S. I'll check out ADO/VB... thanks! From: Daniel Kasak <[EMAIL PROTECTED]> To: B F <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: ODBC query freezes server Date: Tue, 17 Dec 2002 14:39:22 +1100 B F wrote: Hi all, I am having a problem with MySQ

Re: ODBC query freezes server

2002-12-16 Thread Daniel Kasak
B F wrote: Hi all, I am having a problem with MySQL and I hope some nice guru can help me. I am running MySQL server v3.23.49a on Red Hat Linux v7.1. I also need to run queries on Microsoft Access running on my Win2K machine, using a MyODBC connection over the Internet. However when I run cer

Re: ODBC install and remote connection quetions

2002-11-03 Thread Jerry
David Lloyd wrote: How do you mean not able to "see it"? Under the control panel there should be an "ODBC Data Source Administrator"... (mysql, query) DSL The driver is not listed in the driver. I cannot select it from the list of drivers as it is not there. Jerry

Re: ODBC install and remote connection quetions

2002-11-03 Thread David Lloyd
Jerry, > I have some questions on using ODBC with My SQL. :-) > I have a MySQL on on an ISPs database server. I'd like to > pull data from it into Excel. It appears that I need to > use ODBC to do this. Do the server need to have ODBC > installed or do I just need it installed on the PC I wa

RE: ODBC problem

2002-10-30 Thread Fernando Grijalba
JFernando *** sql *** -Original Message- From: GAY Samuel [mailto:S.GAY@;envergure-conseil.com] Sent: October 30, 2002 09:55 To: MySQL Help Subject: RE: ODBC problem It's ADODB. Here is the "open" code : [...] Set sql_connection = New ADODB.Connection sql_connecti

RE: ODBC problem

2002-10-30 Thread GAY Samuel
e it and reopen. But the first time the "bug" is on my update request. Sam. -Message d'origine- De : Fernando Grijalba [mailto:fernando@;ggtours.on.ca] Envoyé : mercredi 30 octobre 2002 15:47 À : MySQL Help Objet : RE: ODBC problem How are you connecting your ap

RE: ODBC problem

2002-10-30 Thread Fernando Grijalba
How are you connecting your app? DSN, ADO Connection String, DAO, etc... JFercan *** sql *** -Original Message- From: GAY Samuel [mailto:S.GAY@;envergure-conseil.com] Sent: October 30, 2002 04:47 To: Mail List MySQL (E-mail) Subject: ODBC problem Hi, To test MySQL I'm migrating a smal

re: odbc connect problem

2002-10-23 Thread Egor Egorov
Liu, Wednesday, October 23, 2002, 11:03:16 AM, you wrote: LQq> I installed myodbc on windows and want to connect mysql with odbc, but something is wrong. System indicated: MySQL ODBC 3.51 DRIVER :03.51.02 LQq> [MySql][ODBC 3.51 Driver]Host ' ' is not allowed to connect to this MySQL server. LQq

RE: ODBC connection from Mysql to Mssql

2002-10-02 Thread Venu
Hi !!! > hey guys > > i got a scenario here i need to extract some CDR records from > a Mssql database into a mysql database and have them > available on a website. I have not really configured odbc > before, so i am having some problems, i am running SuSE 7.2 > on my linux box, i got the t

Re: ODBC ADO and microsoft

2002-09-17 Thread Chuck Amadi
Bryan Koschmann - GKT wrote: >Hi, > >We have an accounting program that was writting in visual basic and runs >on microsoft sql. I was told it uses ADO by the programmer (please note, >I'm not all up on this subject as I should be). I'm wondering if it would >be possible to connect to it somehow

Re: ODBC

2002-07-30 Thread Egor Egorov
Sorry, I know nothing about it so I'm asking... (wasn't long ago I could get t> MySQL installed and running. ;-) t> I'm using Mac OS X (Server). t> I installed MySQL... if ODBC is not included, does anyone know where or how t> I get it for OS X and MySQL? t> (I've read the MyODBC site but it d

Re: ODBC and TimeStamp

2002-07-15 Thread Todd Cary
<<< Can you run the query from mysql interface? >>> Yes. Todd -- Todd Cary Ariste Software 2200 D Street Extension Petaluma, CA 94952 707-773-4523 [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manu

Re: ODBC and TimeStamp

2002-07-15 Thread Patrick
ssage - From: "Todd Cary" <[EMAIL PROTECTED]> To: "Jay Blanchard" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 15, 2002 2:15 PM Subject: Re: ODBC and TimeStamp > Jay - > > Here is the table structure. If I include the MEM_Code fiel

Re: ODBC and TimeStamp

2002-07-15 Thread Todd Cary
Jay - Here is the table structure. If I include the MEM_Code field, the ODBC SELECT throws and exception, but I can understand that since CHAR is usually a one character field. The MEM_Change_Date field is another story. When it is included, the result is empty. Strange?!? Todd # # Table st

RE: ODBC and TimeStamp

2002-07-15 Thread Jay Blanchard
[snip] I have the following Sql SELECT statement: SELECT FirstName, LastName, ChangeTime FROM Members; If I execute the statement using ADO (uses a ODBC connection), the result set is empty. When the ChangeTime is removed, I get a result set. [/snip] Can you show us a DESCRIBE TABLE for Member

Re: ODBC and TimeStamp

2002-07-15 Thread Todd Cary
Patrick - I have the following Sql SELECT statement: SELECT FirstName, LastName, ChangeTime FROM Members; If I execute the statement using ADO (uses a ODBC connection), the result set is empty. When the ChangeTime is removed, I get a result set. Todd -- Todd Cary Ariste Software 2200 D Stree

Re: ODBC and TimeStamp

2002-07-15 Thread Patrick Sherrill
What error? What schema? Try TIMESTAMP(14) Pat... - Original Message - From: "Todd Cary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 11:31 PM Subject: ODBC and TimeStamp > I have a MySQL TimeStamp in my table. If I try to do a query via ODBC, I get an > erro

Re: odbc on mandrake linux

2002-07-05 Thread Mathieu DESPRIEE - NO SPAM
I do have configured MyODBC-3.51/unixodbc-2.2.1 on a Mandrake 8.0 (recently updated) distrib. I think it should not be a problem to install it on 8.2 Start to install unixODBC: I managed to build unixODBC without the hard-to-compile GUI (the GUI requires too much libs for my taste...) I achiev

RE: ODBC Questions

2002-05-27 Thread Tim Ward
> It gave me an error saying error in SQL syntaz at CREATE TABLE.. I think that's because your query does not look to me like valid MS Access SQL syntax. > is the SQL sytnax exactly the same as 'normal' SQL syntax? Both Access and MySQL implement quite a lot of standard SQL syntax (if that's wh

RE: ODBC Problem.....

2002-04-30 Thread Venu
Hi, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 12:28 AM > To: [EMAIL PROTECTED] > Subject: ODBC Problem. > > > > I've downloaded a version of MySQL ODBC Driver from The > MySQL.com site named [ myodbc-2.50.36-win95.zi

RE: ODBC for VB application

2002-03-01 Thread Eugenio Ricart
Hello Victoria, Try with DBtools is better than mysql-front and export all to My Sql with no errors. Only one question how work dynamic cursors with ADO. I have a big problem with the speed when I use dynamic cursor with last version of ODBC . This is the address to download http://www.dbtools.

Re: odbc...

2002-03-01 Thread Marek Wysmulek
>Is it possible to have global access to all databases using the new odbc >driver? For example I have an app that uses more than one table owner. In >Mysql, I had to set up a db for each owner but when I try to connect through >the odbc, I don't have access to all the databases, just one. How c

RE: ODBC and SystemDSN?

2002-02-25 Thread Carl McNamee
sql,query Is it possible to setup a system DSN with myodbc? We have several databases that need to be linked together for Crystal Reports to use. So far I have not figured out how to do this. TIA! Carl McNamee Systems Administrator Billing Concepts (210) 949-7282 ---

RE: ODBC for newbie

2002-01-02 Thread Venu
Hi, > -Original Message- > From: Lew Schwartz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 11:58 AM > To: [EMAIL PROTECTED] > Subject: ODBC for newbie > > > Are there any odbc how-to's, tutorials, samples and/or resources I could > look at? I'm new to mySQL. > -Lew > MyO

RE: ODBC DRIVERS for MYSQL

2001-12-28 Thread Venu
> -Original Message- > From: Peter Reck [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 3:31 PM > To: [EMAIL PROTECTED] > Subject: ODBC DRIVERS for MYSQL > > > > A newbie question: > > DESIRED FUNCTION: > to import data from MySQL db to MS word through webquery > > ODBC >

RE: ODBC DRIVERS for MYSQL

2001-12-28 Thread Land, Christopher
PROBLEM there is NO SYSTEM DSN offered to add under the "add" button under the "SYSTEM DSN" tab After clicking the Add button under the System DSN tab, you scroll to and select "MySQL" then continue. Xi2 -Original Message- From: Peter Reck [mailto:[EMAIL PROTECTED]] Sent: Friday, Dec

RE: odbc connection problem

2001-12-20 Thread Venu
Hi, > -Original Message- > From: Devore, Jacob [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20, 2001 10:01 AM > To: '[EMAIL PROTECTED]' > Subject: odbc connection problem > > > When I connect through odbc I get a succes with info, when I look at the > info I have a sql state o

RE: odbc driver

2001-12-04 Thread Venu
Hi, > -Original Message- > From: avital raz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 04, 2001 12:56 PM > To: [EMAIL PROTECTED] > Subject: odbc driver > > > hello > i need help > i have a database in mysql. > i use an outside program that connect to the databas through odbc

RE: ODBC Call Fails

2001-11-01 Thread Woolsey, Fred
Alex, If MyODBC is simply passing the query in this case along to MySQL, the MySQL engine will choke on the subquery IN (SELECT ..., since MySQL doesn't support subqueries. I have had success, however, using subqueries with Access and MySQL by linking the MySQL tables to Access using the Get Ext

Re: ODBC Drivers

2001-09-19 Thread Venu
On Wednesday 19 September 2001 14:32, Tom Meckna wrote: > Hi Venu! > > Sorry for bothering you. I belive I have the driver installed correctly > but I dont understand what name I use when calling it from a java program. > A example would be > > Class.forName(driverName); > Ex from book > Class.fo

RE: ODBC Drivers

2001-09-19 Thread Venu
Hi > -Original Message- > From: Tom Meckna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 19, 2001 1:46 PM > To: [EMAIL PROTECTED] > Subject: ODBC Drivers > > I obtained a copy of MySQL from sams teach yourself MySQL in 24 > hours. I > am a java programmer and I have writ

Re: odbc on WinME

2001-06-11 Thread Sommai Fongnamthip
try download full windows odbc setup (not download only .dll). Then, follow with Setup.exe. Sommai Fongnamthip At 07:39 11/6/2001 -0700, Bob Andrews wrote: >I recently downloaded the ODBC client software for windows, ran setup, then >went into the 'ODBC Data Source Administrator' from the cont

Re: odbc on WinME

2001-06-11 Thread Miguel Angel Solórzano
At 07:39 11/06/2001 -0700, Bob Andrews wrote: Hi, Assuming that: 1- You have the ODBC Data Source Administrator, means that your machine has already the ODBC core installed. 2- You ran the MyODBC setup for Win9x and something wrong happened. If the item 2 is true, verify if the myodbc.dll e

Re: ODBC connections lost

2001-05-24 Thread Rolf Hopkins
That file is automatically created upon starting the mysql server. For it to disappear, either the mysql server has been shut down or there is a cron job (or something like that) deleting it. - Original Message - From: "Michael Ragsdale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: ODBC for MySql with SSL

2001-05-13 Thread Greg Cope
Tonu Samuel wrote: > > On 09 May 2001 09:43:59 +0100, Eugénio Veiga wrote: > > Hi > > > > Does any body if is possible in windows 9x to implement odbc for MySql > > with ssl ? > > There exists any driver for this ? > > Well, I do not know much about ODBC. But anyway if you tell "MySQL with > SSL

Re: ODBC for MySql with SSL

2001-05-12 Thread Tonu Samuel
On 09 May 2001 09:43:59 +0100, Eugénio Veiga wrote: > Hi > > Does any body if is possible in windows 9x to implement odbc for MySql > with ssl ? > There exists any driver for this ? Well, I do not know much about ODBC. But anyway if you tell "MySQL with SSL" then you mean my work on SSL support

Re: ODBC for MySql with SSL

2001-05-09 Thread Gerald Clark
If you want to check ssh for use with mysql, check out openssh.com. La Rocca Network wrote: > - Original Message - > From: <[EMAIL PROTECTED]> > To: "La Rocca Network" <[EMAIL PROTECTED]> > Sent: Wednesday, May 09, 2001 2:06 PM > Subject: Re: Re: ODB

Re: Re: ODBC for MySql with SSL

2001-05-09 Thread La Rocca Network
- Original Message - From: <[EMAIL PROTECTED]> To: "La Rocca Network" <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 2:06 PM Subject: Re: Re: ODBC for MySql with SSL > Your message cannot be posted because it appears to be either spam or > simply off to

Re: ODBC for MySql with SSL

2001-05-09 Thread Jeremy Zawodny
On Wed, May 09, 2001 at 09:43:59AM +0100, Eugénio Veiga wrote: > Hi > > Does any body if is possible in windows 9x to implement odbc for > MySql with ssl ? There exists any driver for this ? Not sure about that. But if you don't get any good leads, you might consider using an SSH tunnel between

RE: ODBC????

2001-04-19 Thread Simon Green
(Is this any help?)(sql) Hello, I become a contribution of doing it shake it for a long time. For the list of names data that I made with Access ninety-seven, I did fGfNfXf|[fg on MySQL " ?" " ?" A problem that a specific character can't input occurred. As it is non-possible

Re: ODBC$B@\B3$GFCDj$NJ8;z$,(B$BF~NO$G$-$J$$(B

2001-04-19 Thread Philip Mak
$B$3$l$O1Q8l$N(BML$B$G$9!#F|K\8l$N(BML$B$r;H$C$F2<$5$$!#!J$9$_$^$;$s$,!"F|K\8l$N(BMySQL$B$N(BML $B$O$I$3$K$"$k$N$,J,$j$^$;$s!#!K(B (This is an English mailing list. Please use a Japanese mailing list. Sorry, but I don't know where a Japanese MySQL mailing list is.) -Philip Mak ([EMAIL

Re: ODBC Installation

2001-03-29 Thread unplug
reboot your pc in safe mode and install myodbc again. Quentin Bennett wrote: > > Hi, > > When trying to install the latest ODBC I get > > An error occurred while copying C:\WINDOWS\SYSTEM\ctl3d32.dll. Restart > Windows and try installing again. > > The file mentioned exists, and is not read o

Re: ODBC driver doumentation !!!

2001-03-13 Thread Yusuf Incekara
Try this. http://www.microsoft.com/data/odbc/ - Original Message - From: satish <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 8:02 AM Subject: ODBC driver doumentation !!! > Hello , > > I am developing front end applications with backend mysql server in >

Re: ODBC Driver documentation

2001-03-10 Thread Alexey V. Litvinov
Hello Fernando, Tuesday, March 06, 2001, 7:13:50 PM, you wrote: FRS> Where can I find the ODBC API Documentation to create a new ODBC FRS> driver? and the JDBC API? msdn.microsoft.com see in platform SDK->DB and msgng services->MDAC SDK->ODBC -- Best regards, Alexey

RE: ODBC

2001-03-09 Thread AzzKicar
I recently got MyODBC to run on Win2k and it works fine. -Original Message- From: Gerald Jensen [mailto:[EMAIL PROTECTED]] Sent: March 9, 2001 6:53 AM To: Dave Loisel; MySql Subject: Re: ODBC Dave: Not sure I follow the question ... we have 50+ systems (WinNT Server or WinNT

Re: ODBC

2001-03-09 Thread Gerald Jensen
Dave: Not sure I follow the question ... we have 50+ systems (WinNT Server or WinNT Workstation) running MySQL using the MyODBC drivers. G. Jensen - Original Message - From: "Dave Loisel" <[EMAIL PROTECTED]> To: "MySql" <[EMAIL PROTECTED]> Sent: Friday, March 09, 2001 8:13 AM Subject: O

Re: ODBC Driver documentation request (again)

2001-03-08 Thread Pat Sherrill
ODBC API documentation is, of course, available from Microsoft and is included with Visual Studio or available from their website (I'm not sure of the exact URL). All of the MyODBC source is available from your closest MySQL Mirror site. ODBC and JDBC are not the same. Try Sun for JDBC specifi

Re: ODBC trouble - please help

2001-03-07 Thread Pat Sherrill
- Original Message - From: "Wojciech Spychała" <[EMAIL PROTECTED]> To: "'Pat Sherrill'" <[EMAIL PROTECTED]> Sent: Wednesday, March 07, 2001 7:08 AM Subject: RE: ODBC trouble - please help > time_stamp ??? > what is this for? > > -Original Mes

  1   2   >