Autor Beitrag
mannyk
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 83
Erhaltene Danke: 1



BeitragVerfasst: Mo 28.02.11 18:48 
Hi Leute,

Meist hab ich ich mit Datenbanken zu tun welche in MS SQL Server verwaltet werden. Deshalb bin ich das OR-Mapping von "Linq to SQL classes" gewohnt.
Nun brauche ich jedoch eine lokale, unabhängige Datenbank und dachte somit an SQLite und den SQLite.NET Provider.
Das funktionier nun auch ganz gut, ist jedoch inkompatibel mit mit dem Linq to SQL OR Mapping.

Aus der SQLite Datenquelle können lediglich DataSets erstellt werden.
Nun meine Frage: Kennt ihr eine Methode welche die DataSets in Business Objects mappen könnte.

Danke und liebe Grüße,
mannyk
Kha
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 3803
Erhaltene Danke: 176

Arch Linux
Python, C, C++ (vim)
BeitragVerfasst: Mo 28.02.11 19:18 
SQLite ist nun wirklich keine exotische DB und wird vom Entity Framework und NHibernate unterstützt. Und für LINQ2SQL scheint SQL Server Compact mehr oder weniger zu funktionieren.

_________________
>λ=
mannyk Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 83
Erhaltene Danke: 1



BeitragVerfasst: Mo 28.02.11 22:49 
Danke schonmal für die Antwort.
Im Moment versuche ich mich gerade in NHibernate.