Re: License question on libmysql.dll and C/C++ API Version 4.0 question about Victoria Reznichenko response

2012-06-18 Thread Shawn Green
Hello Claudia, On 6/18/2012 2:13 PM, Claudia Murialdo wrote: Hello, Y read this message: http://lists.mysql.com/mysql/109590 and I would like to ask for authorization but I don´t see the email address in that thread (it says: sales@stripped). Can someone tell me that email address?. Thanks in a

License question on libmysql.dll and C/C++ API Version 4.0 question about Victoria Reznichenko response

2012-06-18 Thread Claudia Murialdo
Hello, Y read this message: http://lists.mysql.com/mysql/109590 and I would like to ask for authorization but I don´t see the email address in that thread (it says: sales@stripped). Can someone tell me that email address?. Thanks in advance. Claudia.

Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
uilding mysql myself (and possibly inducing the odd "difference") - maybe the symbol table for the binary debug version. Regards, Jan "Pooly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, 2006/1/16, Jan M <[EMAIL PROTECTED]>: > Hi, > > Ho

Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Pooly
Hi, 2006/1/16, Jan M <[EMAIL PROTECTED]>: > Hi, > > How do I set things up so I can step into the libmySQL.dll from my C code > using VC6? > Binary download for Win32 doesn't include a debug verison of the dll (AFAIK), so you'll have a recompile by yourself. Downl

Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
Hi, How do I set things up so I can step into the libmySQL.dll from my C code using VC6? I am using the mysql 5.0 windows binary download. Thanks, Jan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: LIBMYSQL.dll Not found

2004-06-22 Thread Sumito_Oda
Hi, Perhaps, you should copy mysql/lib/opt/libmysql.dll to mysql/bin directory. Refer to the following thread of the MySQL-Win mailing list. http://lists.mysql.com/win32/14799 -- Sumito_Oda mailto:[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com

LIBMYSQL.dll Not found

2004-06-22 Thread Jon Thompson
Unable to run mysqladmin.exe Error: This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix this problem. Re-installing does not fix this problem. Regards, Yarrokon -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: libmysql.dll size increased from 188Kb to 916KB

2004-03-26 Thread Victor Medina
Hi! It was compiled using additional charecter encoding support, like chinese, utf, arabian, and others Best Regards On Thu, 2004-03-25 at 23:34, Karam Chand wrote: > Hello, > > The size of libmysql.dll binary has increased from > 188KB to 916KB from MySQL 4.0 to MySQL 4.1.1. >

libmysql.dll size increased from 188Kb to 916KB

2004-03-25 Thread Karam Chand
Hello, The size of libmysql.dll binary has increased from 188KB to 916KB from MySQL 4.0 to MySQL 4.1.1. Researching around I came to know that the new libmysql.dll was compiled linking the new character stuff. What do you mean by "character stuff"? Just curio

No version info for libmysql.dll

2004-02-20 Thread Eric King
Currently I am working under a win32 environment developing applications to work with mysql. I have found some inconsistencies with the newer version of libmysql.dll versus older files that are supplied with your current package I have found that there is no version information tied to the

libmySQL.dll 4.1.1

2003-12-19 Thread Juri Shimon
Hi! Was 'mysql_connect' purposely excluding from libmySQL.dll export clause or by accident? Thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

libmysql.dll

2003-11-14 Thread Daniel Kiss
Hi all, I would like to know who develops and how to obtain libmysql.dll, and is there any Object Pascal header file for this library, or I have to make my own? Thanks, niel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

Re: Error after upgrading to 4.1.0-alpha-max-debug LibMySQL.dll missing

2003-08-04 Thread miguel solorzano
At 16:06 4/8/2003 +0200, Morten Gulbrandsen wrote: Hi, Just copy c:\mysql\lib\opt\libmysql.dll into the c:\mysql\bin directory. When is final release of 4.1.0 scheduled please ? I highly appreciate and thank you all eternally for Enabling nested selects like SELECT article, dealer, price FROM

Error after upgrading to 4.1.0-alpha-max-debug LibMySQL.dll missing

2003-08-04 Thread Morten Gulbrandsen
Hello programmers this is my path, C:\mysql\bin>path PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\mysql\bin After installing 4.1.0-alpha-max-debug I try to start winmysqladmin.exe Then I get this error, === Die dynamic link library libmysql.dll wurde nicht im angegebe

strange SSH/libmysql.dll problem - this time with dbug infos

2003-06-04 Thread Tobias Schittkowski
I think I need a MySQL code guru... I am using the 4.0.12 client library on a Win2k host to connect to a 4.0.13 linux server. If I connect directly to the server using mysql_real_connect, everything runs fine. However, I want to use SSH tunneling. So I set up a SSHv2 tunneling connection from l

Re: libmysql.dll(v4.0.10) + delphi 7 + dbexpress

