My requirement is to upload access database data( from remote clients )on to MSSQL server 2005( which under firwall) . I have written windows application using vb.net code. I have used 1433 port in my connection string to connect mssql2005. It is not working as 1433 is not open. So please tell me an alternate solution to write the connection string in my application.
regards SS