Retrieving results of a stored function using MySql C API

2009-04-15 Thread Venu Gopal
, Venu

Reset of Status Parameters

2008-06-20 Thread Venu Madhav Padakanti
that parameter so that the data can reflect current without restarting the MySQL Thanks in advance ..venu

Problem with ibdata1

2004-12-29 Thread Venu Sunil Boyireddy
Hi Any help is greatly appreciated. When I upload some data into my mysql database, the file ibdata1 is growing. Usually I export contents of files into database. That's our requirement. When I remove the same data from tables, there is no change in ibdata size. I.e. it is not getting

Re: odbc.ini

2003-06-12 Thread Venu
On Thu, 2003-06-12 at 17:29, David Crowley wrote: Please change the comments at the top of the example odbc.ini file to start with # instead of ; characters.. It took my 2 hours to find out why unixODBC was choking... Thanks, will be taken care. -- Regards, Venu For technical support

RE: Crystal Reports and MySQL

2003-03-31 Thread Venu
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- Regards, Venu For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

Re: MyODBC: SQLBindParameter mix DATA_AT_EXEC with direct boundparam eters

2003-03-11 Thread Venu
); SQLFreeStmt(hstmt, SQL_CLOSE); .. .. The data updated is: data: mysql - the open source database company(40) Thanks -- Regards, Venu For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

Re: MyODBC 3.51 - Memory allocation error with BLOBs

2003-03-02 Thread Venu
PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php -- Regards, Venu For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

Re: MySQL + ADO + ODBC

2002-12-22 Thread Venu
On Sun, 2002-12-22 at 17:25, Michael She wrote: Hi all, Does MySQL's ODBC v2.50 driver support Bookmarks? MySQL doesn't support bookmarks, so no means that the drivers will support this either :) -- Regards, Venu For technical support contracts, go to https://order.mysql.com

Re: MyODBC with iODBC on Mac OSX 10.2 Jaguar

2002-11-06 Thread Venu
know, I can provide you the link to download. Did you had any chance to test with the MyODBC 3.51.04 HP 10 binaries from the main download site ? Thanks. Tarin Haig. PS: Please forgive me if any of this doesn't make sense - I'm very new to the world of MySQL. -- Regards, Venu

Re: New to MySQL, ported from MS Access. Using ASP MyODBC - UPDATEproblem...

2002-11-04 Thread Venu
need a correct OPTION value passed to the connect string or setting them in the DSN configuration. Check the following code, which has .update, .addnew and .delete methods from ADO: http://www.mysql.com/products/myodbc/manual.html#MyODBC_With_VB -- Regards, Venu -- For technical support

RE: mysql odbc bug? with centura application using bind variable

2002-10-28 Thread Venu
= \'4711\' I've searched many hours in newsgroups and mailing list but I can't find a solution! I guess, the value sent in the where clause didn't match. But more information can be found from the odbc log. Send me the log file. Thanks Regards, Venu -- For technical support contracts

Re: is AppendChunk interactive or accumulative?

2002-10-26 Thread Venu
/unsubscribe.php -- Regards, Venu For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ Palo Alto, CA-94306 ___/ www.mysql.com

RE: Slow opening a recordset

2002-10-19 Thread Venu
the same long time (about 20 seconds) to CLOSE the recordset Must have client side cursor in this case as driver can't simulate server side/scrollbale cursor on non-cached result sets. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: ODBC connection from Mysql to Mssql

2002-10-02 Thread Venu
these from http://www.mysql.com/products/myodbc/faq_toc.html under the section '2 : Installation '. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

RE: RecordCount

2002-07-01 Thread Venu
side cursor, but server side cursor will always return -1 as the total number of rows in the current resultset, and this is a known issue. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: MySQL client unusable with large data sets

2002-07-01 Thread Venu
tables. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: MyODBC DSN Configuration Dialog Hidden

