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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top