Q&A

  • 델파이 date type에 Null저장시 error발생
Nt환경에서 delphi3.0이 깔려있고 DB는 informix입니다.

여기서 참고한 대로



active_qry.ParamByName('hail_end_ilja').datatype := ftDate;

if MEdit_end_ilja.text = ' - - ' then

active_qry.ParamByName('hail_end_ilja').value := Null



한뒤 active_qry.execsql을 하면 - debug를 해봤는데 여기서 에러가 뜹니다..



EdatabaseError 라고 하면서 hail_end_ilja is of Unknown type 이라고

에러가 납니다..



이 프로그램을 다른친구 win98에서 delphi4에서 실행했는데 그친구는 되고요..



저도 그전에는 null값을 넣어서 DB에 이상이없이 저장이
0  COMMENTS