Tagged Questions

2
votes
2answers
883 views

Using VCL for the web (intraweb) as a trick for adding web interface to a legacy non-tiered (2 tiers) Delphi win32 application does make sense?

My team is maintaining a huge Client Server win32 Delphi application. It is a client/server application (Thick client) that uses DevArt (SDAC) components to connect to SQL Server. The business logic ...
1
vote
1answer
51 views

Is there a best practice on how to connect to a SQL Server database from a 2-tier application?

I'm developing a desktop client application in wpf and I want to put my database which I currently have in Access on our SQL Server instance. I don't think it's a good idea to use windows ...
0
votes
4answers
237 views

Would 2 tier be a valid choice for this scenario

Would 2 tier be a valid choice for this scenario: sql server database the business would never require more than a couple of hundred simultaneous connections to the shared database over a LAN the ...