first and foremost I like to thank you all guys for your help.
Now, this is another trouble I 've encountered. I am using 
On Error Resume Next to avoid user to get an error message, also I 
would like to use 
if Err.number = 0 then
else
to be able to create options in case of errors..
eg:
if Err.number = 0 then
<% set outpostDB = Server.CreateObject("ADODB.Connectio")

......

<% else %>

Sorry something wrong

<% end if %>

I've tryed but it doesn't seem to work
Actually, I didn't really understood where to place the beginning of 
the if statement.

Anybody can post me some good advice? I would really appreciate that

Thanks 
Valter



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to