2002-06-07 Thread Venu
not sure how does that come in to picture as we use XP and 2000 for all internal testing. Can you cross check whether the dialog is really active by using 'alt-tab' ? Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: MySQL Access 97 slow

2002-06-04 Thread Venu
? Unless the table is too big, it shouldn't take much time. Make sure no debug and/or traces enabled for the driver/ driver manager. Check with the new version of the driver 3.51.03 that is released yesterday. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: core dump, multithreading using MyODBC on Solaris

2002-06-02 Thread Venu
me the coredump of this ? Also, can you try by building the driver with DBUG_OFF flag ? Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB

RE: @@IDENTITY

2002-05-29 Thread Venu
a try with the 3.23.50 from: http://www.mysql.com/downloads/mysql-3.23-pre.html Make a note that, the Windows binaries are not pre-releases, and they are official and can be used in production. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: RE: ECS Error with 4.0.07 opening DB (still) again -EMEA2490

2002-05-19 Thread Venu
Hi Monty, venu == venu [EMAIL PROTECTED] writes: cut venu MySQL/MyODBC does accept connection timeout. Here is the code venu snippet from driver: venu case SQL_ATTR_CONNECTION_TIMEOUT: venu DBUG_RETURN(mysql_options(dbc-mysql, MYSQL_OPT_CONNECT_TIMEOUT, venu

RE: VC++6.0 MFC app with MyODBC 2.50 no cursor name avb.

2002-05-18 Thread Venu
! Check the list archive .. http://lists.mysql.com/cgi-ez/ezmlm-cgi?5:mss:5441:200205:nkckmapjdedbik boiogc Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

RE: RE: ECS Error with 4.0.07 opening DB (still) again -EMEA2490

2002-05-17 Thread Venu
))); break; So, driver does set correctly. Make a note that, the value '0' means default in ODBC, and that means no timedout. How does MySQL crash for this parameter ? Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: Any ideas how to speed this up?

2002-05-03 Thread Venu
that if there is anything we can incorporate in 3.51.03, which will have lot of code cleanups. Also, the performance will be increased drastically with 4.1 protocol, which is tuned to have best performance from all client APIs with lot of advanced features. Regards, Venu -- For technical support

RE: ODBC Problem.....

2002-04-30 Thread Venu
questions, please send a detailed mail to mailto:[EMAIL PROTECTED] Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: MyODBC Question

2002-04-30 Thread Venu
by allowing TEXT type to accept field size. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: mySQL PervasiveSQL

2002-04-30 Thread Venu
available it can be done. I have seen it done, here are some examples with 2 MySQL databases; All these represent the query manipulatation in individual database either by establishing each connection to a database or by switching between the databases(catalogs). Regards, Venu -- For technical

RE: MyODBC Question

2002-04-30 Thread Venu
that is of a character type that is greater that 255 chars? BLOB? You can always make use of TEXT, MEDIUM TEXT, LONG VARCHAR, .. and similarly for BLOBs. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: MyODBC Question

2002-04-30 Thread Venu
it won't affect what you are describing. You can see that the TEXT deals separatly in the same SQL_GET_TYPE_INFO_values which returns the max length as 65535. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr

RE: How to make the Win target from source?

2002-04-28 Thread Venu
by configuring or by using any of the scripts from BUILD/ which suites your needs. We don't recommend the build process on Windows except if you want to debug. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr

RE: Multi Line SQL Statements

2002-04-24 Thread Venu
from Mycc to a text file and call MySql c:\sql.txt and it runs fine... MySQL 4.1 will have a better solution for this, which allows multi query execution directly in server side. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: MySQL, MyODBC and MS Access

2002-04-22 Thread Venu
:) Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: MySQL subtracting an hour from DATETIME types I insert?

2002-04-16 Thread Venu
believe is the correct timezone. I have the same application running on top of an Oracle DB and the times are stored correctly. It got fixed in 2.0.9, so you should try the latest version. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: download latest odbc-driver

