Importing MS Sql database into Clarion database (.TPS)

An easy way to “Loop through SQL table and insert into TPS” …
… is to use a Process Template to create a Procedure that Reads the SQL and does an ADD to the TPS.

The DCT has the ability to “Generate Conversion Program” that makes a Standalone EXE with the file definitions. Best for a 1 time thing. Its all source so if the file definitions change you’ll have to edit the source. The above Process template procedure uses the DCT for file specs so is more future proof.

The CSV import method can make use the DCT Import feature as shown in the below topic.