Hi everybody,
I really don't find the bug in my code. It returns Adodb.field error '80020009'. I tried various things but it don't works. Can U look at my code and find the bug....
-------------------
My connection object is 'dbconn'
My object query is 'rssqlselect_clients'
---------------------
<form name="monform">
<select name="listeA" onchange=changeliste()>
<option value=0>Choisit une liste</option>
<% rssqlselect_clients.moveFirst
while not rssqlselect_clients.eof %>
<% while not t > c %>
<option value=<%= t %>>Liste <%
response.write rssqlselect_clients("nomclient")
%> </option>
<%
t = t + 1
wend %>
<%rssqlselect_clients.moveNext
wend
rssqlselect_clients.close
Dbconn.close%>
------------
Thank U very much.
BaRRonWhat line of script is generating your error?
No comments:
Post a Comment