Re: myodbc driver araise full table scan

2005-08-08 Thread Gleb Paharenko
Hello. Please, provide more information about your software and oprating system. Include versions of MySQL and MyODBC. See: http://dev.mysql.com/doc/mysql/en/bug-reports.html http://dev.mysql.com/doc/mysql/en/myodbc-bug-report.html chenwei [EMAIL PROTECTED] wrote: i use

Re: myodbc on mandrake

2005-03-21 Thread Gleb Paharenko
Hello. If you can't find rpms with this driver, you may install it manually. At first you should install unixODBC or iODBC. Then install MyODBC using binary tarball. See: http://dev.mysql.com/doc/mysql/en/myodbc-unix-tarball-installation.html Put the correct information in

RE: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Mechain Marc
Have a look at: http://dev.mysql.com/doc/mysql/en/Old_client.html Marc. -Message d'origine- De : nikos [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 janvier 2005 10:09 À : mysql@lists.mysql.com Objet : MyODBC 3.5.9 and MySQL 4.1.8 Hello list and happy new year. Recently I've

RE: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Homam S.A.
You could also leave the password blank if you don't want to force MySQL to revert to the old password encryption on start-up. This should be fine if your server is in the DMZ and you control all the processes that have access to the server. Unfortunately, 4.2.x breaks backward compatibility with

RE: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Tom Crimmins
Try MyODBC 3.51.10. It supports 4.1 auth. Here is a link to a mirror that has it: http://mysql.netvisao.pt/downloads/connector/odbc/3.51.html --- Tom Crimmins Interface Specialist Pottawattamie County, Iowa -Original Message- From: nikos Sent: Wednesday, January 05, 2005 3:09 AM To:

RE: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Homam S.A.
Tom, this is awesome! It must have been fresh out of dev because I downloaded 3.51.09 a couple of days ago. I just downloaded it and it works fine with 4.1 authentication. Thanks! --- Tom Crimmins [EMAIL PROTECTED] wrote: Try MyODBC 3.51.10. It supports 4.1 auth. Here is a link to a mirror

Re: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Prasad Mhatre
, January 06, 2005 12:43 AM Subject: RE: MyODBC 3.5.9 and MySQL 4.1.8 Tom, this is awesome! It must have been fresh out of dev because I downloaded 3.51.09 a couple of days ago. I just downloaded it and it works fine with 4.1 authentication. Thanks! --- Tom Crimmins [EMAIL PROTECTED] wrote

RE: MyODBC 3.51.10

2005-01-04 Thread J.R. Bullington
You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of the my.ini file. Set-variable = old_passwords=1 It's not the ODBC, but your version of MySQL. 4.0.x uses 1 variant of password hashing, 4.1.x uses a more secure one that will be covered in MyODBC 3.53 (coming soon...).

RE: MyODBC 3.51.10

2005-01-04 Thread Erich Beyrent
You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of the my.ini file. Set-variable = old_passwords=1 It's not the ODBC, but your version of MySQL. 4.0.x uses 1 variant of password hashing, 4.1.x uses a more secure one that will be covered in MyODBC 3.53 (coming

RE: MyODBC 3.51.10

2005-01-04 Thread Tom Crimmins
Specialist Pottawattamie County, Iowa -Original Message- From: Erich Beyrent Sent: Tuesday, January 04, 2005 2:53 PM To: 'J.R. Bullington';Subject: RE: MyODBC 3.51.10 You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of the my.ini file. Set-variable = old_passwords

Re: myODBC connect problems

2004-06-08 Thread SGreen
Annie, Try opening a telnet session from your Win2K box to your Linux box using port 3306. If your MySQL server is there, you will see the version number of your server embedded in some other data. You can either close the connection or wait for it to time out. IF you got your version number,

Re: MyODBC and Windows XP

2004-03-18 Thread Daniel Kasak
Jos Angel Blanco Linares wrote: Hi, everybody I have in my office two pc machines. One of them is a Pentium III with Windows 98 second edition and MyODBC 3.51.06; the other is a Pentium 4 with Windows XP and MyODBC 2.50.39. The MySQL database is running on a linux server, and via MyODBC I

Re: MyODBC and Windows XP

