 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SA Guest
|
Posted: Sat Jul 08, 2006 10:05 pm Post subject: Client/Server Database appliation in c++ builder 6.0 |
|
|
Hello there all,
I have the following problem. I asked many times but unfortunately i didn't
get the suitable answer.
I am new to C++ builder 6.0
I want to build a client/server database application using c++ builder 6.0
for example i can a network based point of sales application.
To my idea i found different socket controls and the midas.
mostly how are the people are doing the client/server database application
in c++ builder.
What is the best architure, which architecture.
Hope i explained my problem cleary.
Can anybody guide me, greatly appreciated.
Thanking you in advance.
SA |
|
| Back to top |
|
 |
Alain Guest
|
Posted: Mon Jul 31, 2006 1:35 pm Post subject: Re: Client/Server Database appliation in c++ builder 6.0 |
|
|
What about using STORED PROCEDURES in the database on the server and light
client applications ?
"Zach Saw" <mail (AT) mail (DOT) com> wrote in message
news:44cdc24c (AT) newsgroups (DOT) borland.com...
| Quote: | mostly how are the people are doing the client/server database
application in c++ builder.
What is the best architure, which architecture.
I can't say the ones that came with C++ Builder are good enough in terms
of building a really high-end database application. A Client/Server DB App
has its flaws. A DB App with Middleware is the minimum you should settle
for as you can implement business rules and logic in your middletier
application server (MIDAS). MIDAS, however, also has its limitations. You
have to hardcode your business rules in your app. Several years ago before
we wrote our own middletier server (XISA Server), we tried using MIDAS,
but gave up in the end.
Take a look at our website for more information:
http://www.xtrimsoft.com/xisa-client-server-middle-ware-tier/hack-proof-database-application.htm
There's a flash demo on how easily a Client/Server app can be hacked, and
how a middletier app server prevents it.
- Zach
|
|
|
| Back to top |
|
 |
Zach Saw Guest
|
Posted: Mon Jul 31, 2006 1:42 pm Post subject: Re: Client/Server Database appliation in c++ builder 6.0 |
|
|
| Quote: | mostly how are the people are doing the client/server database application
in c++ builder.
What is the best architure, which architecture.
|
I can't say the ones that came with C++ Builder are good enough in terms of
building a really high-end database application. A Client/Server DB App has
its flaws. A DB App with Middleware is the minimum you should settle for as
you can implement business rules and logic in your middletier application
server (MIDAS). MIDAS, however, also has its limitations. You have to
hardcode your business rules in your app. Several years ago before we wrote
our own middletier server (XISA Server), we tried using MIDAS, but gave up
in the end.
Take a look at our website for more information:
http://www.xtrimsoft.com/xisa-client-server-middle-ware-tier/hack-proof-database-application.htm
There's a flash demo on how easily a Client/Server app can be hacked, and
how a middletier app server prevents it.
- Zach |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|