How Delphi calls the SQL stored procedure and get the result

xiaoxiao2021-03-06  50

sql delphi how to call a stored procedure, and obtain the results adostoredproc1.Close; adostoredproc1.ProcedureName: = 'sp_thchl'; adostoredproc1.Parameters.Clear; adostoredproc1.Parameters.CreateParameter ( 'out', ftInteger, pdoutput, 1,1); adostoredproc1. EXECPROC; edit1.text: = adoStoredProc1.Parameters [0] .value;

转载请注明原文地址:https://www.9cbs.com/read-80502.html

New Post(0)