Search found 9854 matches

by Shalex
Fri 05 Sep 2008 12:05
Forum: dotConnect for PostgreSQL
Topic: "Connection Must Be Opened Error" When Already open
Replies: 21
Views: 20282

Could you please send me (alexsh at devart.com) the SQL script that creates tables and fills them with data. Give us a clearer example of the code with opening and closing connections and where the error arises.
What is the version of PostgreSQL Server you are using?
We will try to reproduce this problem.
by Shalex
Fri 05 Sep 2008 08:28
Forum: dotConnect for PostgreSQL
Topic: Views and user defined types
Replies: 5
Views: 3074

Views are supported already. This implementation will be available in the next build.
The UDP support is not available.
by Shalex
Fri 05 Sep 2008 07:44
Forum: dotConnect for MySQL
Topic: Not updating procedures (Entity Framework)
Replies: 1
Views: 1769

Please post here or send me (alexsh at devart.com) the SQL script to create remote procedures that don't get added to the database model.
by Shalex
Fri 05 Sep 2008 07:31
Forum: dotConnect for Oracle
Topic: Accessing field values by fieldname using OracleDataReader?
Replies: 1
Views: 2052

Code: Select all

x = reader.GetString(reader.GetOrdinal("Field1"));
by Shalex
Thu 04 Sep 2008 08:51
Forum: dotConnect for PostgreSQL
Topic: Parameter 'timestamp' is missing
Replies: 1
Views: 2196

Please post here in the forum or send me (alexsh at devart.com):
1. SQL script to create the table and fill it with data;
2. code example where the exception arises.
by Shalex
Wed 03 Sep 2008 06:37
Forum: dotConnect for Oracle
Topic: OraDirect.NET - open ports
Replies: 4
Views: 2799

We are investigating this problem. You will be notified about results as soon as possible.
by Shalex
Tue 02 Sep 2008 15:44
Forum: dotConnect for Oracle
Topic: Entity Framework - how to chose a sequence for entity's key?
Replies: 4
Views: 2171

Entity Framework is database independent. And it doesn't understand such object as "sequence". Further development of Schema Modeler (Entity Framework integration) will provide more ORM functionality. Probably, this feature will be supported also.
by Shalex
Tue 02 Sep 2008 14:15
Forum: dotConnect for MySQL
Topic: EDM .net GUID
Replies: 18
Views: 8790

The problem with convertation of GUID parameters when calling GetObjectByKey / TryGetObjectByKey methords is fixed. Wait for the next build, please.
by Shalex
Tue 02 Sep 2008 11:34
Forum: dotConnect for Oracle
Topic: Entity Framework - how to chose a sequence for entity's key?
Replies: 4
Views: 2171

You should follow this instruction:

1. Import table in EDM Wizard (some field values of table were set with trigger). Generate a *.edmx file.
2. Open this *.edmx in XML-editor, in the CSDL part of the file set StoredGeneratedParttern="Identity" for updatable columns.
As a result, the field value will be updated after the insert command.
by Shalex
Tue 02 Sep 2008 11:26
Forum: dotConnect for Oracle
Topic: Error Corelab.Oracle.Vs.OracleDataProviderPackage VS2008
Replies: 12
Views: 5649

Please check that you have installed the latest version of OraDirect .NET (4.75.41). You can learn more about this build here: http://www.devart.com/forums/viewtopic.php?t=12786
We have fixed the similar problem in it. If after installation of the latest build the problem persists, please let us know.
by Shalex
Tue 02 Sep 2008 10:39
Forum: dotConnect for Oracle
Topic: Store large XML strings using Entity Framework
Replies: 6
Views: 11507

We are investigating this problem. You will be notified as soon as possible.
by Shalex
Tue 02 Sep 2008 09:51
Forum: dotConnect for MySQL
Topic: VS 2008 crash while trying to open Dataset properties
Replies: 3
Views: 2285

New build of MyDirect .NET version 4.85.34 is available!
To get more informantion, please visit: http://www.devart.com/forums/viewtopic.php?t=12785
by Shalex
Mon 01 Sep 2008 13:03
Forum: dotConnect for Oracle
Topic: OverflowException in IIS x64
Replies: 10
Views: 6587

As I've got from your posts, you are registered user. Therefore, new build (not Trial Edition) can be downloaded by you just from Registered Users' Area. Only next build will be placed there, you should wait for it.

Sorry for inconvenience.
by Shalex
Mon 01 Sep 2008 12:30
Forum: dotConnect for PostgreSQL
Topic: Entity Framework and multiple schemas
Replies: 3
Views: 4021

New build of PostgreSQLDirect .NET version 3.75.31 is available!

To get more information visit: http://www.devart.com/forums/viewtopic.php?t=12787

P.S. When creating new PostgreSQL Server connection in EDM Wizard, you should write several schemas in the Schema field using comma.
by Shalex
Mon 01 Sep 2008 11:42
Forum: dotConnect for PostgreSQL
Topic: "Connection Must Be Opened Error" When Already open
Replies: 21
Views: 20282

We are investigating the reason of this error. You will be notified about the results as soon as possible.