You could use JDBC Statement for this purpose which  I believe is
called PreparedStatement. I have recently written a similar
application using the above mentioned technique. I can send you the
code tomorrow morning if you are interested.

Thanks

On 5/10/05, Sergey Croitor <[EMAIL PROTECTED]> wrote:
> excerpt from Access help:
> 
> If you want to know which records were updated,
> first examine the results of a select query that uses the same
> criteria, and then run the update query.
> 
> Ugly but works.
> 
> SELECT count(*) as rowsAffected FROM your_table
> WHERE your_previous_update_where_clause
> 
> DM> No recordCount is being returned for this query, hence trying to find
> DM> another way to look at it.  Heck, there's no data in the query variable
> DM> afterwards?!?
> 
> 
> --
> Best regards,
> Sergey                            mailto:[EMAIL PROTECTED]
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206310
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to