My insert is not working. I get a " insert into rtoz.time.sheet values(?,?,...?)" n
the Log. a ? for each field I am inserting in the Oracle DB.
//CODE
CSpInsert theTimeSheetInsert = (CSpInsert)
CSpider.getDataObject("doTimeSheetInsert");
// get values user entered 1st Row
CSpValue CSptbSSN = getDisplayFieldValue("tbSSN");
CSpValue CSptbEmployeeManager = getDisplayFieldValue("tbEmployeeManager");
..
...
theTimeSheetInsert.setValue("RTOZ_TIME_SHEET_EMP_ID",CSptbSSN);
theTimeSheetInsert.setValue("RTOZ_TIME_SHEET_TIME_SHEET_DT", CSptbDate1);
.
.
try {
theTimeSheetInsert.execute();
Any advice to fix this problem would be appreciated,
Steve
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]