Icon View Incident Report

Serious Serious
Reported By: Arnd Nolte
Reported On: 1/30/2001
For: Version 2.06 Build 1
# 711 Using NOAUTOINC with an SQL INSERT Statement That Uses a SELECT Statement Does Nothing

The following SQL inserts all rows from the second table, but the values of the AutoInc field are new calculated and not taken from the second table.

INSERT INTO 'd:\delphi5\phone4\db\firm'
SELECT * FROM 'd:\delphi5\phone4\db_install\firm'
NOAUTOINC



Resolution Resolution
Fixed Problem on 2/2/2001 in version 2.07 build 1
Image