[fpc-pascal] Connecting to Firebird using FPC/Lazarus over a LAN with user creation privilege

Mark Morgan Lloyd markMLl.fpc-pascal at telemetry.co.uk
Sat Mar 9 17:31:06 CET 2013


Tony Whyman wrote:
> Mark,
> 
> I did something like this a few years ago and the Services API is your
> friend - but it is not standard SQL...

[Nod] I suspect that the key is the way that Firebird documents various 
activities as differing subsets of SQL, i.e. defining a table is one 
subset, accessing it is another, managing users a third and so on. I 
could have been naive in assuming that isql's CREATE USER was submitted 
as such, rather than being translated to API call(s) inside the program.

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]



More information about the fpc-pascal mailing list