Hello, i'm fabio from italy, and i have a problem with connection to SQL SERVER 7 with asp.
this is the connection that i've made:
StrConnect = "Provider=SQLOLEDB; Data Source=xxx.xxx.xxx.xx,1433;
Database=mydatab; UserID=myid; Password=mypass"
Set con = Server.CreateObject("ADODB.Connection"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
con.Open StrConnect
this code return an error SERVER SQL specified not found.
i'm sure that server is ok.
thank you for you advice !!
this is the connection that i've made:
StrConnect = "Provider=SQLOLEDB; Data Source=xxx.xxx.xxx.xx,1433;
Database=mydatab; UserID=myid; Password=mypass"
Set con = Server.CreateObject("ADODB.Connection"
con.Open StrConnect
this code return an error SERVER SQL specified not found.
i'm sure that server is ok.
thank you for you advice !!