Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

libmysql.dll with Borland C++ Builder 6

 
   Database Help (Home) -> mySQL RSS
Next:  How do a pass a 'Where' string clause to a stored..  
Author Message
Mike Ruskai

External


Since: Sep 27, 2003
Posts: 1



(Msg. 1) Posted: Fri Feb 11, 2005 2:40 am
Post subject: libmysql.dll with Borland C++ Builder 6
Archived from groups: mailing>database>mysql (more info?)

I've been trying to implement database axis using the C api for a
many-threaded application (several, actually), and keep running into a
problem on server disconnect. One of the main reasons is to get around the
packet size limit of ODBC (which seems to be somewhere around 10MB), which
prevents a few large BLOBs from being inserted into the database (and
retrieved, of course).

While debugging, the call to mysql_close() simply hangs. If I run the
program outside the debugger, it gives an exception.

This is using the libmysql.lib created with Borland's implib.exe utility from
the libmysql.dll file.

I've made a half-hearted attempt to compile libmysql.dll in BCB6, figuring
I'd have a better chance of making it work, but I did not get terribly far.

Anyone know a way to definitely get this working with BCB6?


--
- Mike

Remove 'spambegone.net' and reverse to send e-mail.

 >> Stay informed about: libmysql.dll with Borland C++ Builder 6 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Best way to issue hundreds of inserts/updates??? - Using mysql 4.0.23- What is the best way to execute several (hundreds of) inserts and updates? Rather than issuing tons of individual inserts and updates, can I send the strings to a text file and then have mysql do them all?? IE : query.txt insert..

MySQL freezes, brings XP machine to a grinding halt - I've been using MySQL for a while for fairly light database development on my XP machine. Currently, I am just starting a new project and have experienced some big problems with MySQL today both on my office machine and at home where running a particular...

login as user 'root' but do not have root privlages and my.. - Hi gang: I'm experiencing a problem with MySQL -- I updated MySQL from version 4.1.0 to 4.1.10 and now when I login as root it doesn't show all the databases I should have access to, nor it doesn't recognize me being logged in as root (via..

FLUSH TABLES hangs if table is locked - Using FLUSH TABLES via the C query API mysql_query() hangs if the table is locked already. That is to say, nothing prevents me from running a LOCK TABLES twice; it won't tell me "it's already locked, don't try to run a FLUSH". Anyone know ...

Tool to convert DDL in graphical diagram? - Does anyone know of a tool that will create a graphical diagram from a DDL (SQL create script)? Preferable a free open-source tool. Thanks, A
   Database Help (Home) -> mySQL All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]