Page 1 of 1
Stimulsoft Designer + SQLCE URGENT! :)
Posted: Fri Aug 08, 2008 3:42 am
by ape
How can i connect to a sdf Mobile Database with the designer, i have added the Sqlce dll file to the directory of the designer but i don't know how to connect to the database file in the designer. Please help it's urgent.
so long
ape
Stimulsoft Designer + SQLCE URGENT! :)
Posted: Mon Aug 11, 2008 8:12 am
by Vital
Hello,
ape wrote:How can i connect to a sdf Mobile Database with the designer, i have added the Sqlce dll file to the directory of the designer but i don't know how to connect to the database file in the designer. Please help it's urgent.
so long
ape
You can use following code:
Code: Select all
StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiSQLiteAdapterService());
StiConfig.Services.Add(new Stimulsoft.Report.Dictionary.StiSQLiteDatabase());
For also you can get patch from 11 August.
Thank you.