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: 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 advance.
Claudia.



That link is 10 years old and that address is no longer valid. MySQL has 
been bought twice since then once directly by Sun Microsystems then 
again when Oracle purchased Sun. Your current questions need to be asked 
to Oracle.


These numbers will route you to the appropriate resources
http://www.oracle.com/us/support/contact-068555.html

--
Shawn Green
MySQL Principal Technical Support Engineer
Oracle USA, Inc. - Hardware and Software, Engineered to Work Together.
Office: Blountville, TN



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



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: 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. Download the source,
load the projet, chose the debug version, and off you go. Quiet useful
to debug buggy query strings :-D

--
Pooly
Webzine Rock : http://www.w-fenec.org/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Stepping into libmySQL.dll with VC6

2006-01-16 Thread Jan M
Hi,

There is a debug dll with the binaries (at least there is a version in a
/debug directory) but it seems
to lack a symbol table - certainly VC6 states no debug information when
loading. Dunno why it's provided.

I hoped there was a shortcut where I could avoid building 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,

 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. Download the source,
load the projet, chose the debug version, and off you go. Quiet useful
to debug buggy query strings :-D

--
Pooly
Webzine Rock : http://www.w-fenec.org/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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/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/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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.
 
 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 curious?
 
 Karam
 
 
 __
 Do you Yahoo!?
 Yahoo! Finance Tax Center - File online. File on time.
 http://taxes.yahoo.com/filing.html
-- 

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|Tel: +58-241-8507325 - ext. 325   |
 ||Cel: +58-412-8859934  |
 ||geek by nature - linux by choice  |
 |...|


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 curious?

Karam


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 different
releases that have been provided.  It would be an attribute to developers to
include the version information for this file when compiled.  If this
information is supplied with the file, please let me know how I may obtain
the version information using win32 api call.

Thank you

Eric King


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://lists.mysql.com/[EMAIL PROTECTED]



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\binpath
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 angegebenen Pfad 
C:\mysql\bin;.; 
C:\WINNT\System32; 
C:\WINNT\System; 
C:\WINNT; 
C:\WINNT\System32;
C:\WINNT; 
C:\WINNT\System32\Wbem; 
C:\mysql\bin 
Gefunden.  
===

However I found it in 
C:Mysql\lib\debug
And
C:Mysql\lib\opt

What can I do, please ?

I think my path identifier is correct, I simply appended the last
;C:\mysql\bin entry myself and it run fine under 4.1 beta.  
Also with support for InnoDB tables.

In english the error means that winmysqladmin.exe can't run 
under  4.0.1  alpha, 
unfortunately

Is this true ?


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   shop
WHERE  price=(SELECT MAX(price) FROM shop)
Which is pure SQL-99 I think, and compatible with oracle sql. 

And finally I'd like to know what is support for named pipes?

Yours Sincerely


Morten Gulbrandsen



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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   shop
WHERE  price=(SELECT MAX(price) FROM shop)
Which is pure SQL-99 I think, and compatible with oracle sql.
And finally I'd like to know what is support for named pipes?

Yours Sincerely

Morten Gulbrandsen
--
Regards,
For technical support contracts, visit https://order.mysql.com/
Are you MySQL certified?, http://www.mysql.com/certification/
Miguel Angel Solórzano [EMAIL PROTECTED]
São Paulo - Brazil
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

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 localhost:3306 to server:3306.

If I use the command line, i.e. mysql -u foo -pbar, I can connect to the
remote server via SSH. The same is, if I use tools like SQLyog.

I enable the dbug, here is the output. The program hangs at the last line...

my_init
| my_win_init
| my_win_init
| exit: home: '(null)'
my_init
libmysql_init
libmysql_init
my_malloc
| my: Size: 544  MyFlags: 48
| exit: ptr: 4d144c8
my_malloc
mysql_real_connect
| enter: host: 127.0.0.1  db: rssvertrieb  user: rss
| info: Server name: '127.0.0.1'.  Named Pipe: MySQL
| error: host: '127.0.0.1'  socket: ''  named_pipe: 0  have_tcpip: 1
| info: Server name: '127.0.0.1'.  TCP sock: 3306
| vio_new
| | enter: sd=1140
| | my_malloc
| | | my: Size: 84  MyFlags: 16
| | | exit: ptr: 4d124b0
| | my_malloc
| | vio_reset
| | | enter: type=1  sd=1140  localhost=0
| | vio_reset
| vio_new
| my_net_init
| | my_malloc
| | | my: Size: 8199  MyFlags: 16
| | | exit: ptr: 4d14720
| | my_malloc
| | vio_fastsend
| | | exit: 0
| | vio_fastsend
| my_net_init
| vio_keepalive
| | enter: sd=1140, set_keep_alive=1
| vio_keepalive
| vio_is_blocking
| | exit: 1


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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’t use
some of the new features of version 4.0)…
I’m correct ???

