View Single Post
  #2 (permalink)  
Old 09-11-02, 08:01
WingMan WingMan is offline
Registered User
 
Join Date: Aug 2002
Location: UK
Posts: 87
Are you sure that
PC.EmailAddress = ':3'
is being substitued by test@something.com ??

Shoud this be somthing like
PC.EmailAddress = char(39) + :3 + char(39)
to add the ansi ' before and after the variable :3

clear as mud
Reply With Quote