Hi,
  I have checked the references, and it seems no problem with
  connection string. Below is the ASP source code:
   
  public objConnection   

Set objConnection = Server.CreateObject("ADODB.Connection")
With objConnection     
     .ConnectionString = "Provider=MSDAORA; Data Source=Oracle01; " & _         
                
     "User ID=dbtest; Password=test01;"     
     .Open 
  End With
  
and at the ".Open" method of the source code,
  it always came up with long waiting state for about some hours
and it finally ended with this error.
  Page cannot be displayed ... Cannot find server or DNS error.
  I think there is no problem with the connection string and
  database setting since I have tested the source code above using
  Visual Basic (the "CreateObject" statement is used instead of
  "Server.CreateObject") and it run well.
   
  Please help... thanks so much in advance.
   
  Ade.

__________________________________________________
Apakah Anda Yahoo!?
Lelah menerima spam?  Surat Yahoo! memiliki perlindungan terbaik terhadap spam  
http://id.mail.yahoo.com 

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/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