There is any workaround ???

TIA

José Longo




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



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 (but I think I cant use
some of the new features of version 4.0)
Im correct ???
There is any workaround ???
 

Borland typically add support for MySQL client libraries to DBExpress 
approx 2 years after their release.
One of the many reasons I gave up on Kylix...
You should be able to use old client libraries with the new server, but 
as you noted, new features won't be available.

--
Daniel Kasak
IT Developer
* NUS Consulting Group*
Level 18, 168 Walker Street
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: www.nusconsulting.com
-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


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 compile
my source using static and dynamic library.

after installing mysql on my windows, in directory include and lib
there are include file, static and dynamic library.

help me please, how to use it if i use static library, and if i use dynamic
library ?

thanks




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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-8889
Mobile No. (63) (919-3085267)




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 suggest
bgn embracing entire GPL... if it's not possible, then I'll quit touching
bgn MySQL and will start to look PostgreSQL.

If you use 3.23 libmysql, you need no licences.
For 4.0, you should write to [EMAIL PROTECTED] and ask for authorization.

bgn -- Linsey KISANJANI




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2002-05-19 Thread [EMAIL PROTECTED]

Hi all,

I have a question on license of MySQL C API or MySQL++ API, and
libmysql.

What I want to do is to make a MS Windows program (C++) that accesses
MySQL database, and to distribute it on internet without publishing its
source code. It uses database server as its backend resource store.
It 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's nice to use but after extraction
of .zip of MySQL4 source code and moving to libmysql.dll source
directory, I found that all libmysql.dll source code is in GPL.
All those source code have the header that states they are
under GPL. That means I can't distribute resulting executable
that is linked to libmysql without reacting requests of open source.

Preamble and Section 5 of LGPL(http://www.gnu.org/copyleft/lesser.html)
(not GPL) says:

citation
Preamble
--snip--
When a program is linked with a library, whether statically or using a shared library, 
the
combination of the two is legally speaking a combined work, a derivative of the 
original
library. The ordinary General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General Public License 
permits
more lax criteria for linking other code with the library. 
--snip--
5. A program that contains no derivative of any portion of the Library, but is 
designed to
work with the Library by being compiled or linked with it, is called a work that uses 
the
Library. Such a work, in isolation, is not a derivative work of the Library, and 
therefore
falls outside the scope of this License. 
However, linking a work that uses the Library with the Library creates an executable
that is a derivative of the Library (because it contains portions of the Library), 
rather
than a work that uses the library. The executable is therefore covered by this 
License.
Section 6 states terms for distribution of such executables. 
/citation

Though LGPL Section 5 deals with LGPL, not GPL, it's also clear
that I can't distribute a closed-source executable that links
dynamically to GPLed library, because resulting executable(not
object code) is covered by GPL too.

Now, for MySQL++, it's LGPL. Since LGPL Section 6 forces users of
LGPL library to permit reverse engineering of their executable, but
it's not so hard to accept. (Though I think most of commercial
applications for Linux, which are linked to L/GPL libraries
including libc, infringe Section 6 by prohibiting reverse engineering
in their license aggreement)

But the problem is, when I use MySQL++, the executable is
linked to libmysql.dll that is GPLed. So LGPL of MySQL++ is
overwritten by more powerful GPL and there is no meaning
of LGPL of MySQL++ in this case.

I searched how actual commercial appliactions for MySQL
deal with license. For example, EMS MySQL Manager
http://ems-hitech.com/mymanager/
is linked to libmysql.dll, but it's not open-source, so it's not
GPLed. EMS HiTech is an official MySQL AB partner, then
there may be special license between them. I looked in
commercial license store at mysql.com but can't find special
licence. There is only per-server license and it doesn't
look like developer license.
I'm not sure how other closed-source applications that are
not official partner of MySQL AB manage this license problem.
Anyway I can't be official partner of MySQL AB just to
distribute non-commercial proggy on my homepage.