2004-03-18 Thread Miguel Angel Solorzano
At 19:14 18/3/2004, José Angel Blanco Linares wrote: Hi, Hi, everybody I have in my office two pc machines. One of them is a Pentium III with Windows 98 second edition and MyODBC 3.51.06; the other is a Pentium 4 with Windows XP and MyODBC 2.50.39. The MySQL database is running on a linux server,

Re: MyODBC Help

2004-02-19 Thread Michael Stassen
I'm copying this to the list (hope you don't mind). You'll find you get quicker and better responses when all the experts on the list see your question. Plus, someone else may have a similar question and benefit from the answers you get. I've never seen this problem myself, but it looks like

Re: MyODBC and MySQL 4.1

2003-11-29 Thread Director General: NEFACOMP
will login without any problem. I think it's a compatibility issue. Thanks Emery - Original Message - From: abaid al-mutairy To: Director General: NEFACOMP Sent: Saturday, November 29, 2003 08:30 Subject: Re: MyODBC and MySQL 4.1 To create a new user use the Grant command

Re: MyODBC and MySQL 4.1

2003-11-29 Thread Director General: NEFACOMP
PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, November 29, 2003 13:43 Subject: Re: MyODBC and MySQL 4.1 I know how to grant privileges but the problem is with the password type of mysql 4.1.0 After granting privileges using GRANT (in 4.1.0), I can only login using the mysql client

Re: MyODBC and MySQL 4.1

2003-11-28 Thread Sergei Golubchik
Hi! On Nov 27, Director General: NEFACOMP wrote: Hi groups, does anyone know of a way to use myODBC and connect to MySQL 4.1 using its new passwords? When I create a password using PASSWORD( ), I can only login using the MySQL client (the one that comes with MySQL). But if I create

Re: MyODBC 3.51 + Windows Server 2000 = Memory Leak

2003-08-23 Thread Jim McAtee
We're running MyODBC 3.51 on Windows 2000 Ssrver with IIS5 and ColdFusion 5 applications and don't see any memory leaks. In a very hight traffic application, you'll want to keep connections open as long as possible anyway. There's also a MyODBC list that you might try. - Original Message

Re: MyODBC 3.51 for MySQL 4.1

