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. --

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 http

Re: MyODBC 3.51 - Memory allocation error with BLOBs

2003-03-02 Thread Venu
This happens every time I try to store more than 8192 bytes. > > > ----- > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list arc

Re: MyODBC: SQLBindParameter mix DATA_AT_EXEC with direct boundparam eters

2003-03-11 Thread Venu
rc = SQLPutData(hstmt,data,strlen(data)); mystmt(hstmt,rc); rc = SQLParamData(hstmt, &token); mystmt(hstmt,rc); SQLFreeStmt(hstmt, SQL_RESET_PARAMS); SQLFreeStmt(hstmt, SQL_CLOSE); .. .. The data updated is: data: mysql - the open source database company(40) Thanks -- Regards, Venu For tech

RE: Crystal Reports and MySQL

2003-03-31 Thread Venu
th > > MySQL. I have connected to mysqld from CR but when it shows the > > selected database, there are no tables listed. Is there something I > > have to configure in the MyODBC driver? Please help me out with any > > advice you may have. > > > > Matt > >

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

RE: Error in myodbc 3.51.01.00

2002-02-06 Thread Venu
", SQL_NTS, NULL, 0) ? > > I get a error message "[Microsoft][ODBC Driver Manager] Driver > does not support this function" if I use 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&q

RE: blob field

2002-02-06 Thread Venu
examples using 'C-ODBC'. 1. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbc sending_long_data.asp 2. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbc sqlputdata.asp I think it should also be possible w

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

2002-02-08 Thread Venu
on NT machine should be set to "system" > instead of "user". Did you tried with the 'system dsn' or 'file dsn' ? And whats the outcome ? For more information on different types of DSNs, refer to http://www.mysql.com/pro

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

2002-02-12 Thread Venu
on NT machine should be set to "system" > instead of "user". Did you tried with the 'system dsn' or 'file dsn' ? And whats the outcome ? For more information on different types of DSNs, refer to http://www.mysql.com/pro

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 num

RE: GetDefaultConnect

2002-02-18 Thread Venu
: ftp://support.mysql.com/pub/mysql/hidden/myodbc/MyODBC-3.51.01.01.zip Or, pull the latest code from development tree, and build the driver yourself. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/

RE: MyODBC Blocking Table for DROP request ?

2002-02-20 Thread Venu
sions by finding the exact cause (possibly some where we are not closing the opened session while using the mysql_list_fields()). The immediate work around is to execute "FLUSH TABLES" before you try to drop it, that way you can eliminate the server shutdown. And, thanks for the good f

RE: MySQL + Access + MyODBC + LARGE Tables

2002-02-22 Thread Venu
BMS, MySQL is /fast/ comparatively, and that I am > not an idiot at setting up and optimizing databases.) > > Using 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 l

RE: Naming a Provider?

2002-02-23 Thread Venu
use. To know what connection string(s) can be used to access MySQL through (My)ODBC, refer to the following samples: http://www.mysql.com/products/myodbc/faq.html#SAMPLE_-_VB > > 2) What document should I have been looking at to discover that for > myself? MyODBC : http://www.mysql.com/pro

RE: MyODBC 3.51 build for Mac OSX

2002-02-23 Thread Venu
load the source and build the driver yourself. Here 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 __ ___ ___ __

RE: Client installation by itself?

2002-02-27 Thread Venu
the above. If you want to build the driver yourself from source, then you need mysqlclient.lib and client headers. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL PROTECTED]> / /|_/

RE: Leaking Handles

2002-03-10 Thread Venu
ximately 24 per hour . The handle count can be seen by using the Task > 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 an

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

2002-03-13 Thread Venu
comment any thing. We appriciate if you can make use of the following MySQL ODBC Drivers, as they are tested and working fine with CF. - MyODBC 2.50 (stable) and - MyODBC 3.51 (developmemt). For more information about MySQL ODBC, refer to http://www.mysql.com/products/myodbc/ Regar

RE: ADO API & ODBC Alternative help

2002-03-13 Thread Venu
r, so > we are not alone. > Check the online MyODBC faq, which has a working ADO code with AddNew and Update methods. http://www.mysql.com/products/myodbc/faq.html#SAMPLE_-_VB Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ _

RE: Slow query

2002-03-15 Thread Venu
e is nothing wrong in using the compressed protocol. Also, the current dynamic cursor behaviour slows down the performance drastically. I am working on this to have a different logic, and probably included in the next 3.51.03 version. I recommend you to use 3.51.02 instead

