Query sims aren't about testing queries; they're about testing routines that use output *from* queries (and some other nice tricks like multi-purposing forms, but that's another thread).
There's no way around it--you have to actually hit the database when testing query fuses. No way around it. The point of query sims is that they can allow you to develop things that depend on returned recordsets before you've developed the query that will actually create the recordsets in production. - Jeff On Saturday, March 23, 2002, at 12:58 PM, Jeff Chastain wrote: > The QuerySim custom tag works great for testing select > queries, but how do you test an update query or any > query for that matter that does not generate output? > > Thanks > Jeff Chastain > > > ==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
