http://sites.google.com/site/df3retegtr/klds3k
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
S
Hi , I have to make my application programs (MFC C++) access data in
MonetDB/XQuery on windows . I try to
use static link by libMapi.dll ( the file in MonetDB4-XQuery-Installer ), but
I can not find libMapi.lib in any package at Download area .
Please give me a hand to get libMapi.lib o
Hi guys,
I'm trying to insert data into a table of MonetDB from ODBC at windows
platform.
This is the definition of table,
create table tbl1 (id int,dta clob);
insert into tbl1 (id,dta) values(1,'[some thing]..')
Here is the problem,
If the length of [some thing] is bigger than 511, I ca