Tagged Questions

1
vote
1answer
103 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 …
0
votes
1answer
179 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-desig …
0
votes
4answers
171 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 databa …