Thread
:
Oracle Error Code = 1036
View Single Post
#
2
(
permalink
)
09-11-02, 08:01
WingMan
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
WingMan
View Public Profile
Find all posts by WingMan