Guest_imported
New member
- Jan 1, 1970
- 0
When i use ie5.5 (dutch version), nt4.0 (us) with iis4.0 (US), and I execute the script below against a MS-Access database (dutch), the record is inserted twice
<HTML>
<BODY>
<%
SQLstr = "INSERT INTO [tBericht] ( [bTitel], [bInhoud], [bAuteur], [bInvoerdatum], [bVerloopdatum], [bBerichtType], [bPubliceren], [bInternet], [bIntranet], [bEigenaar], [bDeleted]) VALUES ('texttexttext', 'This is content', 'texttextetxt', #2/14/01#, #3/7/01#, 'Tips', 1, 1, 1, 299, 0)"
Set = Server.CreateObject("ADODB.Connection"
"DSN=ifocus"
SQLstr
Set = Nothing
%>
</BODY>
</HTML>
The problem does not occur, when i am using another browser. Can anybody help ?
Thanks, Kees
<HTML>
<BODY>
<%
SQLstr = "INSERT INTO [tBericht] ( [bTitel], [bInhoud], [bAuteur], [bInvoerdatum], [bVerloopdatum], [bBerichtType], [bPubliceren], [bInternet], [bIntranet], [bEigenaar], [bDeleted]) VALUES ('texttexttext', 'This is content', 'texttextetxt', #2/14/01#, #3/7/01#, 'Tips', 1, 1, 1, 299, 0)"
Set = Server.CreateObject("ADODB.Connection"
"DSN=ifocus"
SQLstr
Set = Nothing
%>
</BODY>
</HTML>
The problem does not occur, when i am using another browser. Can anybody help ?
Thanks, Kees