 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
ricardo_sdl Guest
|
Posted: Thu Mar 29, 2007 6:08 am Post subject: Is a bad way to place the application logic? |
|
|
Hello folks! I have an applicatin with a RemoteDataModule acting as an
Interface with the methods for the client.
In the server, the server method that is displayed to the clients
looks like this:
function ReturnSomething(Id:Integer):Integer;
But the working part of the method stays in another Unit, looks like
this:
function
ReturnSomething(Id:Integer;connection:TSQLConnection):Integer;
--Work here
The second function is called in the body of the first function.
I want to know if it is a goode pratice? I´m having many problems with
the server application (with the RemoteDataModules), many crashes and
I have only 3 clients having access to the server.
I´m using Delphi 2006 update 2
SQL Server 2000
And Windows 2000 server as OS.
Thanks! |
|
| 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
|
|