I am creating scripts that convert data exported from Filemaker and write them to a MS SQL Server DB. If a particular field contains no data I need to insert a Null value into SQL Server, but I am having difficulty doing this as I cannot seem to find documentation on how to insert a Null value writing a SQL statement passing values in variables or elements in an array. Is this possible?
Bookmarks