2002-04-09 Thread Venu
on http://www.mysql.com/downloads/api-myodbc-3.51.html is over 602K... what have i to do? It should be ~600k only. Please try from another mirror, and if nothing works out try from ftp. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: Creating a mysql database usinc VC++

2002-04-09 Thread Venu
/vcmfc98/htm l/_mfc_cdatabase.asp 3. Making use of MFC DAO(CDAO*) classes. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/htm l/_mfc_cdaoworkspace.asp Hope this helps you. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: Begging for help.

2002-03-30 Thread Venu
Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: Coldfusion,Mysql,Myodbc

2002-03-26 Thread Venu
from you guys. What type of compilation errors ? Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: MySQL, MyODBC and MS Access

2002-03-23 Thread Venu
faq from: http://www.mysql.com/products/myodbc/faq_toc.html If you find something is missing or wants to add under MSAccess section, then please send a mail to mailto:[EMAIL PROTECTED] with details. Thanks. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: Slow query

2002-03-15 Thread Venu
, and probably included in the next 3.51.03 version. I recommend you to use 3.51.02 instead of .01 as the new one has lot of fixes and improvements on Windows. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr

RE: A bit OT: ColdFusion can't connect to MySQL via ODBC (newbie)

2002-03-13 Thread Venu
, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: ADO API ODBC Alternative help

2002-03-13 Thread Venu
/myodbc/faq.html#SAMPLE_-_VB Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA

RE: Leaking Handles

2002-03-10 Thread Venu
Manager . The application has to work with 2500 simultabeously open tables. Can some one suggest any solution ? Best Regards Prasad Gurav We fixed this Windows handle leak just couple of days back and fix will be there for 3.51.03. Regards, Venu -- For technical support contracts, go to https

RE: Client installation by itself?

2002-02-27 Thread Venu
and client headers. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA

RE: Naming a Provider?

2002-02-23 Thread Venu
-_VB 2) What document should I have been looking at to discover that for myself? MyODBC : http://www.mysql.com/products/myodbc/ ODBC : http://www.microsoft.com/data Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: MyODBC 3.51 build for Mac OSX

2002-02-23 Thread Venu
is a mail which describes how to build 3.51 driver on Mac. http://lists.mysql.com/cgi-ez/ezmlm-cgi?5:mss:4816:200202:kikmibdplecdpppfcd jm Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: MySQL + Access + MyODBC + LARGE Tables

2002-02-22 Thread Venu
MyODBC-3.51.01.01 works fine to access the MySQL database via MS Access. Venu (bless him for all of his help) is going to add information to the FAQ as such: In the large table case one needs to check off three options Return Matching Rows, Allow BIG Results, and Enable Dynamic Cursor. I needed

RE: MyODBC Blocking Table for DROP request ?

2002-02-20 Thread Venu
for the good functionality bug. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA

RE: GetDefaultConnect

2002-02-18 Thread Venu
tree, and build the driver yourself. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA

RE: MySQL + Access + MyODBC + LARGE Tables

