Q&A

  • Stored Procedure 못 찾음
현재 Delphi Version : 5.0 Ent.

DB Version : MS SQL 7.0



Stored Procedure을 찾지를 못한다는 Message가 나타남.

Delphi 3.x와 MS SQL 6.5에서는 잘 사용을 해온 것임.



Delphi Source



StoredProc_rp_clear.ParamByName('@p_wo_no').AsString := v_wo_no;

StoredProc_rp_clear.ExecProc;



Could not find stored procedure "DBName.StoredProc;1"



Params[0]에서

DataType : ftInteger

Name : Result

ParamType : ptResult

Value : 0

Type : Integer



Params[1]에서

DataType : ftString

Name : @p_wo_no

ParamType : ptInput

Value :

Type : String



이 내용을 보시고 해결책을 아시는 분은 메일 또는 게시판에 응답하여 주셨으면 감사하겠습니다



0  COMMENTS