Hi,I wanted to know if it were possible for 2 kdb+ databases tocommunicate each other via any message handles(.z functions). Say youwant to send data from one kdb+ database to another kdb+ database. Canthis be done?Nav
see ipc - http://kx.com/q/d/primer.htm
h:hopen `:host:port
t:h"select from t"
hclose h
On Sat, Jan 24, 2009 at 11:40 AM, Nav <nav.andraste@gmail.com> wrote:
Hi,
I wanted to know if it were possible for 2 kdb+ databases to
communicate each other via any message handles(.z functions). Say you
want to send data from one kdb+ database to another kdb+ database. Can
this be done?
Nav