Search found 4 matches

by sandy82
Wed 13 Jul 2011 05:40
Forum: dotConnect for PostgreSQL
Topic: Mobile version ArgumentException
Replies: 9
Views: 1769

Hello,
I have filled out and submitted the form as requested.
Any idea when we might get the license compiler. We need it quite urgently.

Thank you
by sandy82
Sun 10 Jul 2011 07:52
Forum: dotConnect for PostgreSQL
Topic: Mobile version ArgumentException
Replies: 9
Views: 1769

Hello,
We have now purchased the standard version of dotConnect for PostgreSQL 5.30.172
How can I compile the lincense?
(As mentioned above the license compiler we have only works for trial version).
by sandy82
Tue 21 Jun 2011 06:28
Forum: dotConnect for PostgreSQL
Topic: Connection Problem on Windows Mobile
Replies: 1
Views: 987

Connection Problem on Windows Mobile

Hello,

I have an application written in C# using dotConnect for PostgreSQL 5.30 Mobile Trial and running on windows mobile 6.5.
The problem occurs whenever the mobile device temporarily looses a connection to the wireless network. The first query after the connection is restored results in the following error:
"unable to write data to the transport connection".
All subsequent queries work fine. I have tried to ping the server before each query and the ping is returned successfully.
What could be the problem?

Thank you,
Sandy
by sandy82
Mon 06 Jun 2011 07:44
Forum: dotConnect for PostgreSQL
Topic: MissingMethodException
Replies: 1
Views: 1270

MissingMethodException

Hi Everyone,

I've developeed a simple app with SharpDevelop using dotConnect for PostgreSQL 5.30 Mobile Trial. All the app does is define a PgSqlConnection and then call Open() and Close().
My target framework is 'Compact Framework 2.0'. This builds and runs fine on my Win7. However as soon as I port the app to Windows Mobile 6.1 I get a 'MissingMethodException' at MainForm..ctor(). Looks like this is happening on the Open() call. I've included the Devart.Data.PostgreSql.dll. What could be the problem?

Thanks for all your help,
Sandy