Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preview SQL before Update

Status
Not open for further replies.

zubby

Programmer
Joined
Feb 16, 2001
Messages
4
Location
US
When using ADO, and writing an update statement, EXAMPLE: Update a_table Set a_column = :a_value Where a_keycol = 'XYZ'. Before the update statement is executed, can I see the update statement that the DATABASE is going to perform, NOT the update statement that I wrote?
 
Please see response to earlier post
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top