<% 
Set conn=Server.CreateObject("ADODB.Connection")
conn.open"provider=sqloledb;data source=127.0.0.1;User ID=sa;pwd=sa;Initial Catalog=ga"

%>