From: Dimitry S. <sd...@ib...> - 2010-09-29 16:11:58
|
29.09.2010 17:53, Tagangout, Abderrahim wrote: > 1- When i try only a attach-Command to an Firebird Server from a client, where will be the attach-String saved to be send to the TCP-Driver? Nowhere. It is parsed and host-part used for connect. DB-part is sent to server in op_attach packet. > 2- Is there any Documentation for this issue? How the isql Commands are Managed in a Packet, that would be transmitted to the TCP-Driver? Isql commands are managed by isql completely on client side. Isql sends SQL commands to server using standard FB API. -- SY, SD. |