Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Link to COM component


Message #1 by "Steve Chan" <saukai@h...> on Sun, 18 Nov 2001 12:17:46
ASP is using syntax belox to connect to COM componet by using Set 



Set conn = Server.CreateObject("ADODB.Connection") 





But I found some article mentioned to use only CreateObject (without 

Server.CreateObject) 

and this will increase the performance. 



Wat is different using with "Server" and without "Server" 

which 1 will provides best performance or both are same?

  Return to Index