From: Alex P. <pes...@ma...> - 2010-09-23 10:30:17
|
On 09/23/10 14:19, Dimitry Sibiryakov wrote: > 23.09.2010 12:05, Tagangout, Abderrahim wrote: >> seconde i need in the Target CPU only 4 or 5 funktions from the client library, like a connection to the database, read data from and disconnect. Is it possible to do this without all this work? > Yes. Take "remote" sources and a bit of "dsql", cut off everything unneeded, define > entrypoints to standard names instead of REMOTE_XXX and... that's all. > Also possible. But this way you will miss SQLDA support. And certainly parts of 'common' and 'jrd' are also needed. |