problem with 'lookup on' and writing to a SQLserver table

Mark Stewart markstewart@consultantsclub.biz
Tue, 20 Apr 2004 12:48:15 -0700 (PDT)


It's good practice to keep your lookup transaction
separate from your primarly transaction.  Use an alias
table using the field from your primary transaction to
kick off a separate read transaction.  Doesn't sound
like that is the case.

Mark Stewart