Access MySQL server from remote RTOS
Hi,
In my device I have a DSP (TMS320C) and RTOS (threads, synch objects, memory management, etc.) with Ethernet connectivity (Berkeley sockets), and now I'd like to add the ability to connect to MySQL database, which runs on remote PC.
I'd like to execute SQL statements from the device to the server, mostly INSERTs.
Is there any driver that I can port to my OS?
Probably 'libmysql' is what I need (that's why I posted the topic here) - if so, can you please point me a straightforward way which files I need?
Looking in the source folder 'mysql-connector-c-6.0.1', it doesn't look very self-explaining which parts I need for building my library and which needs to be ported.
Thanks,
Tamas
Subject
Written By
Posted
Access MySQL server from remote RTOS
June 29, 2009 09:26AM
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.