hi,
in ur query(error)
---
INSERT INTO Messages (PostDate, PostTime, From, Subject, ReplyTo, MessageBody) Values('29/06/2002', '1:33:38 PM', 'Brendan', 'submit test', ' 2 ', 'Spectacularrrr')
"From" is a key word... and ur having that as one of ur field in database..
rename the...
hi,
in ur query(error)
---
INSERT INTO Messages (PostDate, PostTime, From, Subject, ReplyTo, MessageBody) Values('29/06/2002', '1:33:38 PM', 'Brendan', 'submit test', ' 2 ', 'Spectacularrrr')
From is a key word...
rename the field in database & try..
hope that may work..
hi,
instead of retriving the records as
rs("eid") & " : " & rs("timestamp")
why can't u try with
arrVariable = rs.getRows then display from the array..
i feel this will even improve the performance...
hope this will work!!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.