Hi! I've and old VB 6 application, that tries to connect to a SQL Server DB (2000 and/or 2005), but it can't. It just keep telling me that "can't establish connection with the Data Base", and that´s it. I'm using VBSQL.OCX function SqlOpenConnection for this.

I've tried other ways to reach the DB, in order to see if it's and external problem but every other test works ok. I've connectet through ODBC, by the SQL Manager of SQL 2008 and 2005, with Java JDBC, and even I did a telnet to the address and the tcp port and it responds OK. I even remove all firewalls, anti-virus and so. I've no idea what to do now

The .vbp project starts correctly.

Best regards,

Raul