Icon View Incident Report

Minor Minor
Reported By: Tiago Ameller (Sistema, S.C.)
Reported On: 7/14/2004
For: Version 4.08 Build 1
# 1773 SQL EXPORT TABLE Statement Not Working With COLUMNS Clause

EXPORT TABLE don't works when using COLUMNS (n [,n1])

export table srcamare to "c:\tmp\prova.txt" delimiter ';' with 
headers columns (codigo, nombre)

raises an 11949 error.

but export table srcamare to "c:\tmp\prova.txt" delimiter ';' with 
headers

works as expected.



Comments Comments and Workarounds
Workaround is to export all columns or use the TDBISAMTable or TDBISAMQuery ExportTable method.


Resolution Resolution
Fixed Problem on 7/16/2004 in version 4.09 build 1
Image