Microsoft SQL Server
--
Questions
--
Followers
Top Experts
I have a VB6 application that accesses our database internally at our office using the connection string below.
conn.Open "Driver={SQL Server Native Client 11.0};Server=OfficeMgrAsst\SQLEXPRESS;Database=xxxx;Uid=xxxx;Pwd=xxxxxxx;"
Now we want to be able to have one computer from the outside access the database. Is there a way to isolate only one IP address or computer from the outside to access our database using VB6? I know I would have to open up the port 1433 and have a static IP address, but is there a way to manage who from the outside can gain access?
Ideas please.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Do you have a VPN or RDP connection you could use instead?
John perked my curiosity. They have a Comcast modem. Can one up address be specified on it?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
you can limit using windows firewall

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
limit addresses within the LAN and not public IP addresses behind the modem gateway.
Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.