[fpc-devel] TMSSQLConnection - sqlDB component for accessing MS SQL Server
Michael Van Canneyt
michael at freepascal.org
Tue Mar 20 22:59:07 CET 2012
On Tue, 20 Mar 2012, Marcos Douglas wrote:
>
> No.
> Anyway, I change the colum names (id,name to col1, col2)
> The error is:
> "Cannot insert the value NULL into column 'col', table tempdb.dbo.#t..."
This error has nothing to do with FPC or SQLDB.
Your SQL statement is trying to insert NULL in a required field.
Michael.
More information about the fpc-devel
mailing list