Giò
2005-10-04 16:57:29 UTC
Hi,
I have these statements:
AnsiString Name;
....
IBStoredProc->StoredProcName = "MyProc";
IBStoredProc->Prepare();
IBStoredProc->ParamByName("ROOM")->AsString = Name
IBStoredProc->ExecProc();
When Name is a null String I would like the field to be NULL.
There is a way to di this without modify oricedure inside Dartabase?
I have these statements:
AnsiString Name;
....
IBStoredProc->StoredProcName = "MyProc";
IBStoredProc->Prepare();
IBStoredProc->ParamByName("ROOM")->AsString = Name
IBStoredProc->ExecProc();
When Name is a null String I would like the field to be NULL.
There is a way to di this without modify oricedure inside Dartabase?