Mysql embedded

Post Reply
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Mysql embedded

Post by Natter »

Where can I find documentation on Mysql embedded ?
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Mysql embedded

Post by nageswaragunupudi »

First point to note is that MySQL withdrew support to embedded server many years ago.
But still with FWH we can still use embedded server and FWH comes with all the required dll/libs and FWH MySQL/maria built-in library supports it.

To start with:
viewtopic.php?f=3&t=33798

and
mysqlmbd.prg and mysql_emb.prg in the samples folder.
Regards

G. N. Rao.
Hyderabad, India
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Re: Mysql embedded

Post by Natter »

Thank you !
Post Reply