Search found 9 matches

by s_tristan
Sat 03 Dec 2011 20:10
Forum: dotConnect for PostgreSQL
Topic: Eating server memory
Replies: 7
Views: 2152

I'm also interesting for DevArt comments on this issue.
by s_tristan
Fri 21 Oct 2011 10:19
Forum: dotConnect for PostgreSQL
Topic: Handling large objects with WCF
Replies: 3
Views: 990

Thanks for the example, but is uses non-chunked method for storing/retrieving blobs. Is there an example with "chunking" blobs into parts?
by s_tristan
Thu 13 Oct 2011 20:26
Forum: dotConnect for PostgreSQL
Topic: Handling large objects with WCF
Replies: 3
Views: 990

Handling large objects with WCF

I want to optimize uploading/downloading a large binary files with WCF client (Silverlight) and PgSQL. Except loading/saving a file entirely that will decrease server's memory performance, I want to do the same chunk by chunk. This is most important in SaaS scenarios.
Can you provide a small code example with best practice how can I do that?
Thank you!
by s_tristan
Thu 13 Oct 2011 16:11
Forum: Entity Developer
Topic: EntitySet property is disabled on TPC inherited entities
Replies: 3
Views: 3586

EntitySet property is disabled on TPC inherited entities

here is model:
BaseObject - abstract
-Id: Guid (Entity Key)
NamedObject: BaseObject (TPC) - abstract
-Name: String
Parent: NamedObject (TPC)
Child: NamedObject (TPC)

After generating via EF DbContext template there is only one DbSet - BaseObjects, but must be instead Parents and Children
by s_tristan
Thu 13 Oct 2011 15:03
Forum: Entity Developer
Topic: Bug on defining association on inherited entities
Replies: 2
Views: 1133

Bug on defining association on inherited entities

There is model:
BaseObject - abstract
-Id: Guid (Entity Key)
NamedObject: BaseObject (TPC) - abstract
-Name: String
Parent: NamedObject (TPC)
Child: NamedObject (TPC)

I trying to add 1:n association between Parent (parent class) and Child (child class) with Delete cascade and Add FK to the child class options and get this error:

"An error occured during creating constraint in storage model. Referential constraint property 'Id' association 'Parent_Child' is not mapped to any column in storage table"
by s_tristan
Tue 05 Jul 2011 19:01
Forum: dotConnect for PostgreSQL
Topic: Error in PostgreSQL Entity Developer
Replies: 1
Views: 942

Error in PostgreSQL Entity Developer

While pressing Generate or Validate commands the error occurs (see image):
www.zestad.ua/images/clipboard.jpg
by s_tristan
Tue 05 Jul 2011 14:39
Forum: dotConnect for PostgreSQL
Topic: dotConnect 4.9.152 does not support CITEXT field
Replies: 8
Views: 1882

Supporting of citext type is my requirement too to buy your product. I can easy adapt Npgsql, because I have a sources. But I need support for EF that your product has but ALSO of citext type.
I think investment of your resources to support citext type is important because this type permits using case-insensitive strings that is built-in in SQL Server.
So my vote.
by s_tristan
Wed 23 Mar 2011 21:40
Forum: Entity Developer
Topic: Installer error in Windows Server 2008 x64
Replies: 1
Views: 1805

Installer error in Windows Server 2008 x64

When I try to run the installer it throws an exception something about corrupted installation file with suggestion redownload. Same to LinqConnect installer.
by s_tristan
Wed 06 Apr 2005 15:37
Forum: dotConnect for PostgreSQL
Topic: VB.NET Example of PgSqlConnection.InfoMessage event need
Replies: 1
Views: 4529

VB.NET Example of PgSqlConnection.InfoMessage event need

Please, provide an short example. I need to catch any of errors and notices of the PostgreSQL server in several thread.
Thanks!