Design question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If a company have a SQL Server and many retail store in other location. If
the retail store doesn't have T1 connection and just broadband or modem to
connect to the internet. Then the retail store have VB.NEt application
installed and connect to the company SQL Server. Will this design have
connection problem? Or Asp.net is better choice?
 
I'm not sure if this answers your question, but I was connecting to an SQL
server thousands of miles away without any problem, inserting, updating
1000s of rows. Since each row was just an entry in a library database (ie.
no large blob fields), the response time ok (especially since, unlike a web
page, no images were sent back and forth).

If I were you, I would write a simple winform app to check.

Scott
 
Back
Top