Re: [fpc-pascal] proxy for sql

2009-03-19 Thread Andreas Berger
Martin Friebe wrote: Here is another idea. You would still need a user on the DB, to limit what can be accessed. But to check if access should be granted (allow or deny tcp) you can use your own software. All you need is some sort of Proxy/socket forwarder, that you can implement using FPC.

Re: [fpc-pascal] proxy for sql

2009-03-19 Thread Martin Friebe
Andreas Berger wrote: This isn't really a FPC question, but since the application is being written in FPC I thought I would ask here. I am developing an application that controls machinery. The application will store everything that happens in a SQL database. Some clients (restricted) should

off-topic [Re: [fpc-pascal] proxy for sql]

2009-03-19 Thread Martin Friebe
Andreas Berger wrote: This isn't really a FPC question, but since the application is being written in FPC I thought I would ask here. I am developing an application that controls machinery. The application will store everything that happens in a SQL database. Some clients (restricted) should

Re: [fpc-pascal] proxy for sql

2009-03-19 Thread Michael Van Canneyt
On Thu, 19 Mar 2009, Andreas Berger wrote: > This isn't really a FPC question, but since the application is being written > in FPC I thought I would ask here. > > I am developing an application that controls machinery. The application will > store everything that happens in a SQL database. Some