Select statements and data integrity
From: tony (tonyvieitez_at_hotmail.com)
Date: 03/29/04
- Next message: José Antonio Cuesta: "Performance: "pl/sql" vs. "OS b-tree files""
- Previous message: Tony Morris: "Re: FileMaker Pro 7, IBM DB2, - new !"
- Next in thread: Shuaib Kauchali: "Re: Select statements and data integrity"
- Reply: Shuaib Kauchali: "Re: Select statements and data integrity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Mar 2004 06:14:21 -0800
Hi
I am writing a bit of code that needs to execute two select statements
on two tables in the database - select 1 on table 1 and select 2 on
table 2. Once I have executed the statement 1 on table 1, I need to
ensure that no data is entered into the table 2 before I can execute
select 2 on it and read data. These tables are not linked by foreign
keys.
What JDBC mechanisms can I use to achieve this programmatically?
Thanks
Tony
- Next message: José Antonio Cuesta: "Performance: "pl/sql" vs. "OS b-tree files""
- Previous message: Tony Morris: "Re: FileMaker Pro 7, IBM DB2, - new !"
- Next in thread: Shuaib Kauchali: "Re: Select statements and data integrity"
- Reply: Shuaib Kauchali: "Re: Select statements and data integrity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|