Hi all,
Triggered by a request from a user I changed the mapilib example
somewhat. In particular, I tried to make the example more "school
style", e.g. don't use a define for something which could have been a
function. More important, I added code to walk multi-resultset handles
in case there is an error, such that it eventually gets printed. I also
closed the handle in the die function as proper cleanup example. I
removed some mapi_error checks that I thought were redundant, but I'm
not sure. Hence, please review the attached diff and comment before I
commit this.
The example compiles without warnings for me now, and also works for as
far as I can see.
Hi there
Please find below a link to a survey related to my PhD research work to evaluate OSS usability evaluation from OSS developer's point of view.
It shall not not take more than 5 minutes of your precious time.
Your identity is neither required nor recorded. The participation is highly valued and appreciated.
http://www.kwiksurveys.com/online-survey.php?surveyID=ILJEM_ba6da4db
Thank you and Best Regards
Arif Raza
P.S. Please ignore this mail if you've already this mail and responded to the survey.
Hi there
Please find below a link to a survey related to my PhD research work to evaluate OSS usability improvement from OSS developer's point of view.
It shall not not take more than 5 minutes of your precious time.
Your identity is neither required nor recorded. The participation is highly valued and appreciated.
http://www.kwiksurveys.com/online-survey.php?surveyID=ILJEM_ba6da4db
Thank you and Best Regards
Arif Raza
Dear users,
In our ongoing effort to improve the MonetDB software suite
we would like to hear from you. It appears that MonetDB is
used for teaching, and customers use it for/within their products.
Also, the divergence in primary platform is crucial for us
to keep focus.
We would greately appreciate if you could replay with a short
message how you deploy the software and your top priorities for
a next release.
Thank you for you cooperation,
Martin Kersten
Wrong list. Please use monetdb-users(a)lists.sourceforge.net.
Pedro Bramao wrote:
> I'm trying to load data into a table from a file, named criminoso.sql,
> to a table named criminos stored in MonetDB.
> I'm doing the following coomand :
>
> copy 2 records into criminoso from
> '/home/pedro/Escola/tabd/criminoso1.sql' using delimiters
> tuple_separator ',' record_separator ';';
>
> But it's not working... i nedd some help!!!!
>
> thanks
>
> ------------------------------------------------------------------------
> Novo Internet Explorer 8: mais rápido e muito mais seguro. Baixe agora,
> é grátis!
> <http://brasil.microsoft.com.br/IE8/mergulhe/?utm_source=MSN%3BHotmail&utm_m…>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Monetdb-checkins mailing list
> Monetdb-checkins(a)lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
--
Sjoerd Mullender
On Tue, Jun 16, 2009 at 02:54:01PM +0000, Pedro Bramao wrote:
> I'm trying to load data into a table from a file, named criminoso.sql,
> to a table named criminos stored in MonetDB.
> I'm doing the following coomand :
>
> copy 2 records into criminoso from '/home/pedro/Escola/tabd/
> criminoso1.sql' using delimiters tuple_separator ',' record_separator
> ';';
Try
copy 2 records into criminoso from '/home/pedro/Escola/tabd/criminoso1.sql' using delimiters ',',';';
Niels
>
> But it's not working... i nedd some help!!!!
>
> thanks
>
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> Novo Internet Explorer 8: mais rápido e muito mais seguro. Baixe agora,
> é grátis!
> ------------------------------------------------------------------------------
> _______________________________________________
> Monetdb-checkins mailing list
> Monetdb-checkins(a)lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
--
Niels Nes, Centre for Mathematics and Computer Science (CWI)
Science Park 123, 1098 XG Amsterdam, The Netherlands
room C0.02/M3.46, phone ++31 20 592-4098, fax ++31 20 592-4312
url: http://www.cwi.nl/~niels e-mail: Niels.Nes(a)cwi.nl
Pedro Bramao <pedrobramao(a)hotmail.com> writes:
> I'm trying to load data into a table from a file, named criminoso.sql, to a
> table named criminos stored in MonetDB.
> I'm doing the following coomand :
>
> copy 2 records into criminoso from '/home/pedro/Escola/tabd/criminoso1.sql'
> using delimiters tuple_separator ',' record_separator ';';
>
Hello Pedro,
It should be:
copy 2 records into criminoso from '/home/pedro/Escola/tabd/criminoso1.sql' using delimiters ',',';';
Regards,
Arjen de Rijke
> But it's not working... i nedd some help!!!!
>
> thanks
>
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> Novo Internet Explorer 8: mais rápido e muito mais seguro. Baixe agora, é
> grátis!
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Monetdb-checkins mailing list
> Monetdb-checkins(a)lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
--
====================================================================
CWI, Kamer C0.03 Centrum voor Wiskunde en Informatica
Science Park 123 Email: arjen.de.rijke(a)cwi.nl
1098 XG Amsterdam tel: +31-(0)20-5924305
Nederland +31-(0)6-51899284
fax: +31-(0)20-5924312
===================== http://www.cwi.nl/~rijke/ ====================