L lvining Member Oct 13, 2005 #1 Anyone know how to extract the database and table name from a .rep file from a script?
Marco Kalter Administrator Staff member Oct 14, 2005 #1 The .rep file is a text file that follows the INI format. The database kan be found in the [Options] secion (Database=ABC). The table name needs to be extracted from the text in the SQL: section.
The .rep file is a text file that follows the INI format. The database kan be found in the [Options] secion (Database=ABC). The table name needs to be extracted from the text in the SQL: section.