Problem.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
isbuy
Posts: 3
Joined: Tue 28 Jun 2005 00:59

Problem.

Post by isbuy » Tue 16 May 2006 22:15

Hi!

After I upgrade version postgresSQLDirect2.5pro, I got messages as follows;

prepared statement "PRSTMT12586783341033286765" already exists

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: CoreLab.PostgreSql.PgSqlException: prepared statement "PRSTMT12586783341033286765" already exists

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[PgSqlException: prepared statement "PRSTMT12586783341033286765" already exists]
CoreLab.PostgreSql.PgSqlCommand.a(Boolean A_0, Int32 A_1, Int32 A_2) +373
CoreLab.Common.DbCommandBase.b(CommandBehavior A_0) +91
CoreLab.Common.DbCommand.a(CommandBehavior A_0) +4
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +36
:
:


I used to use PostgreSQLDirect.Net 2.11 without the problem.
postgres version 7.4.3
windows 2000 server
visual studio 2003 pro.

Could you help me?
Thanks.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 17 May 2006 12:43

Please describe the problem in detail.
Send us small test project if possible to reproduce the problem; it is
desirable to use 'test' schema objects, otherwise include definition of
your own database objects. Do not use third party components.
If it is impossible for you to create test project please send us a piece of
your code where the error occurs.

Post Reply