Icon View Incident Report

Minor Minor
Reported By: Iztok Lajovic
Reported On: 3/4/2009
For: Version 2.02 Build 8
# 2945 Executing a CREATE TABLE..LIKE Statement with LIKE Table Prefaced with Database Name Causes Error

Having defined memory database I want to create in memory table using the following SQL.

In database DISKBASE the table SOURCETABLE exists but I get the error:

'ElevateDB Error #401 The table SOURCETABLE does not exist'.

CREATE TABLE SAMETABLE (LIKE DISKBASE.SOURCETABLE)



Comments Comments and Workarounds
Database and schema qualifiers are not allowed for the LIKE clause, so the error should have been a compilation error.


Resolution Resolution
Fixed Problem on 3/5/2009 in version 2.02 build 9


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image