2003-03-02 Thread Daniel Kasak
José Longo wrote: Hi all When i have installed version 4.0.10 of mysql server everything works great... but when I try to use this libmysql.dll with Delphi + dbexpress I always get in trouble with the error msg “…unable to load “libmysql.dll”…”… With libmysql.dll 3.23.55 everything works fine

libmysql.dll(v4.0.10) + delphi 7 + dbexpress

2003-03-02 Thread José Longo
Hi all When i have installed version 4.0.10 of mysql server everything works great... but when I try to use this libmysql.dll with Delphi + dbexpress I always get in trouble with the error msg “…unable to load “libmysql.dll”…”… With libmysql.dll 3.23.55 everything works fine (but I think I can

newbie and dynamic library ( C API - libmysql.dll)

2002-07-22 Thread Ahmad Munif
Hi, i'm newbie in c/c++ language. i'm going to build c/c++ GUI application on Windows and using C api (libmysql.dll) to connect my application to database. i'm still confused regarding static and dynamic library, i don't know how to include it to my source and how to com

LibMySQL.DLL?

2002-06-19 Thread RBRoa
Hi to all, Where can I find the stable LIBMYSQL.DLL?... Im just confuse which one to usei found the file in LIB\DEBUG and LIB\OPT...they are not equal in size... Thanks... R.B.Roa Traffic Management Engineer PhilCom Corporation Tel. No.(Office) (088) 858-1028 (Home) (088) 858

Re: license question on libmysql.dll and C/C++ API

2002-05-20 Thread Victoria Reznichenko
babylonian, Sunday, May 19, 2002, 10:04:00 PM, you wrote: bgn> I have a question on license of MySQL C API or MySQL++ API, and bgn> libmysql. [hardly skipped] bgn> Is there any good way, or any misconception in my understanding of bgn> libmysql license? Any idea is welcome, but please don't sug

license question on libmysql.dll and C/C++ API

2002-05-19 Thread [EMAIL PROTECTED]
currently uses MS SQL server or its free version MSDE, or MS Access, but I hope migration to MySQL. I have no intention to distribute MySQL itself and libmysql.dll itself with my program. It's non-commercial software, but not freeware (in GNU sense). Since C API seems fast I thought it'

Re: libmysql.dll - documentation pls..

2001-06-28 Thread Joshua J. Kugler
l tell you a lot about interfacing with the DLL. Also: I would assume that reading the documentation to the C API would be a good place to start as well, as that details the interface to the libmysql.dll (on windows) and libmysql.so (on *nix systems). Third: You've seen a few? I've

libmysql.dll - documentation pls..

2001-06-28 Thread Dan
All, I want to use the libmysql.dll in Visual Basic, I have seen a few dll's floating around that do the wrapping for you but I want to do this myself. Can someone point me in the direction of an example or some documentation.

Re: Re[2]: MySQL 3.23.33: mysql_character_set_name function in libmysql.dll

2001-03-31 Thread Sinisa Milivojevic
Edward Smirnov writes: > Hello Sinisa, > > Saturday, March 31, 2001, 3:45:27 PM, you wrote: > > SM> There is no such function in mysql.h. > > Small piece from mysql.h is below: > ** > char * STDCALL mysql_error(MYSQL *mysql); > char * STDCALL mysql_info

Re[2]: MySQL 3.23.33: mysql_character_set_name function in libmysql.dll

2001-03-31 Thread Edward Smirnov
ame, Chapter 23.4.5 named mysql_character_set_name. Check it once more, please! SM> > const char * STDCALL mysql_character_set_name(MYSQL *mysql) in mysql.h SM> > SM> > But we've not found this function in libmysql.dll (ver.3.23.33) SM> > SM> > Is ther alt

Re: MySQL 3.23.33: mysql_character_set_name function in libmysql.dll

2001-03-31 Thread Sinisa Milivojevic
mySQLDAC writes: > Hello John, > > We are developing the next version of MySQLDAC (MySQL Direct access > components for Delphi/C++ Builder). > > We've found > const char * STDCALL mysql_character_set_name(MYSQL *mysql) in mysqlh.h > > But we've no

MySQL 3.23.33: mysql_character_set_name function in libmysql.dll

2001-03-31 Thread mySQLDAC
Hello John, We are developing the next version of MySQLDAC (MySQL Direct access components for Delphi/C++ Builder). We've found const char * STDCALL mysql_character_set_name(MYSQL *mysql) in mysqlh.h But we've not found this function in libmysql.dll (ver.3.23.33) Is ther alternati

libMySQL.dll

2001-02-04 Thread René Tegel
I have some problems with the win32 interface dll libMySQL.dll. Everything works out fine when only retrieving correct queries. However, when executing an incorrect query, everything behaves normal until i terminate the application (and thus unload the dll). With other types of access (mysql