SDAC Query Demo error

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
timewarp
Posts: 2
Joined: Sun 22 Apr 2007 00:55

SDAC Query Demo error

Post by timewarp » Sun 22 Apr 2007 01:01

I have just downloaded the trial version of SDAC components. Build and ran the query demo. Press Create gives the following error:
---------------------------
Error
---------------------------
An error has been occured: Invalid column name 'HireDate'. You can manually create objects required for demo by using the following file: %SDAC%\Demos\InstallDemoObjects.sql %SDAC% is the SDAC installation path on your computer.
Ignore this exception?
---------------------------
Yes No Yes to All
---------------------------

Using the file manually results in same error...

Steven T. Cramer

timewarp
Posts: 2
Joined: Sun 22 Apr 2007 00:55

Update

Post by timewarp » Sun 22 Apr 2007 05:31

Build on D2007 with SQL Server 2005

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 23 Apr 2007 10:34

Press the "Drop" button to drop database objects, then press the "Create" button to create database objects and try again.

Post Reply