Tim Runyan
Member
I was looking at how the SQL Recall function works and from what I gather it stores the statements in the PLSRecall.dat file which is a constant 3.93 megs, even if there is only 1 statement in it (hench only being able to save max 1000 statements). I want to write a program that can parse out the values and store them in another format (.txt, .csv). What is the easiest way to do this (I know Java but not Delphi) and how are the fields and records delimited? Thanks.