Search found 140 matches

by Yuri
Mon 26 Sep 2005 09:37
Forum: dotConnect for PostgreSQL
Topic: syntax error at end of input when opening Transaction
Replies: 3
Views: 4792

syntax error at end of input when opening Transaction

We are planning to release new version in a week.
by Yuri
Thu 22 Sep 2005 09:43
Forum: dotConnect for PostgreSQL
Topic: Updates with user defined parameter types does not work
Replies: 1
Views: 3446

Updates with user defined parameter types does not work

We reproduced this problem and fixed it.
This fix will be included in the next PostgreSqlDirect .NET build.
by Yuri
Thu 22 Sep 2005 08:51
Forum: dotConnect for PostgreSQL
Topic: syntax error at end of input when opening Transaction
Replies: 3
Views: 4792

syntax error at end of input when opening Transaction

We reproduced problem and fixed it. This fix will be included in the next version of PostgreSqlDirect .NET provider. Use can use SERIALIZABLE isolation level in your code.
In PostgreSQL REPEATABLE READ is treated as SERIALIZABLE.
by Yuri
Thu 22 Sep 2005 08:16
Forum: dotConnect for PostgreSQL
Topic: Concurrency error que update
Replies: 1
Views: 3231

Concurrency error que update

Problem is that you try to use column name "user" without qouting symbols. "user" is PostgreSQL server keyword. You can solve this problem in to ways:
1) rename column user
2) set PgSqlCommandBuilder.Quoted property to true
by Yuri
Fri 16 Sep 2005 10:04
Forum: dotConnect for PostgreSQL
Topic: does the driver support Asynchronous mode on win.ce?
Replies: 1
Views: 3214

does the driver support Asynchronous mode on win.ce?

This feature does not supported in PostgreSQLDirect .NET Mobile.
by Yuri
Mon 12 Sep 2005 07:06
Forum: dotConnect for PostgreSQL
Topic: Stored Procedure Parameters
Replies: 10
Views: 7250

We are planning to release new version of PostgreSQLSDirect .NET in a week. We will add support of row types in new version.
by Yuri
Mon 05 Sep 2005 05:46
Forum: dotConnect for PostgreSQL
Topic: problem filling dataset
Replies: 1
Views: 4458

Problem filling dataset

Please send us complete script to create stored procedure and specify the parameter value.
by Yuri
Fri 02 Sep 2005 07:34
Forum: dotConnect for PostgreSQL
Topic: PgSqlDataReader.GetSchemaTable and PgSqlConnection.GetSchema
Replies: 5
Views: 4998

PgSqlConnection.GetSchema

Sorry for the delay with issuing the build.
We are planning to release new PostgreSQLDirect .NET version in about two weeks.
by Yuri
Fri 26 Aug 2005 07:19
Forum: dotConnect for PostgreSQL
Topic: Property-Editors crash
Replies: 6
Views: 7416

What CoreLab assemblies loaded into the bds process?
Try to add CoreLab.PostgreSql.Design.dll assembly into the GAC.
by Yuri
Thu 25 Aug 2005 11:43
Forum: dotConnect for PostgreSQL
Topic: Property-Editors crash
Replies: 6
Views: 7416

Property-Editors crash

Does another .NET non-standard components show normally?
by Yuri
Thu 25 Aug 2005 08:10
Forum: dotConnect for PostgreSQL
Topic: SSL
Replies: 1
Views: 3602

SSL

Now SSL connections aren't supported in our provider.
We'll add this feature in the next versions of PostgreSQLDirect .NET.
by Yuri
Tue 23 Aug 2005 11:46
Forum: dotConnect for PostgreSQL
Topic: Property-Editors crash
Replies: 6
Views: 7416

Property-Editors crash

This problem probably happens because CoreLab.PostgreSql.dll assembly is loaded not from GAC.
Please uninstall PostgreSQLDirect .NET and make sure there's no CoreLab.PostgreSql.dll. Reinstall PostgreSQLDirect .NET again.
by Yuri
Wed 17 Aug 2005 13:45
Forum: dotConnect for PostgreSQL
Topic: How can i load a jpg-File
Replies: 1
Views: 2703

How can i load a jpg-File

You can find in our demo projects information on how to save a binary file to table. Please take a look at sample "Pictures".
by Yuri
Fri 12 Aug 2005 07:55
Forum: dotConnect for PostgreSQL
Topic: Question on using the provider for PostgreSQL for Win32
Replies: 1
Views: 3069

Question on using the provider for PostgreSQL for Win32

For detailed information on using PostgreSQLDirect .NET Data Provider please refer to our samples.
by Yuri
Fri 12 Aug 2005 07:24
Forum: dotConnect for PostgreSQL
Topic: Connecting MS Sharepoint to Postgre SQL Database
Replies: 1
Views: 3091

Connecting MS Sharepoint to Postgre SQL Database

You can use PostgreSQLDirect .NET Data Provider without MS Sharepoint for this purpose.
For detailed information on using PostgreSQLDirect .NET Data Provider please refer to our samples.