0

Is it somehow possible to generate classes in LLBL Gen Pro 3.1 using a SQL Server CE .sdf database file? I know in LLBL v2 it was, but in v3 there is no such option when selecting database type.

Are there some workarounds for this problem?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Laurer
  • 81
  • 1
  • 4
  • Have you contacted the LLBLGen support people? If anyone would know - it would be them - no? – marc_s Aug 28 '14 at 10:58

1 Answers1

2

Answer from the LLBL Gen forum (Walaa):

"You'll need to port the schema into a SQL Server database (not CE). Then use it to create the llblgen project. The generated code can be easily used against the CE database, changing the connection string. "

Laurer
  • 81
  • 1
  • 4