Doesn't appear that anybody has any components to mimic that functionality in native code Delphi (Win32). But I'm sure the logic can be coded fairly easily, given that the SELECT statement should give you the metadata for the table, from here you can build your own SQL. Most table components basically do this for their updates and inserts into underlying databases in Win32.


Reply With Quote