Search found 133 matches

by SecureGen
Fri 14 Dec 2007 16:22
Forum: dotConnect for PostgreSQL
Topic: cross-database references are not implemented?
Replies: 3
Views: 7547

As far as I can see, it was an internal server error. I cannot determine its reason. I suppose it was a server configuration problem.
by SecureGen
Fri 14 Dec 2007 14:39
Forum: dotConnect for PostgreSQL
Topic: New build of PostgreSQLDirect .NET 3.25.22 is available!
Replies: 0
Views: 2548

New build of PostgreSQLDirect .NET 3.25.22 is available!

Dear users,

New build of PostgreSQLDirect .NET version 3.25.22 is available for download now.

This version includes:
  • Improved compatibility with PostgreSQL server version 8.3
  • Fixed bug with the PgSqlDataAdapter.Fill method in Mono
  • Fixed bug with compiling web applications in CodeGear RAD Studio 2007
  • Fixed bug with sample
  • Fixed bug with DataSet Wizard when editing standard DataSets
We're looking forward to your comments and suggestions.

Core Lab development team
http://www.crlab.com/pgsqlnet
by SecureGen
Fri 14 Dec 2007 14:27
Forum: dotConnect for PostgreSQL
Topic: cross-database references are not implemented?
Replies: 3
Views: 7547

Please send me a small test project to reproduce the problem.
Include the definition of your own database objects.
Use e-mail address provided in the Readme.html file.
Do not use third party components.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.
by SecureGen
Thu 13 Dec 2007 10:29
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

The new build will be available soon.

To continue your development without the build you can use a factory to create a connection:
connection := PgSqlConnection(PgSqlDirectFactory.Instance.CreateConnection());
by SecureGen
Wed 12 Dec 2007 14:28
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

We have fixed this problem for you.
Look forward to the next build.
by SecureGen
Tue 11 Dec 2007 13:35
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

We have performed thorough investigation and found that it is impossible to use design time features in RAD Studio 2007.
by SecureGen
Mon 10 Dec 2007 12:39
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

The 2.x version is not compatible with Delphi 2007. You have to upgrade to the 3.x version to be able to use this IDE.
by SecureGen
Mon 10 Dec 2007 11:49
Forum: dotConnect for PostgreSQL
Topic: Combo box Value and PostgreSQL.Net
Replies: 2
Views: 3849

Here is an example of an .aspx page with data binding set up for a DropDownList:

Code: Select all








    Untitled Page


    
    
        "
            providername=""
            selectcommand='SELECT * FROM "dept"'>
        
        
    
    
    

by SecureGen
Mon 10 Dec 2007 11:33
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

We did not find any problems in PostgreSQLDirect .NET 3.25 run time. The design time problems are being fixed now.
by SecureGen
Fri 07 Dec 2007 07:48
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect.NET and RAD Studio 2007
Replies: 12
Views: 7123

We are investigating this problem.
You will be notified on results as soon as possible.
by SecureGen
Thu 06 Dec 2007 13:30
Forum: dotConnect for PostgreSQL
Topic: "License not valid" --> Manual installation?
Replies: 1
Views: 2744

Manual installation is not supported. You have to install PostgreSQLDirect .NET using the installation executable.
by SecureGen
Mon 03 Dec 2007 11:49
Forum: dotConnect for PostgreSQL
Topic: Scheme problems in VS2005 data connection
Replies: 43
Views: 21135

Please send me a small test project to reproduce the problem.
Include the definition of your own database objects.
Use e-mail address provided in the Readme.html file.
Do not use third party components.
by SecureGen
Fri 30 Nov 2007 09:26
Forum: dotConnect for PostgreSQL
Topic: Object Relational Designer + Drag n Drop Tables
Replies: 1
Views: 2323

If it's about Object Relational Designer for Entity Framework, then there's no such possibility, it will be provided by Microsoft later and we'll add its support at a glance.

If you meant Object Relational Designer for LINQ to SQL, then we have to say that unfortunately Microsoft does not support this feature.
by SecureGen
Thu 29 Nov 2007 14:15
Forum: dotConnect for PostgreSQL
Topic: Timestamp concurrency issue
Replies: 3
Views: 2493

Thank you for information. We will investigate the issue and change the behavior if necessary.
by SecureGen
Tue 27 Nov 2007 15:17
Forum: dotConnect for PostgreSQL
Topic: PostgreSQL 8.3 Support?
Replies: 2
Views: 3122

The minor version of PostgreSQLDirect .NET will be compatible with PostgreSQL Server 8.3 beta. The new features introduced in the PostgreSQL Server 8.3 will be supported after its final release.