Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want to do the following: Use SQ

Status
Not open for further replies.

mclosson

Programmer
Mar 19, 2001
24
CA
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top