MySQL Forums
Forum List  »  Delphi

libmysql.DLL to its maximum speed mongo DB
Posted by: lex dean
Date: October 28, 2011 04:32PM

I had to get my code to find the libmysql.DLL and then loadlibrary(),because its not registered in windows.
a/ Is this the correct Library I should USE!!!!!!!!!!!!!!!
b/ Is SQL considering any changes to this approach.

I have started logging on to the dll:-
mysql_real_connect(PSQL, PChar(LOCAL_HOST), PChar(UserName), PChar(PassWord), PChar(DBName), 0, Nil, 0);

I have to ask the question about setting up MYSQL for a Mongo database
If I'm loading up a blog one after the next in a search process.
What is the best way to this for maximum speed without excessive memory usage?



best regards,
lex Dean



Edited 4 time(s). Last edit at 11/03/2011 02:06PM by lex dean.

Options: ReplyQuote


Subject
Written By
Posted
libmysql.DLL to its maximum speed mongo DB
October 28, 2011 04:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.