Cannot connect

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
ggroke
Posts: 4
Joined: Sat 15 Oct 2011 22:44

Cannot connect

Post by ggroke » Mon 17 Oct 2011 13:09

I am getting an error, I can't even compile a test.

Here's what's happening:

I create a new VCL form, and put a SQLConnection in it.

If I try to connect in design time, I get the error:
"Cannot connect to database. Socket error on connect. WSAGetLastError return 10061 ($274D)"

If I try to run this application, the error I get is:
"[DCC Fatal Error] DBXDevartPostgreSQL.pas(6): F1026 File not found: 'Datasnap.Midas.dcu' (unit scope "Datasnap" indicates Win64, OSX32, Win32 only)"

In the release notes from Embarcadero, it says the Datasnap.Midas.dcu file is in the /lib/platform directory, but it's not.

I am using the Delphi XE2 Starter Edition, in a Windows 7 64-bit.

Thanks in advance

GG

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 24 Oct 2011 08:29

Hello,

The Starter version of Delphi XE2 does not include dbExpress components and drivers, that's why you will not be able to use our dbExpress drivers in this Delphi version. You can view features available in this Delphi version at http://www.embarcadero.com/products/del ... Matrix.pdf.

To work with PostgreSQL in the Starter version, you can use our products PgDAC and UniDAC.

Post Reply