dblinq Questions

4

Solved

It seems like a dumb question, and yet. It could be my IDE that's goofing me up. Here's the code (this is generated from DbLinq): SELECT pics$.Caption, pics$.Id, pics$.Path, pics$.Public, pics$.A...
Synopsis asked 24/2, 2009 at 6:24

2

Solved

Im working on an application that needs to talk to a database. The application is written in C#. Im quite taken by LINQ and auto generating classes to represent the database and its tables, so firs...
Sack asked 10/2, 2010 at 11:15

2

Solved

I've got problem with sorting entries in JqGrid. Orderby seem to not work. I set breakpoint in code and I noticed, that orderby doesn't change order of elements. Any idea what could be wrong? I'm ...
Cubiform asked 2/11, 2010 at 14:20

3

Solved

Update - The answer is apparently that DbLinq doesn't implement Dispose() properly. D'oh! The below is all sort of misleading - Bottom line: DbLinq is not (yet) equivalent to LinqToSql, as I ass...
Sear asked 17/5, 2010 at 18:38

4

Solved

I've been thinking about using SQLite for my next project, but I'm concerned that it seems to lack proper datetime and bit data types. If I use DbLinq (or some other ORM) to generate C# classes, w...
Turnedon asked 3/5, 2010 at 3:4
1

© 2022 - 2024 — McMap. All rights reserved.