What Is the format of SavedSQL.dat ? Previously, every night I downloaded savedsql.xml and extracted the sql statements. Now that the file has changed, I am not able to extra the sql statement anymore.
Toad uses Delphi's WriteComponent call to stream out our data structures. It is well documented online. The structure of the file is synonymous to the structure of the internal objects. We can't give out the code to our objects, but if you want to research WriteComponent and the file format generated you should be able to identify the parts of the file most important to you.