T
tshrbhag
I'm developing a web site related to properties and expect people to
insert texts like below
17' feet bed1 & 19'feet bath
I get an error when i use insert into. when the text does not contain '
and & then it inserts well.
I also tried using
rs.open "tbHomes", rsConn, adOpenDynamic, adLockOptimistic
rs.addnew
rs("blah") = blah
rs.update
but it says something about the object not supporting this method
can anyone help me soon ?
Richie
insert texts like below
17' feet bed1 & 19'feet bath
I get an error when i use insert into. when the text does not contain '
and & then it inserts well.
I also tried using
rs.open "tbHomes", rsConn, adOpenDynamic, adLockOptimistic
rs.addnew
rs("blah") = blah
rs.update
but it says something about the object not supporting this method
can anyone help me soon ?
Richie