Hi, I am trying to call a VFP stored procedure using HXTT DBF. In the DBF documentation it says I can use java.sql.CallableStatement to call a stored procedure, but I'm not sure how to specify my database file so that HXTT will know where to find the stored procedure. Can you please help?
Thanks
Phil
|
Can't. CallableStatement is used to call SQL level script, not VFP compiled code block.
|