asp_components thread: Link to COM component
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?
|





