Page 1 of 1

Connect to MySQL server How to ?

Posted: Sun Jul 03, 2011 10:54 pm
by khallif
hello...how to connect to mysql server using this product ?


thanks in advanced!

Connect to MySQL server How to ?

Posted: Mon Jul 04, 2011 8:01 am
by Alex K.
Hello,

You can download Database packs from our site, compiled it and add the MySQL services in your code:

Code: Select all

StiConfig.Services.Add(New Stimulsoft.Report.Dictionary.StiMySqlAdapterService())
StiConfig.Services.Add(New Stimulsoft.Report.Dictionary.StiMySqlDatabase())
For standalone designer you must compile this adapter and put it in bin dirrectory.

Thank you.