In Delphi XE4, SQL Server 12, connected by ADOConnect
.
ADOCommand1.commandText
being 'insert into tabela (a,b,c) (1,1,1)'
Works as expected if a record already exists. But if it is the first record the message appears:
"An empty line can not be inserted, the line must have at least one column value set "
Despite the message, the record is included, checked by a subsequent query.