2003-06-24 Thread Paul DuBois
At 9:54 +0100 6/17/03, [EMAIL PROTECTED] wrote: I am using MySQL 4.1 alpha for windows for new development. Is MyODBC 3.51.06 supposed to work for MySQL 4.1 alpha? I get message [MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server. Consider upgrading MySQL

RE: MyODBC: SQLBindParameter mix DATA_AT_EXEC with direct bound param eters

2003-03-12 Thread Naumann, Frank
should initialize it at least with 0. ;) Next time I post to the appropriate list (myodbc) ;) Frank -Original Message- From: Venu [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 11:03 PM To: Naumann, Frank Cc: '[EMAIL PROTECTED]' Subject: Re: MyODBC: SQLBindParameter mix

Re: MyODBC: SQLBindParameter mix DATA_AT_EXEC with direct boundparam eters

2003-03-11 Thread Venu
On Mon, 2003-03-10 at 09:40, Naumann, Frank wrote: Hi all, Hi !! I found a problem (bug?) when updating a blob column via MyODBC. The statement i run is like that: UPDATE blob_table SET blob_col = ? where id = ? when i do NOT bind the restriction as input parameter, but write it

Re: MyODBC 3.51 - Memory allocation error with BLOBs

2003-03-02 Thread Venu
On Sun, 2003-03-02 at 21:19, Aaron O'Neil wrote: How-To-Repeat: I suspect there is a bug in the ODBC driver in relation to blobs. I'm now using 3.51.06, but was having this same problem on 3.51.05. I'm using Visual C++ and their CRecordset wrapper for the ODBC calls. I'm using the

RE: myODBC, if left alone, can lock up an Access table

2003-01-14 Thread David Brodbeck
-Original Message- From: Steve Quezadas [mailto:[EMAIL PROTECTED]] I notice that sometimes when I establish a connection with myODBC with Microsoft Access, and send it occasional sql statements it works fine at first. But if you let it sit for, say, 30 minutes and comes back,

RE: MyODBC with text files

2002-12-23 Thread Fernando Grijalba
I think you need the ODBC driver for plain text files to do so. It is generally installed in Win32, but I do not know about Linux. As to use MyODBC for that, I do not think it will work. HTH JFernando ** sql ** -Original Message- From: Nikola Pentchev (ESA) [mailto:[EMAIL PROTECTED]]

Re: MyODBC with iODBC on Mac OSX 10.2 Jaguar

2002-11-06 Thread Venu
Tarin wrote: Has anyone had any success in building the MySQL ODBC 3.51 Driver (formerly MyODBC) against iODBC on Mac OSX 10.2 Jaguar? Specifically, I would like to use the MySQL ODBC 3.51.04 Driver built using the iODBC Unix libraries, rather than the iODBC frameworks available on OSX through

RE: myodbc prolbems between linux windows

2002-10-06 Thread Jeff Bluemel
granted. Host Db User 192.168.0.ntsmaster mysql (all privileges selected) - Original Message - From: John Jacques To: Jeff Bluemel Sent: Saturday, October 05, 2002 6:26 PM Subject: Re: myodbc prolbems between linux windows Ha, I don't recall either

Re: MyODBC Error

2002-07-16 Thread Egor Egorov
Nitesh, Tuesday, July 16, 2002, 3:46:39 AM, you wrote: ND I have my MySql 3.23 running, I installed MyODBC in my Win98 PC and created a DSN for MySql. ND When I use MS Access to connect to MySql I get an Error saying Host 192.168.1.103 is not allowed to connect to this MySql Server. ND I

RE: MyODBC Error

2002-07-15 Thread Chaitanya Diwadkar
Look at the GRANT documentation to see how mysql authenticates using host and user. -Original Message- From: Nitesh Divecha [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: MyODBC Error Sensitivity: Confidential Hello All, I have my MySql

RE: MyODBC DSN Configuration Dialog Hidden

2002-06-07 Thread Venu
Hi , -Original Message- From: mySQL list [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:35 AM To: [EMAIL PROTECTED] Subject: MyODBC DSN Configuration Dialog Hidden Hi, I have a vb application which connects to mysql via ado/myodbc 3.51.03. In it, users can

RE: MyODBC DSN Configuration Dialog Hidden

2002-06-07 Thread mySQL list
Hi Venu, The problem I have only occurs (as far as I can tell) on Windows XP, not Windows 2000: If I try and connect to a host where mysql is not running, the driver pops up an error message box, saying [MySQL][ODBC 3.51 Driver] Can't connect to MySQL server on 'hostname'

Re: [MyODBC]Access denied for user: 'ODBC@localhost'

2002-06-06 Thread Ray a PowerWeb Tech
ok, rebooting didn't fix it, reinstalling myodbc didn't fix it, creating a user ODBC@localhost fixed it. all off a sudden i need a user named ODBC@localhost, and last i checked, i'm the only one here that knows anything about how to use mysql here at the office. so what might have been

Re: [MyODBC]Access denied for user: 'ODBC@localhost'

2002-06-06 Thread Egor Egorov
Ray, Thursday, June 06, 2002, 4:39:11 PM, you wrote: R Error Occurred While Processing Request R Error Diagnostic Information R ODBC Error Code = S1000 (General error) R [TCX][MyODBC]Access denied for user: 'ODBC@localhost' (Using password: NO) R The error occurred while processing an

Re: [MyODBC]Access denied for user: 'ODBC@localhost'

2002-06-06 Thread Ray
in the DSN settings, each datasource has a different username and password. and looking over the DSNs, none of them should be using the username ODBC@localhost. On Thursday 06 June 2002 9:18, you wrote: Ray, Thursday, June 06, 2002, 4:39:11 PM, you wrote: R Error Occurred While

Re: MyODBC connection to Linux MySQL

2002-05-28 Thread Victoria Reznichenko
yvon, Monday, May 27, 2002, 11:33:42 PM, you wrote: yd I tried to connect to a mysql database running on a yd linux server using an odbc connection in windows 98. I yd get the following message: yd [TCX][MyODBC]Host x.x.x.x is not allowed to connect to yd this MySQL server yd

RE: MyODBC Question

2002-04-30 Thread Venu
Hi, -Original Message- From: David M. Peak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: MyODBC Question I have a question about MyODBC and the results of SQLGetTypeInfo from a table with a column of type TEXT. The

Re: MyODBC Question

2002-04-30 Thread David M. Peak
:17 PM Subject: RE: MyODBC Question Hi, -Original Message- From: David M. Peak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: MyODBC Question I have a question about MyODBC and the results of SQLGetTypeInfo from a table

RE: MyODBC Question

2002-04-30 Thread Venu
Hi, -Original Message- From: David M. Peak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 2:44 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: MyODBC Question So what is the best way to store information in a MySQL database through MyODBC

Re: MyODBC Question

2002-04-30 Thread David M. Peak
greater than 255? - Original Message - From: Venu [EMAIL PROTECTED] To: 'David M. Peak' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 2:45 PM Subject: RE: MyODBC Question Hi, -Original Message- From: David M. Peak [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: MyODBC Question

2002-04-30 Thread Venu
PROTECTED] Subject: Re: MyODBC Question I don't mean to beat a dead horse here, but when the backend checks the length of the datatype for the columns to prepare the statment, the TEXT column comes back as length of 255 so my 1,500 char string gets cut off. Is there a datatype

Re: MyODBC multiple connection

2002-04-22 Thread (Borus.Kung)
I am writing web page using VB script ASP, and cannot work with MyODBC 2.5 of MySQL but can work with 3.5.1 the previous problem is : I made a page using ASP MyODBC, it is working then I try multiple connection, the second trial to open the page failed with a disastrous error do anyone know

RE: MyODBC arrrgghh!

2002-04-18 Thread Land, Christopher
The mysql.user table requires an entry corresponding to user@IP/hostname corresponding to the XPwkst w/ODBC. -Original Message- From: Andrew Hazen [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: MyODBC arrrgghh! Alright, I'm feeling

RE: MyODBC arrrgghh!

2002-04-18 Thread Land, Christopher
', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); quit -Original Message- From: Land, Christopher [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 11:26 AM To: Andrew Hazen; [EMAIL PROTECTED] Subject: RE: MyODBC arrrgghh! The mysql.user table requires an entry corresponding to user@IP

RE: MyODBC arrrgghh!

2002-04-18 Thread Land, Christopher
, Christopher [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 12:01 PM To: [EMAIL PROTECTED] Subject: RE: MyODBC arrrgghh! Here's the basics for MySQL database access (seven lines total: use mysql; create database myDB; insert into db values ('myHOST.myDOMAIN.com', 'myDB', 'myUSER', 'Y','Y','Y','Y

RE: MyODBC arrrgghh!

2002-04-18 Thread Andrew Hazen
: RE: MyODBC arrrgghh! Your workstation is 192.168.1.101: insert into user values ('192.168.1.101', 'myUSER', Password ('myPASSWD'), 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); Allow class C network access with: insert into user values ('192.168.1.%', 'netUSER

Re: MyODBC

2002-04-17 Thread Steven Hajducko
Sounds like a user permission problem. Make sure you're allowed to connect from that ip. ( You can check in the 'user' table in the 'mysql' db. ) -- sh On Wed, 2002-04-17 at 09:34, Jim Bahr wrote: Hi Gang, Im trying to set my remote xp pc to connect to my server databases using MS Access.

Re: myODBC

2002-04-11 Thread Victoria Reznichenko
Andrew, Wednesday, April 10, 2002, 7:26:01 PM, you wrote: AH I'm trying to use the old MS Visio Modeler with mysql. I have AH downloaded and installed the myODBC driver and set up a DNS. But I keep AH getting this connection error: AH Can't connect to MySQL server on 'www.jsicorp.com'(10060)

Re: MyODBC and .NET (C#)

2002-03-11 Thread Scalper
I just got it to work in VB.NET. I played with the connection string. In fact, I took everything out except the DSN. Here is the code (VB.net). For the most part it is exactly like VB6 except no SET commands and no default properties. Try making your connection string minimal in C#.

Re: MyODBC for Core Business, followup...

2002-03-06 Thread Joshua J . Kugler
To all: This is in response to a request for more information. I thought others may find it useful. Thanks so much for your reply. It's good news to hear that someone is relying on MyODBC for an important purpose, much of the usage I've seen seemed rather small. Like I said, we

Re: MyODBC or some other C based API for speed?

2002-03-02 Thread Egor Egorov
Wilbur, Saturday, March 02, 2002, 12:23:08 AM, you wrote: WS I'm doing development directly in C. WS So which API is recommended..? MYSQL C API Look at: http://www.mysql.com/doc/C/C/C.html WS Wilbur -- For technical support contracts, goto https://order.mysql.com/ This email is

Re: MyODBC or some other C based API for speed?

2002-03-01 Thread Wilbur Streett
I'm doing development directly in C. So which API is recommended..? Wilbur Magic phrase... sql Putting A Human Face On Technology ;-) Literally! http://www.TheFaceOf.com

Re: MyODBC or some other C based API for speed?

2002-02-28 Thread Wilbur Streett
At 02:17 AM 3/1/02 +0100, you wrote: Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words in your message: sql,query If you just reply to this message, and include the entire text

RE: MyODBC 3.51 build for Mac OSX

2002-02-23 Thread Venu
Hi, -Original Message- From: Brian Reed [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: MyODBC 3.51 build for Mac OSX Sorry, I’m new here and I’m sure this has been discussed ad naseum, but does anyone have information on where

RE: MyODBC Blocking Table for DROP request ?

2002-02-20 Thread Venu
Hi, -Original Message- From: Fabrice Schleifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:31 PM To: [EMAIL PROTECTED] Subject: MyODBC Blocking Table for DROP request ? Hello everybody, here is a strange thing that creates me nightmares ... How-To-Repeat:

RE: MyODBC leaking handles...

2002-02-18 Thread Jens Collin
- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 3 januari 2002 18:38 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:44 PM To: '[EMAIL PROTECTED]' Cc

RE: MyODBC leaking handles...

2002-02-12 Thread Jens Collin
___ -Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 4 februari 2002 21:21 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED

RE: MyODBC BDE invalid configuration error (BDE Error 12550)

2002-02-12 Thread Venu
Hi, -Original Message- From: Guido Sohne [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 6:54 AM To: [EMAIL PROTECTED] Subject: MyODBC BDE invalid configuration error (BDE Error 12550) We're running a MySQL 3.23.47 server on Windows 98, and when trying to connect

RE: MyODBC leaking handles...

2002-02-12 Thread Jens Collin
___ -Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 4 februari 2002 21:21 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED

RE: MyODBC leaking handles...

2002-02-04 Thread Jens Collin
000 Fax : +46 (0)8 56 256 050 [EMAIL PROTECTED] http://www.envox.com ___ -Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 3 januari 2002 18:38 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi

RE: MyODBC leaking handles...

2002-02-04 Thread Venu
Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 5:42 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi again Venu, I tried the latest one. I'm sorry to say that the error persists

Re: MyODBC

2002-02-01 Thread D'Arcy Rittich
, unable to use this connection or something. D'Arcy - Original Message - From: Venu [EMAIL PROTECTED] To: Mike Nelson [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, January 26, 2002 2:15 PM Subject: RE: MyODBC Hi, -Original Message- From: Mike Nelson [mailto:[EMAIL PROTECTED

Re: MyODBC

2002-02-01 Thread Sinisa Milivojevic
D'Arcy Rittich writes: Hi Venu, I am unable to use MyODBC with .NET. What options do you recommend setting in DSN? I used Return matching rows, and Change BIGINT to INT, but no luck, error message. The Test connection works ok, but when I use the wizard to configure the data source in

RE: MyODBC

2002-02-01 Thread Venu
Hi, when I use the wizard to configure the data source in .NET, it throws an error, unable to use this connection or something. What is this **configure the data source in .NET** ? Can you please elaborate ? FYI : I used the following compilation options: csc /t:exe /out:mycon.exe mycon.cs

Re: MyODBC

2002-01-26 Thread Sinisa Milivojevic
Mike Nelson writes: Any plans to upgrade the MyODBC driver to support .NET? I downloaded a copy of MySQL and tested it with a .NET app and received an error that this version of ODBC wasn't supported. Just wondering if this is on the development horizon. Hi! We are in the planning stage

RE: MyODBC

2002-01-26 Thread Venu
Hi, -Original Message- From: Mike Nelson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:43 PM To: [EMAIL PROTECTED] Subject: MyODBC Any plans to upgrade the MyODBC driver to support .NET? I downloaded a copy of MySQL and tested it with a .NET app and received

RE: MyODBC problem: Show Processlist

2002-01-15 Thread Venu
Hi, Hallo, Im writing an Visual Basic 6 application, using MDAC 2.1 and MySql ODBC 2.50.38. In some part of this application I like to know the processes that are running on MySql. I'm using SHOW PROCESSLIST expecting a recordset back like in SHOW STATUS. I'm getting an

RE: MyODBC leaking handles...

2002-01-04 Thread Jens Collin
] http://www.envox.com ___ -Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 3 januari 2002 18:38 To: Jens Collin Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto

RE: MyODBC leaking handles...

2002-01-03 Thread Venu
Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:44 PM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi again, From what I can see, when the driver is unloaded (I guess when my

RE: MyODBC leaking handles...

2002-01-02 Thread Jens Collin
2001 20:01 To: Jens Collin; [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 3:05 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi

RE: MyODBC leaking handles...

2001-12-20 Thread Jens Collin
Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 19 december 2001 20:01 To: Jens Collin; [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 3:05 AM To: '[EMAIL

RE: MyODBC availability

2001-12-20 Thread Michael Widenius
Hi! Venu == Venu [EMAIL PROTECTED] writes: Venu Hi Kevin, -Original Message- From: Kevin Donnelly [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 12:47 PM To: [EMAIL PROTECTED] Subject: MyODBC availability Does anyone know why it is that the MyODBC authors

RE: MyODBC leaking handles...

2001-12-19 Thread Jens Collin
right? (If I read the manual right :)) I'll be happy to assist you with any data needed, just let me know what to send. / Jens -Original Message- From: Venu [mailto:[EMAIL PROTECTED]] Sent: den 18 december 2001 19:38 To: Jens Collin; [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles

RE: MyODBC leaking handles...

2001-12-19 Thread Venu
Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 3:05 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: MyODBC leaking handles... Hi again, Some more information; OS: Windows 2000 Professional, SP2a + all patches

RE: MyODBC leaking handles...

2001-12-18 Thread Venu
Hi, -Original Message- From: Jens Collin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 4:22 AM To: '[EMAIL PROTECTED]' Subject: MyODBC leaking handles... Hi all, This is my first post in this forum. I've tried to find something in the documentation but failed. I

RE: MyODBC availability

2001-12-17 Thread Venu
Hi Kevin, -Original Message- From: Kevin Donnelly [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 12:47 PM To: [EMAIL PROTECTED] Subject: MyODBC availability Does anyone know why it is that the MyODBC authors prefer not to allow that to be distributed in the

Re: MyODBC availability

2001-12-17 Thread Trond Eivind Glomsrød
Venu [EMAIL PROTECTED] writes: No such, as long as it is GPL distribution. Actually, it's Public Domain, not GPL. It's included in Red Hat Linux 7.2. -- Trond Eivind Glomsrød Red Hat, Inc. - Before posting, please check:

Re: MyODBC availability

2001-12-17 Thread Peter Harvey
Does anyone know why it is that the MyODBC authors prefer not to allow that to be distributed in the unixODBC package, or with distros (eg the SuSE CDs don't contain it)? Peter will answer this, why MyODBC is not included in unixODBC distribution :) Peter, any comments .. ? Is it

RE: MyODBC Problem with SQL2000 - MySQL Data Transformation

2001-12-02 Thread Venu
Hi, -Original Message- From: Jack A. Fobel [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 3:22 PM To: MySQL List Subject: MyODBC Problem with SQL2000 - MySQL Data Transformation Hi Folks, I'm having a problem when I try to populate a MySQL database using DTS

RE: MyODBC: DSN Creation

2001-11-26 Thread Venu
Hi Kevin, -Original Message- From: Kevin Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 9:25 AM To: [EMAIL PROTECTED] Subject: MyODBC: DSN Creation Hi All, I need to setup MyODBC DSN's for MySQL access. Does anyone know how to build a simple installer that

Re: MyODBC question

2001-09-18 Thread Adams, Bill TQO
Valentin Kulikov wrote: while:I have set 'myname' as a user name. Somebody (MyODBC? Windows2000?) added a suffix '@mydialup-provider.com' to my db user name. Or maybe a problem is in something else and a diagnostic is incorrect? Unless you connect to MySQL via a unix socket, the hostname of

RE: MyODBC properties window / VB data environment / ADODB

2001-09-18 Thread Venu
Hi ! )-Original Message- )From: Mikko Lampinen [mailto:[EMAIL PROTECTED]] )Sent: Tuesday, September 18, 2001 12:33 PM )To: [EMAIL PROTECTED] )Subject: MyODBC properties window / VB data environment / ADODB ) ) )Hi, ) )I'm using Data environment (Visual Basic) and MyOdbc to make a

Re: MyODBC, DBUG and multi-threaded clients

2001-09-11 Thread Peter Duffy
Hi Monty, Michael Widenius wrote: Hi! Sinisa == Sinisa Milivojevic [EMAIL PROTECTED] writes: Sinisa Peter Duffy writes: Hi Sinisa, My problems are within the mysqlclient and MyODBC libraries, both used directly by the application (and therefore all on the client side of the

Re: MyODBC, DBUG and multi-threaded clients

2001-09-10 Thread Peter Duffy
Hi Monty, Michael Widenius wrote: Hi! I have a small comment to this. Note that you will get crashes in the DBUG package if you call any MySQL function inside a thread that hasn't called mysql_init() or mysql_connect(). If you want to use MySQL functions in threads that doesn't

Re: MyODBC, DBUG and multi-threaded clients

2001-09-06 Thread Michael Widenius
Hi! Sinisa == Sinisa Milivojevic [EMAIL PROTECTED] writes: Sinisa Peter Duffy writes: Hi Sinisa, My problems are within the mysqlclient and MyODBC libraries, both used directly by the application (and therefore all on the client side of the socket.) Both the mysqlclient and MyODBC

Re: MyODBC, DBUG and multi-threaded clients

2001-09-06 Thread Michael Widenius
Hi! I have a small comment to this. Sinisa == Sinisa Milivojevic [EMAIL PROTECTED] writes: cut I have no interest in any other clients except possibly to investigate whether or not they produced anything like the same behaviour that I am observing with my own application. My only key

Re: MyODBC, DBUG and multi-threaded clients

2001-09-05 Thread Sinisa Milivojevic
Peter Duffy writes: Hi Sinisa, My problems are within the mysqlclient and MyODBC libraries, both used directly by the application (and therefore all on the client side of the socket.) Both the mysqlclient and MyODBC libraries do (or in my case did) contain calls to the DBUG functions.

Re: MyODBC, DBUG and multi-threaded clients

2001-09-04 Thread Sinisa Milivojevic
Peter Duffy writes: Hi Sinisa, Do you know of any which are specifically accessed by multi-threaded client applications via ODBC? (If so, I'd really like to know, so that I can try to get hold of copies of the client applications to test in my own environment.) As you very well

Re: MyODBC, DBUG and multi-threaded clients

2001-09-04 Thread Peter Duffy
Hi Sinisa, Sinisa Milivojevic wrote: Peter Duffy writes: Hi Sinisa, Do you know of any which are specifically accessed by multi-threaded client applications via ODBC? (If so, I'd really like to know, so that I can try to get hold of copies of the client applications to test in my

Re: MyODBC, DBUG and multi-threaded clients

2001-09-03 Thread Sinisa Milivojevic
Peter Duffy writes: Versions: Linux: Redhat 6.2, kernel 2.2.16-3 (using Terje Malmedal's coredump patch from http://www.movement.uklinux.net - there are a number of patches addressing the threaded coredump issue, but this one was specific for my kernel and it sure as hell did the

Re: MyODBC, DBUG and multi-threaded clients

2001-09-03 Thread Peter Duffy
Hi Sinisa, Sinisa Milivojevic wrote: As an example, mysql server is a multi-threaded program and when compile --with-debug it uses DBUG function. I know. As I said, one of my main problems is that MyODBC does not have a --without-debug option. There are literally thousands and thousands

RE: MyODBC between MySQL-Server (Linux) and Linux-Client

2001-09-03 Thread Venu
Hi !! )-Original Message- )From: [EMAIL PROTECTED] )[mailto:[EMAIL PROTECTED]]On Behalf Of Peter Harvey )Sent: Saturday, September 01, 2001 8:13 AM )To: [EMAIL PROTECTED] )Subject: Re: MyODBC between MySQL-Server (Linux) and Linux-Client ) ) ) ) root@workstation3:/home/manuel isql -v