2002-02-14 Thread Venu
Hi, Monty, Venu, I hope you read this... :) I really, really want to use MySQL as the database backend for my datawarehouse. Mind you I have played around with merge tables quite a bit and know that MySQL is more than up to the task. There are numerous (not necessarily cost

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

2002-02-12 Thread Venu
to http://www.mysql.com/products/myodbc/faq.html#DSN_Types Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: Error in myodbc 3.51.01.00

2002-02-06 Thread Venu
myodbc V2.50. If I try to do the same with myodbc V3.51 I will get [mysqld-3.23.43]Driver doesn't support this yet. But the documentation says, this functions is included in both versions. We don't support yet. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: blob field

2002-02-06 Thread Venu
2. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbc sqlputdata.asp I think it should also be possible with MmDriver, but never tested. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

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 Venu
* @purpose : Demo sample for ODBC.NET using MyODBC or MyODBC 3.51 * @author: Venu, [EMAIL PROTECTED] * * (C) Copyright MySQL AB, 1995-2002 * **/ using Console = System.Console; using System.Data.Odbc; namespace myodbc3 { class mycon { static void Main(string[] args) { try

RE: Problem with SQLSetPos(SQL_DELETE)

2002-01-29 Thread Venu
. You can also get the development version of 3.51 driver using: * Install Bitkeeper (http://www.bitkeeper.com/) * bk clone bk://work.mysql.com:7003 myodbc-3.51 * cd myodbc-3.51 * bk -r edit * aclocal; autoheader; autoconf; automake * ./configure * make * make install Regards, Venu

RE: MyODBC

2002-01-26 Thread Venu
. If you need a ODBC compliant of 3.x or more, we will be releasing a new MyODBC 3.51 Driver shortly, which should fit for most of the requirements. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: MyODBC problem: Show Processlist

2002-01-15 Thread Venu
we need to have a trace to understand what is happening from the application, and my guess is something to do with app calling sequence. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: MySQL - Win SQL2k DTS - MySQL

2002-01-15 Thread Venu
will look into it. Last time when I traced this, found that the DTS is not doing a correct data type mapping while converting. Let me investigate further on this today. Thanks for the info. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: My ODBC Error

2002-01-15 Thread Venu
to the following link: http://lists.mysql.com/cgi-ez/ezmlm-cgi?5:mss:4326:200112:pnidmlbpjaokppdkhnhp Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB

RE: RogueWave Dbtools++ 4.0.1 and myodbc (conclusions)

2002-01-14 Thread Venu
conforms to 3.51 ODBC specifications. We planned to have a release of this ne driver in the first week of this month itself, but due to some last minute changes, we are holding the release. Hopefully everything will happen very soon. Thanks for your time.. Regards, Venu -- For technical

RE: MyODBC leaking handles...

2002-01-03 Thread Venu
from 2.50.40 or 3.51.01 onwards. The 3.51 driver will be released shortly. Keep tuned to [EMAIL PROTECTED] for the release announcement. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: ODBC for newbie

2002-01-02 Thread Venu
Downloads: www.mysql.com/downloads/api-myodbc.html MyODBC Online Document: http://www.mysql.com/doc/O/D/ODBC.html ODBC : www.microsoft.com/data/odbc ODBC Programmer's Guide : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbca bout_this_manual.asp Regards, Venu

RE: Vb DbGird Limitation

2001-12-29 Thread Venu
? What is the alternative way to solve this issue? MySQL nor MyODBC doesn't support any bookmark functionality. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

RE: ODBC DRIVERS for MYSQL

2001-12-28 Thread Venu
User DSN for MyODBC. http://www.devshed.com/Server_Side/MySQL/ODBC/page4.html Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: conceptual problem with ODBC and mysql

2001-12-26 Thread Venu
. http://www.mysql.com/downloads/api-myodbc.html Here is the Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: using ASP with MYSQL

2001-12-25 Thread Venu
has access to these 2 dev tools. Thanks, Milder Goto http://www.mysql.com/portal/development/html/index.html and do a search for ASP in All portal categories.. Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: odbc connection problem

2001-12-20 Thread Venu
, native error 0. If I try to query the database I get an error and the sql state is s1000 with native error code of 1142. Everything I read on the internet says it's some kind of permissions thing. I have tried the mysql commands What is the (warning) message ? Regards, Venu -- For technical

RE: MyODBC leaking handles...

2001-12-19 Thread Venu
the initialization, and will be freed only upon termination or unloading of driver from memory. So, does this happen even after terminating the application in the proper sequence of calls ? No need of any trace right now, if needed I will ask you. Regards, Venu -- For technical support contracts, go

RE: Problem with ASP and GROUP BY queries

2001-12-19 Thread Venu
online manual, which describes this issue. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California

RE: MyODBC leaking handles...

2001-12-18 Thread Venu
didn't find any thing from Windows (The Unix fixes will be there for 2.50.40 and 3.51.01) Windows 2000 Professional MySQL 3.23 MyODBC 2.50.39 Can you be more specific on this, please ? If you can send the leaks statistics, it will be a great help. Regards, Venu -- For technical support

RE: MyODBC availability

2001-12-17 Thread Venu
hasten to add, is perfectly acceptable)? No such, as long as it is GPL distribution. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: Error ODBC

2001-12-13 Thread Venu
, refer to: http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: VB6 ADO and UPDATE method

2001-12-09 Thread Venu
Change connection string from DSN=test;uid=sa;pwd=;database=test to DSN=test;uid=sa;pwd=;database=test;option=2, then everything will be fine. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: Importing for MicroSoft Access 97

2001-12-07 Thread Venu
if there is anyway to import this schema into MySQL? PLease help. Thank You Make use of MyODBC. For more information, refer to http://www.mysql.com/downloads/api-myodbc.html Regards, Venu -- For technical support contracts, go to https://order.mysql.com

RE: odbc driver

2001-12-04 Thread Venu
what is happening. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA

RE: Problem making myodbc on Solaris 8

2001-12-03 Thread Venu
version 2.50.39(unix source) from: http://www.mysql.com/downloads/api-myodbc.html Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: MyODBC Problem with SQL2000 - MySQL Data Transformation

2001-12-02 Thread Venu
MyODBC, and in some cases it maps varchar to set :) I will trace down the problem this week, and I will update you on that. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

RE: SQL state S1090: Almost connected to mysql via PHP/odbc

2001-12-02 Thread Venu
the .ini or not. For more information on howto setup MyODBC, unixODBC and MySQL, refer to the following link: http://lists.mysql.com/cgi-ez/ezmlm-cgi?5:mss:3657:200108:einnhiokafobjmjbmcbm Regards, Venu -- For technical support contracts, go to https://order.mysql.com

conceptual question.

2001-11-29 Thread Venu Allavatam
and what are you guys doing in this matter? please suggest and in case you have good references to look into i would be eager to read them too. thanks venu __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http

What is errno: 13

2001-11-28 Thread Venu Allavatam
Hello All: I am working on a particular database, which I created some days ago in mysql ver. 3.23.36. I am quite sure that I have not made any changes to the system (Dell WS with Red Hat Linux 7.1) either. What I see is this... ### [Venu

RE: MyODBC: DSN Creation

2001-11-26 Thread Venu
MySQL Driver DSN=sample-MySQL;Description=MySQL ODBC Driver;SERVER=database_server;User=odbc;DB=test;Port=3306|| Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED

RE: MySQL with MyODBC Access

2001-11-22 Thread Venu
, that shouldn't cause any problems in the driver behaviour as both of them are listening to the same driver DLL. You can correct it by removing the other one :) PS : Please, don't put everything in a single paragraph, as this is making hard to read. Regards, Venu -- For technical support

RE: MySQL Newbie and Access Database

2001-11-22 Thread Venu
. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: HOW TO : Run wave files stored in BLOB field ???

2001-11-22 Thread Venu
loop=-1 /BODY /HTML Can you try whether it works with you ? Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: Driver problem

2001-11-22 Thread Venu
by delaying the reply. Also, if the mail id what I have chosen for my query is not right suggest me the right mail id/site where I can get the solution immediately. This is also a right place, but use [EMAIL PROTECTED] for any MyODBC related queries. Regards, venu -- For technical support contracts

RE: Connection Terminated

2001-11-22 Thread Venu
is not able to connect to the server specified using either the m/c name or IP address. Check your network and/or ISP issues. Are you able to ping to the specified host/IP ? Regards, venu -- For technical support contracts, go to https://order.mysql.com

RE: Benchmarking

2001-11-19 Thread Venu
and opening recordset for MySQL ? It also depends up on your SELECT query and how the table is structured. You can find more information on this in the manual ( 5. MySQL optimisation). Regards, venu -- For technical support contracts, go to https://order.mysql.com

RE: java.sql.SQLException: Cannot connect to MySQL serveronlocalhost:3306.

2001-11-18 Thread Venu
Hi, -Original Message- From: Prasad Valmeti [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 12:42 AM To: [EMAIL PROTECTED]; Nguyen Trong Phuc; [EMAIL PROTECTED] Subject: RE: java.sql.SQLException: Cannot connect to MySQL server onlocalhost:3306. Hi Venu, Thanks

RE: mysql+myodbc+coldfusion

2001-11-18 Thread Venu
, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com Thanks David

RE: about MySQL

2001-11-17 Thread Venu
Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/ California, USA ___/ www.mysql.com

RE: java.sql.SQLException: Cannot connect to MySQL server onlocalhost:3306.

2001-11-17 Thread Venu
, but not to the default port. Regards, venu Thanks, Prasad. -Original Message- From: Nguyen Trong Phuc [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 8:50 AM To: Prasad Valmeti; [EMAIL PROTECTED] Subject: Re: hai Hi Valmeti ! it's general error, have too many reason. how

RE: How to Create Tables ... and Clients using winmysqladmin

2001-11-09 Thread Venu
. You can find this from /docs subdirectory in the distribution or at www.mysql.com/doc Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: JDBC driver recommendatons

2001-11-08 Thread Venu
. It is MM.MySQL JDBC Driver. For more information refer to http://mmmysql.sourceforge.net/ Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer

RE: Simple JDBC Question

2001-11-08 Thread Venu
MyODBC driver, you need to define MyODBC DSN also. So, first define this, and then try connecting, and hopefully it will. For more information about MyODBC, refer to its online manual at www.mysql.com/doc (section 8.3) Regards, venu -- For technical support contracts, go to https://order.mysql.com

RE: MS Access Front end with MySQL Back-end

2001-10-26 Thread Venu
for the work-around solutions when the records in the linked tables are displayed as #DELETED http://www.mysql.com/documentation/mysql/bychapter/manual_Clients.html#MyODBC_c lients Also, upgrade the driver to 2.50.39, available from http://www.mysql.com/downloads/api-myodbc.html Regards, venu

RE: Experience with mm.mysql-2.0.x ?

2001-10-23 Thread Venu
Hi !!! And coming to your problem, I belive it got fixed in the latest release. Regards, venu -Original Message- From: Mark Arnold [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 6:20 PM To: [EMAIL PROTECTED] Subject: Experience with mm.mysql-2.0.x ? Hi, did

RE: MySQL with MyODBC Access

2001-10-23 Thread Venu
shortly supports BIGINT. For more information about Access--MySQL data types, refer to the following thread: http://lists.mysql.com/cgi-ez/ezmlm-cgi?4:mss:7537:200110:nbhnfhhlmikphfjkncdh Regards, venu -- For technical support contracts, go to https://order.mysql.com

RE: MyODBC:Update with SQLSetPos doesnt work with some kind ofprimary keys?

2001-10-18 Thread Venu
find the intermittent driver with the fix, from ftp://support.mysql.com/pub/mysql/hidden/myodbc/myodbc-39-win32.zip and let me know outcome of it. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu [EMAIL

RE: DSN-Less connections using MyODBC?

2001-10-05 Thread Venu
it with a dsn but can't seem to make connection in dsn less. You need to specify the exact name of the driver in the connect string as: DRIVER={MySQL Driver}; or DRIVER={MySQL}; based on the driver name configured in your system. Regards, venu -- For technical support contracts, go to https

RE: DSN-Less connections using MyODBC?

2001-10-05 Thread Venu
of PASSWORD Here is the simple DSN-less connection string: DRIVER={MySQL};SERVER=localhost;DATABASE=test;UID=monty;PWD=monty; If you are still facing the problem means, then check whether the driver is loaded or not by the DM. If it is, then send the ODBC log. Regards, venu -- For technical support

  1   2   >