Bug report - Text Importer

ScottMattes

Member³
If a column is too long it is almost impossible to figure out from the displayed insert statement which one it is.

I think that it would be more helpful if each field and value was on a separate line.

I think that it would be helpful if on the tab where we match the input field to the table field if the length of the table field was displayed after the type ( field1, varchar2, 250 ).

I think that it would be helpful if varchar2 fields would have the make sql button create a "substr( '#', 1, )" command for the field, with the replaced with the actual length of the field
 
Back
Top