Hi ,
I am wondering how I can use the embedded MySQL server in a Delphi application via UniDAC? Do you have a demo for this ? Better give me a step by step guide if possible.
Thanks very much.
标签:style blog http strong width os
UniConnection.ProviderName := ‘MySQL‘;
UniConnection.Database := DatabaseName;
UniConnection.SpecificOptions.Values[‘Embedded‘] := ‘True‘;
UniConnection.SpecificOptions.Values[‘EmbeddedParams‘] := ‘--basedir=.‘#13#10‘--datadir=data‘;
http://www.cnblogs.com/wxb-km/archive/2012/11/21/2781719.html
UniDAC连接Embedded MySQL server,布布扣,bubuko.com
标签:style blog http strong width os
原文地址:http://www.cnblogs.com/findumars/p/3821195.html