F foxnt Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-15 #2 var a : string; begin ...... storeproc1.open; a := storeproc1.parambyname('output').asstring; ...... end;
var a : string; begin ...... storeproc1.open; a := storeproc1.parambyname('output').asstring; ...... end;
R robertcool Unregistered / Unconfirmed GUEST, unregistred user! 2000-05-15 #3 在存储过程中申明为OUTput用上面的方法即可