1-10 of 26 < Previous Next >
Discussions for DbEntry.Net (Lephone Framework)
Latest post:
Mon
3:22 AM
4 Posts
First post: MagicAndre1981 wrote: Hello, I'm writing my Dataobject classes and I have a question about the FireBird datatye BLOB. What is the correct Datat...
Latest post: lifeng wrote: Yes, I just found "BLOB SUB_TYPE 1" means text string... Glad it works for you.
Jump to: First Post    |Latest Post
Latest post:
Jun 1
10:13 AM
5 Posts
First post: kulibin wrote: hi! DbEntry.Net not supports PostgreSQL? in old releas i see it - but in new don't... will you support it? or may be I can im...
Latest post: lifeng wrote: Done. Please look up http://www.codeplex.com/DbEntry/Wiki/View.aspx?title=PostgreSQL%20Support
Jump to: First Post    |Latest Post
Latest post:
May 21
12:11 PM
7 Posts
First post: neolys wrote: Hello Lifeng, is there any feature planned that allows managing the cache directly with operations such as remove, refresh,...
Latest post: lifeng wrote: Done.
Jump to: First Post    |Latest Post Tags: User Forum
Latest post:
Mar 16
4:52 AM
6 Posts
First post: MagicAndre1981 wrote: HI, could you please create a tool which generates the mapping classes from the schema of the db? This will speed up the de...
Latest post: lifeng wrote: Sorry, I known there is a tool called CodeSmith and it can generate classes from db scheme. But I never really use it before. ...
Jump to: First Post    |Latest Post
Latest post:
Feb 21
4:32 AM
5 Posts
First post: chudq wrote: This may be a simple question, but I cannot get the correct result. I use the following DbEntry to get a list of objects of MyC...
Latest post: chudq wrote: Sorry, it is my mistake. I run the SQL against to a production db, while the DbEntry console to a dev db. The result of SQL aga...
Jump to: First Post    |Latest Post
Latest post:
Feb 18
7:15 AM
7 Posts
First post: chudq wrote: I am trying to use DbEntry in a SQL Server Project (VS 2005 C# dabase project), which is a dll assembly. Therefore, I have to u...
Latest post: lifeng wrote: Yes, in DbEntry, we can map partial columns in our class. But if we use this class to insert an item to table, it may cause an...
Jump to: First Post    |Latest Post
Latest post:
Feb 17
3:35 AM
2 Posts
First post: xpear wrote: Hello, I have 2 tables, Companies and Applications and a join table Company_Applications. I want to be able setup this rela...
Latest post: lifeng wrote: DbEntry compose the two table name as medi-table name. And the less one will be the first table name. So the table name will b...
Jump to: First Post    |Latest Post Tags: Developer Forum
Latest post:
Feb 17
3:28 AM
11 Posts
First post: thosmos wrote: Is it possible to have inherited objects that are based on related tables? for example: public abstract class Device : ...
Latest post: lifeng wrote: I recommend to use DbObjectModel for almost all tables. The inheritance tree does not shows in code. The class only maps for o...
Jump to: First Post    |Latest Post Tags: Developer Forum, User Forum
Latest post:
Feb 17
3:22 AM
2 Posts
First post: jakenuts wrote: I'm trying to componentize my stuff a bit, and at the same time I'm trying out DBEntry (wow, it creates tables too? sweet!). An...
Latest post: lifeng wrote: I wasn't use Windsor before. But if you want to config DB with code, the tools SqlQuerier will be a sample. It's complex but w...
Jump to: First Post    |Latest Post
Latest post:
Nov 7 2007
3 Posts
First post: ericchaves wrote: Hi folks, I'm trying to figure out how to have an PK which is also an FK. In the Relations sample the PK is an Identity (I...
Latest post: lifeng wrote: If you real like "an PK which is also an FK", the following code can do that, and the tables are the same you mentioned: cl...
Jump to: First Post    |Latest Post Tags: User Forum

Configure View

Sorted by Latest post
Search
Tags
All tags
Developer Forum
Project Management Forum
User Forum

Discussion Notification
Sign in to display notification settings.
1-10 of 26 < Previous 1 2 3 Next >
Updating...