Received: by 10.150.49.11 with SMTP id w11mr34326ybw.16.1221056700150; Wed, 10 Sep 2008 07:25:00 -0700 (PDT)Date: Wed, 10 Sep 2008 07:25:00 -0700 (PDT)X-IP: 148.106.2.6User-Agent: G2/1.0X-Google-Token: KZlheQwAAABwHMd8-K-d2lJvdTWmIEcGX-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe)Message-ID: <2a09f971-405b-4547-894e-86ea80453471@a70g2000hsh.googlegroups.com>Subject: How to save binary data to KDB tableFrom: dbtouch To: “Kdb+ Personal Developers” X-Google-Approved: niall.dalton@gmail.com via email at 2008-09-10 14:27:37Dear KDB Users,Which data type of column should be used to save binary data? I thinkif I use symbol data type, I should encode binary data to binarystring. Please post your input?Thanks,dt
hex?On Wed, Sep 10, 2008 at 10:25 PM, dbtouch wrote:>> Dear KDB Users,>> Which data type of column should be used to save binary data? I think> if I use symbol data type, I should encode binary data to binary> string. Please post your input?>> Thanks,>> dt>> >>– Aaron Daviesaaron.davies@gmail.com
X-Mailer: Apple Mail (2.926)use byte$ type for the data but the column should be a nested generic list:t:([]c1:())
t insert enlist 0x00010`t insert enlist 0x3ef1c1…etc..felixOn 10 Sep 2008, at 17:25, dbtouch wrote:>> Dear KDB Users,>> Which data type of column should be used to save binary data? I think> if I use symbol data type, I should encode binary data to binary> string. Please post your input?>> Thanks,>> dt>> >