I'm trying some TServerMethods and all of those interact with my Firebird DB.
I don't want to get the SQLConnection.DBXConnection in every method that I'll create, but I want to inherit that behavior from a superclass that will setup a protected DBXConnection everytime my ServerMethod is called, inside a inherited Create, or something like that.
I could find any way to do that besides calling my procedure SetupDBXConnection everytime. There's some way to do that?
Thanks.