RE: MySQL, MyODBC and MS Access

2002-03-23 Thread Venu
on? Most of the common question got answered from online MyODBC 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, Ve

RE: Coldfusion,Mysql,Myodbc

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

RE: Begging for help.

2002-03-30 Thread Venu
steps are here .. http://www.mysql.com/products/myodbc/faq.html#Remote_connection Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /

RE: download latest odbc-driver

2002-04-09 Thread Venu
43k. what > is wrong ? the original file 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 suppor

RE: MyODBC on win98

2002-04-09 Thread Venu
: > -2.50.36 with Borland BDE 3.0 on win2k > -3.51.01 with Borland BDE 3.0 on win98 > Can anybody advice me on the best ODBC drivers to use to get the maximum > speed of it. > Thanx Better to use 2.50.39 only. If you want all features with ODBC 3.x spec, then use 3.51.02. Regard

RE: Creating a mysql database usinc VC++

2002-04-09 Thread Venu
N under 'CDatabase' class, which directs you in the right path. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/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

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

2002-04-16 Thread Venu
gt; has 'eastern daylight time' as the timezone, which I 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

RE: MySQL, MyODBC and MS Access

2002-04-22 Thread Venu
ng to XP, whats your Access version on XP ? (that might be a latest version, which has many fixes towards ODBC that exists in older versions :) Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL

RE: Multi Line SQL Statements

2002-04-24 Thread Venu
m. > I can take and save the sql statements 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 tech

RE: How to make the Win target from source?

2002-04-28 Thread Venu
urce and extract it to a folder and start building it in the normal way 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, V

RE: ODBC Problem.....

2002-04-30 Thread Venu
sql.com/products/myodbc/ I recommend you to start with MyODBC 3.51.02. If you have any further questions, please send a detailed mail to mailto:[EMAIL PROTECTED] Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/

RE: MyODBC Question

2002-04-30 Thread Venu
fix this issue in next versions to have a common procedure by allowing TEXT type to accept field size. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL PROTECTED]>

RE: mySQL & PervasiveSQL

2002-04-30 Thread Venu
esent 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 support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr.

RE: MyODBC Question

2002-04-30 Thread Venu
base through MyODBC 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 __ ___ ___ __

RE: MyODBC Question

2002-04-30 Thread Venu
T, so 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 __ ___ ___ __ / |/ /_ __/ __/ __

RE: Any ideas how to speed this up?

2002-05-03 Thread Venu
king extra time, then please let me know, so 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

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

2002-05-17 Thread Venu
de snippet from driver: case SQL_ATTR_CONNECTION_TIMEOUT: DBUG_RETURN(mysql_options(&dbc->mysql, MYSQL_OPT_CONNECT_TIMEOUT, (const char *)((SQLUINTEGER)ValuePtr))); break; So, driver does set correctly. Make a note that, the value '0' means default in ODBC, and th

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

2002-05-18 Thread Venu
a of MySQL. If someone could help me > it would get > me out of a lot of trouble. Thanks ! > 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.co

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: > > > > venu> MySQL/MyODBC does accept connection timeout. Here is the code > venu> snippet from driver: > > venu> case SQL_ATTR_CO

RE: @@IDENTITY

2002-05-29 Thread Venu
t; > Moral of the story: don't use lower case letters in "SELECT > @@IDENTITY". > This is fixed from MySQL 3.23.50 and 4.0.2 versions, so you can give a try with the 3.23.50 from: http://www.mysql.com/downloads/mysql-3.23-pre.html Make a note that, the Windows binar

RE: core dump, multithreading using MyODBC on Solaris

2002-06-02 Thread Venu
pect the MyODBC > implementation. > > Have you seen this also? Do you know any workaround? > > Regards, Can you please provide 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 h

RE: MySQL & Access 97 slow

2002-06-04 Thread Venu
ss 97 tables in Access 97? > Is it MyODBC? 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 suppor

RE: MyODBC DSN Configuration Dialog Hidden

2002-06-07 Thread Venu
mpt during the failed connection from the DSN using the option 'Don't prompt on connect'. And as far as hidden dialog, am 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 real

RE: RecordCount

2002-07-01 Thread Venu
p... > > > > -steve The ADO rs.recordCount method returns the correct value only when you are using the client side cursor, but server side cursor will always return -1 as the total number of rows in the current resultset, and th

RE: MySQL client unusable with large data sets

2002-07-01 Thread Venu
to some consistency issues. Currently we suggest you to use option 1+2+2048+ 8192 (only for systems that supports named pipes) in accessing large tables. Regards, Venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr.

