myodbc error

2003-08-14 Thread Kenneth Foli Jørgensen
i get this msg: Microsoft.Data.Odbc.OdbcException: NO_DATA - no error information available at Microsoft.Data.Odbc.OdbcConnection.HandleError(IntPtr hHandle, SQL_HANDLE hType, RETCODE retcode) at Microsoft.Data.Odbc.OdbcDataReader.GetData(Int32 i, SQL_C sqlctype, Int32 cb) at Microsoft.Data.Odbc.O

MyODBC error - not allowing me to alter data in Access link table (to MySQL dbase)

2002-07-26 Thread Nathon Jones
Hi, When I open a link table in access (that is opening a table in a mySQL dbase on our server), it will not allow me to alter the data. It keeps telling me that "someone else" is trying to access or alter the data and that I have to "Copy to Clipboard" or "Drop Changes". I know 100% that I am t

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

MyODBC Error

2002-07-15 Thread Nitesh Divecha
Hello All, I have my MySql 3.23 running, I installed MyODBC in my Win98 PC and created a DSN for MySql. 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". I also tried connecting using telnet 192.168.1.109 3306 I

[MySQL AB][MyODBC] ERROR: Unknown MySQL Server Host "thinkhost" 11001

2001-12-29 Thread Peter Reck
Dear List, My question is about this error message obtained during a query from word to mySQL: [MySQL AB][MyODBC] ERROR: Unknown MySQL Server Host "thinkhost&q

myODBC error list?

2001-10-29 Thread Mitch Mooney
Any way of getting a native error,sqlstate,error number list ? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-

myODBC error 2019

2001-07-02 Thread Giulio Mastrosanti
Hi all, I'm using visual basic with ODBC to update my mysql databases, and all worked fine until now. Now I have a new database in a different host, and when I try to connect I receive this error message: Can't intialize character set 7 (path: c:\mysql\\share\charsets\) (2019) this error hap

Fw: MyODBC Error

2001-02-02 Thread Li Sze
Hi again, I solved the weird thing but the original myODBC error is still there. How do I know what values are suitable for my application. I'm using MediumBlob to store my data so at any one time, the max amount of data to insert would be 16M. So am I supposed to set max_allowed_packet t

Re: MyODBC Error, SQLGetData

2001-02-02 Thread Li Sze
ve successfully tried retrieving yesterday doesn't work anymore. Li Sze - Original Message - From: Miguel Angel Solórzano <[EMAIL PROTECTED]> To: Li Sze <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 1:41 PM Subject: Re: MyODBC Error >

Re: MyODBC Error

2001-02-01 Thread Miguel Angel Solórzano
At 12:23 02/02/2001 +0800, Li Sze wrote: Hi, Try to use the variables below in your my.cnf file: [mysqld] set-variable = key_buffer_size=16M set-variable = max_allowed_packet=1M Set the values according with your necessities and read in the MySQL Manual the item Tuning server parameters. Regar

MyODBC Error

2001-02-01 Thread Li Sze
Hi, I'm using SQLPutData and SQLParamData to insert data into the database. It works fine with data files smaller than 1MB. However, I get the following error for the last call to SQLParamData when the data file is more than 1MB. I have no idea what the following error means. I would really appre

MyODBC Error

2001-02-01 Thread Li Sze
Hi, I'm using SQLPutData and SQLParamData to insert data into the database. It works fine with data files smaller than 1MB. However, I get the following error for the last call to SQLParamData when the data file is more than 1MB. I have no idea what the following error means. I would really ap