I want to do the following:
Use SQL database to crate a recordset R
create a folder in Outlook on client side and populate it with R
The way I am doing it:
<% create record set%>
<script language=vbscript>create folder</script>
<% start loop %>
<script language=vbscript>insert records in folder</script>
<% end loop%>
If I introduce an error on the page here, the folder and records are created.
If there is no break at this point, nothing gets done and I get no error messages.
-- end of code
If anyone has any ideas, they would be greatly appreciated.
Thanks,
Mike Closson
Use SQL database to crate a recordset R
create a folder in Outlook on client side and populate it with R
The way I am doing it:
<% create record set%>
<script language=vbscript>create folder</script>
<% start loop %>
<script language=vbscript>insert records in folder</script>
<% end loop%>
If I introduce an error on the page here, the folder and records are created.
If there is no break at this point, nothing gets done and I get no error messages.
-- end of code
If anyone has any ideas, they would be greatly appreciated.
Thanks,
Mike Closson