Re: MyODBC between MySQL-Server (Linux) and Linux-Client

2001-09-01 Thread Peter Harvey
root@workstation3:/home/manuel isql -v MySQLtest dbuser [unixODBC][TCX][MyODBC]Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [ISQL]ERROR: Could not SQLConnect root@workstation3:/home/manuel It seems to try to connect to a local mysql-server, wich

RE: myODBC?

2001-08-25 Thread Wen Tien
AM To: Werner Stürenburg; Wen Tien Cc: [EMAIL PROTECTED] Subject: RE: myODBC? Hi !!! )-Original Message- )From: Werner Stürenburg [mailto:[EMAIL PROTECTED]] )Sent: Friday, August 24, 2001 5:59 AM )To: Wen Tien )Cc: [EMAIL PROTECTED] )Subject: Re: myODBC? ) ) )In my understanding, myODBC

RE: myODBC?

2001-08-25 Thread Venu
Hi !! )-Original Message- )From: Wen Tien [mailto:[EMAIL PROTECTED]] )Sent: Friday, August 24, 2001 1:58 PM )To: [EMAIL PROTECTED]; Werner Stürenburg )Cc: [EMAIL PROTECTED] )Subject: RE: myODBC? ) ) )Hi, maybe I didn't phrase my question correctly. I'm using a SGI machine )running Irix