RE: MyOdbc to unix

2001-07-31 Thread Venu
g MyODBC online manual from MySQL AB. http://www.mysql.com/documentation/mysql/bychapter/manual_ODBC.html#ODBC If you need any further assistance, please send the comments to [EMAIL PROTECTED], that way it will be exposed to MyODBC community. Thanks in advance venu ---

RE: JDBC - Access denied (was Cannot change column typefromvarchar(32) to char(32))

2001-08-01 Thread Venu
Hi ! Check the following link and see whether it helps you. http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:80405:200107:lajclcaepgpafkcfp gpm Regards venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu

RE: jdbc - tcp/unixsockets

2001-08-03 Thread Venu
> -Original Message- > From: kieran buckley [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 03, 2001 10:29 AM > To: [EMAIL PROTECTED] > Subject: RE: jdbc - tcp/unixsockets > > > Venu...lifesaver!! > thanks very much, > kieran You, welcome.. venu &

RE: Access to MySQL Column Type Error

2001-08-03 Thread Venu
Hi ! Can you send me the ODBC trace ? Thanks in advance venu > -Original Message- > From: Adam Douglas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 10:52 AM > To: '[EMAIL PROTECTED]' > Subject: Access to MySQL Column Type Error > > > I

RE: New member question

2001-08-04 Thread Venu
mysqlfront " GUI tool, where in you can directly import the tables from access (using access DB files) to mysql. You can download this from www.mysqlfront.de. Hope this helps you. Regards venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ /

RE: mysql updatability +JDBC2

2001-08-05 Thread Venu
RS update. -- traversal.java ( for scrolling) -- updatability.java (RS update). Hope this helps you. Regards venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <[EMAIL PROTECTED]> / /|_/

RE: MyOdbc to unix

2001-08-07 Thread Venu
this earlier. From Windows. > R.Srivatsan > [EMAIL PROTECTED] > ___ > Sinisa Milivojevic <[EMAIL PROTECTED]> Wrote--- > SRIVATSAN RAGHURAMAN writes: > > Hi Venu, >

RE: database URL / JDBC connection trouble

2001-08-08 Thread Venu
em maps to. See )chapter 6 of )your MySQL server manual for a very in-depth description of how to setup )security. ) Also, please read the previous mails in the JAVA/JDBC section of lists.mysql.com, where in you can find the solution. Regards Venu -- For technical support contracts, go to https://

RE: error connecting to mysql using JDBC

2001-08-08 Thread Venu
failure) needs to be fixed from the driver/server point of view, else this will defiantly causes problem in heavy loads. Thanks in advance Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <[EMAIL PROTEC

RE: database URL / JDBC connection trouble

2001-08-08 Thread Venu
" instead of "%" (= all). Also, please check the following online MySQL manual for more on security. http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Adm inistration.html#General_security Hope it helps you. Regards, venu -- For tech

RE: mysql/lotus approach question(sort of)

2001-08-13 Thread Venu
joins? And if so )is there a work around. Failing that, does anyone have any ideas on what )the problem might be. I'm guessing not many people have experience of )Approach, but i inderstand thats it is pretty similar to Access. ) Thanks a lot Venu -- For technical support contrac

RE: MySQL + VB problem

2001-08-15 Thread Venu
.html# Missing_Sub-selects Regards Venu )-Original Message- )From: Mariusz Muszalski [mailto:[EMAIL PROTECTED]] )Sent: Wednesday, August 15, 2001 7:48 AM )To: [EMAIL PROTECTED] )Subject: MySQL + VB problem ) ) )I try to execute mySQL query from VB: ) )strSQL = "SELECT @BF:= Date From Results Wh

RE: insert records

2001-08-15 Thread Venu
2000-08-15 | | b| 2000-08-15 | | a| 2000-08-16 | | b| 2000-08-16 | +--++ 4 rows in set (0.00 sec) Here, you can use LIMIT 2 in the first insert itself to insert only first 2 records from t_date1 to t_date2, and later you can just select it. Hope this hel

RE: need help

2001-08-19 Thread Venu
me through SQLSetCursorName prior to the execution. Is it possible for you to send the ODBC trace, so that we can guess what exactly is going wrong ? Thanks in advance Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

RE: MySQL OLEDB

2001-08-20 Thread Venu
n the second one and see whether it works or not. Regards Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /

RE: question about use JDBC to connect with MySQL in JSP,please help

