Tagged Questions
The 2-tier tag has no wiki summary.
2
votes
2answers
885 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 ...
1
vote
1answer
305 views
Software Design: Tier 2 Application with ClientDataSet and Sockets
I have the task to create a tier 2 application as follows:
MSSQL Database <-> Server <-> n-Client (n for many)
The client sends data to the server. The server selects stuff from the database ...
0
votes
1answer
60 views
Coursework help:
I am writing a comparitive essay on two-tier and three architecture in terms of database applications. I would just like to confirm a few things.
2 tier is Client - Server
2 tier is Application on ...
0
votes
2answers
908 views
Logging into Peoplesoft App-Designer in 2 Tier using LDAP authentication
I have a database with LDAP login enabled. It works fine when logging in through the PIA or when logging into app-designer through the application server.
I need to make app-designer allow me to ...
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 ...