Re: C API Changes?

2003-02-18 Thread ggelu
--- Amy & Joseph Kormann <[EMAIL PROTECTED]> wrote: > Are there any (significant) changes in the C API between MySQL 3.X and > 4.X? If so, where are they located. Yes.Are some changes between ver 3.x and 4.x.If i understand well i think you try to find where this changes are declared/prototype

Re: ADO Error '800a01fb'

2002-12-29 Thread ggelu
Hi, For sure all this happend because of MYODBC.This automation error can occur when OLE is not able to handled some data/pointers or pointers to interfaceses which must be transfered to VB,VBA,VBS...etc. For example : if you wish to transform some char* to UNICODE and in the new UNICODE dat

Re: Can not connect (again)

2002-03-07 Thread Ggelu
Hi, You are "closer".This error is generated only if you wish to connect from the localhost or 127.0.0.1 (i believe).To avoid this inconvenient, in arguments of mysql client,you must "put" -S "path_of_the_mysql.socket".Usualy mysql create the socket file in tmp directory.You can also, made some m