Connect to MySQL server How to ?

Stimulsoft Ultimate discussion
Post Reply
khallif
Posts: 1
Joined: Sun Jul 03, 2011 10:52 pm
Location: indonesia

Connect to MySQL server How to ?

Post by khallif »

hello...how to connect to mysql server using this product ?


thanks in advanced!
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Connect to MySQL server How to ?

Post 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.
Post Reply