I checked MyODBC, though I don't like ODBC, but it's GPL too.

Is there any good way, or any misconception in my understanding of
libmysql license? Any idea is welcome, but please don't suggest
embracing entire GPL... if it's not possible, then I'll quit touching
MySQL and will start to look PostgreSQL.


-- Linsey KISANJANI



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: libmysql.dll - documentation pls..

2001-06-28 Thread Joshua J. Kugler

NOTE: I replied off-list

First note: I like the e-mail address.  Really great.

Secondly: The best VB/DLL documentation you could find MIGHT be a project 
that has done what you want.  If you download the source classes for the 
MyVbQl VB API http://www.icarz.com/mysql/index.html it will 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 only managed to find one.  At least only one 
free one.  What are the others you've found?

Fourth: When you write it, could you be careful to write it so it could be 
used in MS Access as well?  I don't know many specifics, but I do know Access 
97 doesn't support Enum's.  Access 2000 does, so if you want to do that, I'll 
just convince my boss to upgrade.  We're due anyway.

Fifth: I don't have extensinve experience with VB, but have done quite a bit 
of Access programming, and would like to help with this if I could.

So, let me know what you turn up.  I'll look as well.

j- k-

On Thursday 28 June 2001 13:52, Dan wrote:
 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.

-- 
Joshua Kugler, Information Services Director
Associated Students of the University of Alaska Fairbanks
[EMAIL PROTECTED], 907-474-7601

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 alternative ways to get information about DB's charset? Will
this function realisation appear in the next versions?

Thank you.
---
Best regards,
Edward Smirnov 
microOLAP Technologies LLC
mailto:[EMAIL PROTECTED]

Delphi/C++ Builder DB Connectivity components for:

mySQL  - http://www.microolap.com/mysqldac.htm
Sybase ASA - http://www.microolap.com/asadac.htm
Sybase ASE - http://www.microolap.com/asedac.htm



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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 not found this function in libmysql.dll (ver.3.23.33)
  
  Is ther alternative ways to get information about DB's charset? Will
  this function realisation appear in the next versions?
  
  Thank you.
  ---
  Best regards,
  Edward Smirnov 
  microOLAP Technologies LLC
  mailto:[EMAIL PROTECTED]
  
  Delphi/C++ Builder DB Connectivity components for:
  
  mySQL  - http://www.microolap.com/mysqldac.htm
  Sybase ASA - http://www.microolap.com/asadac.htm
  Sybase ASE - http://www.microolap.com/asedac.htm
  


Hi!

There is no such function in mysql.h.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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

2001-03-31 Thread Edward Smirnov

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(MYSQL *mysql);
unsigned long STDCALL mysql_thread_id(MYSQL *mysql);
const char * STDCALL mysql_character_set_name(MYSQL *mysql);
 ^^^
MYSQL * STDCALL mysql_init(MYSQL *mysql);
**

Moreover, this function is described in
manual_Clients.htm#mysql_character_set_name, 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 alternative ways to get information about DB's charset? Will
SM   this function realisation appear in the next versions?

---
Best regards,
Edward Smirnov 
microOLAP Technologies LLC
mailto:[EMAIL PROTECTED]

Delphi/C++ Builder DB Connectivity components for:

mySQL  - http://www.microolap.com/mysqldac.htm
Sybase ASA - http://www.microolap.com/asadac.htm
Sybase ASE - http://www.microolap.com/asedac.htm



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




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(MYSQL *mysql);
  unsigned long STDCALL mysql_thread_id(MYSQL *mysql);
  const char * STDCALL mysql_character_set_name(MYSQL *mysql);
   ^^^
  MYSQL * STDCALL mysql_init(MYSQL *mysql);
  **
  
  Moreover, this function is described in
  manual_Clients.htm#mysql_character_set_name, Chapter 23.4.5 named
  mysql_character_set_name.
  
  Check it once more, please!

Well, you are right, I have not read well function name first time.

Try to get latest Win32 client and check if it is there.

It is in libmysql.c, so it should be there. 

If it is not, well, just add it :

const char * STDCALL mysql_character_set_name(MYSQL *mysql)
{
  return mysql-charset-name;
}



Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php