Stimulsoft Designer + SQLCE URGENT! :)

Stimulsoft Reports.NET discussion
Post Reply
ape
Posts: 20
Joined: Thu Jul 03, 2008 2:21 am

Stimulsoft Designer + SQLCE URGENT! :)

Post 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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Stimulsoft Designer + SQLCE URGENT! :)

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