Re: [MSEide-MSEgui-talk] Extended MOPENSSL unit

2011-12-03 Thread IvankoB for-mse
Did you convert the bindings yourself? = Not all - it's an adaptation, though a lot of work & checks & tries & errors anyway. In monday me'll inform which person might be referenced as well :) Also, note the {$if_!_N_!_def} clauses in the beginning of file - where the original MSegui raw p

[MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread IvankoB for-mse
In such manner that it could serve local & remote datasets ? -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudule

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread Martin Schreiber
On 12/03/2011 04:01 PM, IvankoB for-mse wrote: > In such manner that it could serve local & remote datasets ? > Server side a ttxsqlquery and a tmsesqlite3connection, client side a trxdataset connected by an ifi line can be used. Probably not what you want? Martin ---

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread IvankoB for-mse
Is it possible to setup it for variable number of clients ? (that's ttxsqlqueries are created & destroyed as clients connect & disconnect ) Why such request: the only SQLite mode surviving (for some degree) power-failures seems to be WAL but also this mode is the only not designed for network acc

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread Martin Schreiber
On 12/03/2011 07:18 PM, IvankoB for-mse wrote: > Is it possible to setup it for variable number of clients ? (that's > ttxsqlqueries are created & destroyed as clients connect & disconnect > ) Yes. There is a socket connection and a thread per client on the server and normally separate instances

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread IvankoB for-mse
Wow ! Worths to dig in ! For IFI, how can it deal with certificates ? That's - external SSL connection, or it can install SSL connections by itself (reading keys, requesting password of private keys if set,...) PS: What's Your opinion about the type of that project, and is it doable ? Both communi

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread IvankoB for-mse
>> Is it possible to setup it for variable number of clients ? (that's >> ttxsqlqueries are created & destroyed as clients connect & disconnect >> ) > > Yes. There is a socket connection and a thread per client on the server > and normally separate instances of the datamodules. > Appzs, could You

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread Martin Schreiber
On 12/03/2011 09:53 PM, IvankoB for-mse wrote: > Wow ! Worths to dig in ! > For IFI, how can it deal with certificates ? That's - external SSL > connection, or it can install SSL connections by itself (reading keys, > requesting password of private keys if set,...) > tsocketserver, tsocketclient,

Re: [MSEide-MSEgui-talk] Is it possible to IFI-ize TMSSQLite3Connection ?

2011-12-03 Thread Martin Schreiber
On 12/03/2011 09:57 PM, IvankoB for-mse wrote: >>> Is it possible to setup it for variable number of clients ? (that's >>> ttxsqlqueries are created & destroyed as clients connect & disconnect >>> ) >> >> Yes. There is a socket connection and a thread per client on the server >> and normally separ