Hi all
i'm new to this, your assistence will be greatly appriated :-)
i have a connection string (this all in asp )
tCSCst = Provider=SQLOLE DB;Data Source=test02x2 ;Port=1444;Init ial
Catalog=<catalo ge>;User ID=<id>;Passwor d=<password>
Set testCaseServerC onn = Server.CreateOb ject("ADODB.Con nection")
testCaseServerC onn.Open tCSCstr
but i get the following error
An error occured:-2147467259 - Invalid connection string attribute
the problem seems to be the port itself, if i use 1433 then it works
fine.
i'm new to this, your assistence will be greatly appriated :-)
i have a connection string (this all in asp )
tCSCst = Provider=SQLOLE DB;Data Source=test02x2 ;Port=1444;Init ial
Catalog=<catalo ge>;User ID=<id>;Passwor d=<password>
Set testCaseServerC onn = Server.CreateOb ject("ADODB.Con nection")
testCaseServerC onn.Open tCSCstr
but i get the following error
An error occured:-2147467259 - Invalid connection string attribute
the problem seems to be the port itself, if i use 1433 then it works
fine.
Comment