RE: myODBC?

2001-08-25 Thread Venu
Hi !!! )-Original Message- )From: Werner Stürenburg [mailto:[EMAIL PROTECTED]] )Sent: Friday, August 24, 2001 5:59 AM )To: Wen Tien )Cc: [EMAIL PROTECTED] )Subject: Re: myODBC? ) ) )In my understanding, myODBC is a middleware for programs which )don't know how to deal directly with mySQL

Re: myODBC?

2001-08-24 Thread Werner Stürenburg
In my understanding, myODBC is a middleware for programs which don't know how to deal directly with mySQL. So if you use perl or php, you won't ever use ODBC, as this only slows things down, obviously. ODBC is kind of a workaround in my understanding. Please correct me, if I'm wrong. Wen Tien

Re: MyODBC, MySQL, and a little bit of perl

2001-08-18 Thread s. keeling
On Sat, Aug 18, 2001 at 04:25:50PM -0700, John Meyer wrote: Here's the error message that I am getting: [911] [2] [0] [Microsoft][ODBC Driver Manager] Invalid string or buffer length And here is the code my $sqlcommand = INSERT INTO

RE: MyOdbc to unix

2001-08-07 Thread SRIVATSAN RAGHURAMAN
Hi Venu, I want some sample codes for ODBC connection to MySQL. Where can I get it? R.Srivatsan [EMAIL PROTECTED] - Before posting, please

RE: MyOdbc to unix

2001-08-07 Thread Sinisa Milivojevic
SRIVATSAN RAGHURAMAN writes: Hi Venu, I want some sample codes for ODBC connection to MySQL. Where can I get it? R.Srivatsan [EMAIL PROTECTED] To connect from Unix or from Windows ?? -- Regards, __

RE: MyOdbc to unix

2001-08-07 Thread SRIVATSAN RAGHURAMAN
Hi Sinisa, Sorry I should have mentioned this earlier. From Windows. R.Srivatsan [EMAIL PROTECTED] ___ Sinisa Milivojevic [EMAIL PROTECTED] Wrote---

RE: MyOdbc to unix

2001-08-07 Thread Venu
Hi ! -Original Message- From: SRIVATSAN RAGHURAMAN [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 6:13 PM To: [EMAIL PROTECTED] Subject: RE: MyOdbc to unix Hi Sinisa, Sorry I should have mentioned this earlier. From Windows

  1   2   >