Hi, I'm not sure of what you are looking for, and what do you know. Did you read this ? http://dev.mysql.com/doc/mysql/en/c.html It could give you some clues on how to do your queries from your library. I've never seen any library able to query several servers at the same time. Usually people query the same server (or cluster). If I'm off-topic, pardon me ;-)
2005/8/22, George Cherian <[EMAIL PROTECTED]>: > On Mon, Aug 22, 2005 at 08:03:08PM +0530, George Cherian wrote: > > So I am surprised that no one has done this before. I am very new to > > database - (about last week, is when I started getting into the > > intricacies), so at present I am confused why there isn't such a solution. > > I had created a database abstraction layer that mapped rows directly into > > classes of the same name as that of the table, and even had values that > > were serialized and all. It works, since I always limit the database query > > to around 10-70 results, and all the inefficient abstraction is carried out > > only on a maximum of 70 objects. That is why I need another layer at the > > bottom, since my top layer is too inefficient to do multiple selects. > > > > What I meant is that, using this abstraction layer, I had kept my hands > clean from the unweildy syntax of SQL. (There is nothing uglier than a lot of > sql queries interspersed within the beautiful flow of C code :-). The only > query I know is select * from table. Even 'add', 'update' commands confuse > me. So I would appreciate if someone can give me some pointers (any > urls/links would be nice) as to how to write a client library with threading. > > Thanks a lot. > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- 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]