I am using your DBFv3.0 with ColdFusion 7.02. Thank You.
How can I pass over through ColdFusion a VFP
command to our DBF, such as:
DO TEST.prg WITH 'John', '5', 'Chicago' ...or,
DO TEST.exe WITH 'John', '5', 'Chicago' ...or,
RUN TEST.exe ...or,
GO 125; REPLACE NEXT 3 City with 'Chicago';
How can I run sequence of complex VFP procedures
on one of our tables?
Thank you for your time!
Paul Hall
phall@masterymg.com
703-938-0101
|
It's impossible for a JDBC engine. HXTT DBF doesn't support VFP language, and you should use SQL.
If you wish to do so, you can use System.execute(command) to those things, which hasn't any relation with JDBC engine.
|