[OT] debuging SQL/datasource

2003-01-07 Thread Jason Pyeron
all, I am at a loss of where to start on this. I have a compiled bean, which uses a datasource. It is belived to execute ResultSet.deleteRow(), but it is going ary. I performed the belived action at teh db interface, and it acted as intended. are there any debugging directives I may put into

Re: [OT] debuging SQL/datasource

2003-01-07 Thread Carl
What data manager and what driver. Certain drivers just ignore the deleteRow() request. - Original Message - From: Jason Pyeron [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 12:17 PM Subject: [OT] debuging SQL/datasource all, I am

Re: [OT] debuging SQL/datasource

2003-01-07 Thread Jason Pyeron
ignore the deleteRow() request. - Original Message - From: Jason Pyeron [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 12:17 PM Subject: [OT] debuging SQL/datasource all, I am at a loss of where to start on this. I have a compiled bean, which uses