2001-08-23 Thread Venu
t JSP. But as a first glance, the problem looks to be with the Coonection object declaration. It should be Connection not connection. Regards Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Ve

RE: myODBC?

2001-08-25 Thread Venu
x )system? or 2) install iODBC on the Irix one and myODBC on that )Linux machine )where the mySQL db physically located? Thanks! ) You need to install both iODBC or unixODBC and MyODBC in the client side from which your ODBC application tries to access (Irix) the db from Linux m/c. Regards Venu -

RE: MySQL + ODBC + palm + security?

2001-08-25 Thread Venu
Hi !!! Can anyone has the answer for him ? How we can have a secure data transfer over the web using MySQL and its APIs ? He is desperately needed some idea in order to take further steps with MySQL ? Regards Venu )-Original Message- )From: A. Chris Nichols [mailto:[EMAIL PROTECTED

RE: myODBC?

2001-08-25 Thread Venu
sue will be coming. You can use DSN less connection, by specifying proper connection fields. The only drawback in this case (for any odbc driver ) is it can only talk to MySQL server, and it can't talk to any other, but its not the case when going through the manager. Regards Venu -- For te

RE: MySQL, Web Objects 5: job connection problems

2001-08-25 Thread Venu
e (mm.mysql-2.0.6.jar with size 102 KB). Later I pointed my CLASSPATH to the extracted jar file and worked out well. But I did all these on Windows 200. The problem is in the web, the file name looks like this: mm.mysql-2.0.6.1.jar, but it should be mm.mysql-2.0.6.1.src.tar. Hope this shou

RE: Query fails

2001-08-26 Thread Venu
DESCRIP causes )the query to work. I'm wondering if filtering for the reserved )word DESCRIBE )causes DESC not to be legal for use in field names? ) As per SQL-92, DESC and ASC are standard keywords. So, you can't use them in the Data Defination statements. Regards Venu -- For technic

RE: SQLDriverConnect

2001-08-27 Thread Venu
uld work fine. Let me know whether this solves your problem or not. Regards Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Dev

RE: dbf2mysql problem please help

2001-08-28 Thread Venu
as the table/column names. Here DESC is a standard keyword. So, change DESC to DESC1 and it will absolutely work fine. Regards Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <

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

2001-09-03 Thread Venu
ected odbc.ini. If not export ODBCINI to your odbc.ini file path and try. Some times better to include filename also in to the path like export ODBCINI=/usr/etc/odbc.ini Regards Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ /

RE: Trouble w/MySQL Server

2001-09-04 Thread Venu
ct and display the version of the server. Regards, Venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_

RE: What does this error mean??!!

2001-09-04 Thread Venu
the same in the ODBC UserDSN setup window. Execute GRANT ALL ON *.* TO "some"@"something.com" IDENTIFIED BY "mypassword" at the root level, and then try to connect it. This gives all types of access to user "some" from "something.com". Regards, Ve

RE: What does this error mean??!!

2001-09-05 Thread Venu
/bychapter/manual_MySQL_Database_Adm inistration.html#Privilege_system Regards, venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MyS

RE: DSN-Less connection Strange error!

2001-09-05 Thread Venu
driver, even when application is using DSN-less connection, driver always displays the connection dialog and waits for the DSN to be entered (atleast you need to insert space). I fixed this couple of days back, and the fix will be available for .39 version. Regards, Venu

RE: I am facing problems in creating tables

2001-09-05 Thread Venu
the db or not ? Did you connected through mysql command line utility or MySQLAdmin or any third party tools ? Regards, venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <mailto:[EMAIL PROTEC

RE: Can't connect to source

2001-09-05 Thread Venu
)the window!!! Check the following link for the work-around: http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:84548:200109:dgfijpnafhemmgcge cnk Regards, venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailt

RE: Date functions returning Strings

2001-09-05 Thread Venu
will pass this to the JDBC development team. Regards, venu -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\

RE: MyODBC properties window / VB data environment / ADODB

2001-09-18 Thread Venu
which includes: 1. Version of the MyODBC driver and the server 2. Problem description 3. ODBC trace by ODBC DM and MyODBC 4. Reproducible sample. So that we can look forward for the solution. Regards, venu -- For technical support contracts, go to https://order.mysq

RE: ODBC Drivers

2001-09-19 Thread Venu
C Also, you can get the latest versions of server and MyODBC drivers from www.mysql.com itself without any cost. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailto:[EMAIL PRO

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(driver

RE: user creation in mysql

2001-09-23 Thread Venu
Hi Take a look at the following links, which guides you step by step in managing the user accounts: http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Adm inistration.html#User_Account_Management Regards, venu -- For technical support contracts, go to https

RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Venu
7;n' GUI utilities using MyODBC as the underlying layer to control MySQL. Some of them are really doing a great job. Some of them are.. MySQLFront, DbTools and so on.. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ ____ __ / |/ /_ _

RE: RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Venu
d table structure in linked tables ? > > Also if I may ask, is there any difference between MyODBC for > Unix going to > Windows to MyODBC for Windows going to Unix? I'm assuming that all the > difference is the starting point but achieves the same tasks. No

RE: RE: Info Needed to Promote MySQL!!

2001-09-24 Thread Venu
from Access or there might be some setting that we need to do it, inorder to see the changes to the table structure. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailto:[EMAIL P

RE: RE: Info Needed to Promote MySQL!! - Solved

2001-09-24 Thread Venu
r it helps you or not. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_, /___/\___\_\___/

RE: Insert records in a VB5 recordset

2001-09-25 Thread Venu
set properties set by the application, is it possible for you to send the code snippet that opens the rs with all properties ? Also, verify the results by toggling "Don't optimize column width" option in the DSN setup. Regards, venu -- For technical support contracts, go to htt

RE: unixODBC..

2001-09-30 Thread Venu
t and all SQL statements you can execute it. Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <mailto:[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Developer /_/ /_/\_

RE: unixODBC..

2001-10-01 Thread Venu
. You can find more about this, in the following link: http://www.mysql.com/documentation/mysql/bychapter/manual_Introduction.html#Comp atibility Hope this helps you Regards, venu > > Venu wrote: > > >You can execute any valid SQL statements through SQLExecDirect API. Please > >c

RE: Migration to mysql from MS SQL Server

2001-10-03 Thread Venu
ccess and ODBC in the middle layer in the conversion, from MSSQL-->MySQL, then probably you don't need any editing. Here is the simple procedure: 1. Install MS Access and MS ODBC Driver 2. Import all or selected tables from MS SQL to MS Access through MS ODBC D

RE: DSN-Less connections using MyODBC?

2001-10-05 Thread Venu
t; in Borland C++ > Builder)? > > I can do 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 s

RE: DSN-Less connections using MyODBC?

2001-10-05 Thread Venu
roblem 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 contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL PROTECTED]> / /|_/ / // /\ \/

RE: DSN-Less connections using MyODBC?

2001-10-05 Thread Venu
Hi ! > -Original Message- > From: Sylvain Hamel [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 05, 2001 5:34 PM > To: [EMAIL PROTECTED]; MySQL Mailing list > Subject: Re: DSN-Less connections using MyODBC? > > > Hi Venu, > > > It doesn't depend

RE: MyODBC:Update with SQLSetPos doesnt work with some "kind of"primary keys?

2001-10-18 Thread Venu
s updated/deleted" Thanks for the bug. That was a silly mistake in passing the bind parameter number for internal binding, now I fixed this and it will be available for MyODBC-2.50.40. You can also find the intermittent driver with the fix, from ftp://support.mysql.

RE: Help:Running JDBC for MySQL on Linux

2001-10-23 Thread Venu
distribution in /doc directory, which can guide in programming. Hope this helps you Regards, venu -- For technical support contracts, go to https://order.mysql.com __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Mr. Venu <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL A

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

RE: MySQL with MyODBC & Access

2001-10-23 Thread Venu
e ODBC spec, BIGINT is not a privileged data type with 2.x specifications, so MyODBC doesn't support this. The new MyODBC 3.51 which is going to be released shortly supports BIGINT. For more information about Access-->MySQL data types, refer to the following thread: http://lists.mysql.

RE: MS Access Front end with MySQL Back-end

2001-10-26 Thread Venu
layed 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 -- For technical support contracts, go to https://order.mysql.com __

RE: JDBC driver recommendatons

2001-11-08 Thread Venu
; reliable under heavy load. Yes. 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]> / /

RE: Simple JDBC Question

2001-11-08 Thread Venu
ied > Vendor: > The above error says, you didn't configured the MyODBC DSN 'my-dsn'. When you are using JdbcOdbc Bridge driver inorder to access MySQL through JAVA applications through MyODBC driver, you need to define MyODBC DSN also. So, first define this, and then

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

2001-11-09 Thread Venu
g the > ASP to mysql database not with respect to MyOLEDB connection > > All answers are in MySQL manual. 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.mysq

  1   2   >