On Mon, 22 Mar 1999 [EMAIL PROTECTED] wrote:

> 
> But the output is :
> INSERT INTO w_deelmonster_im (dlmim_id, pntim_id, lab_id, dat_monstername,
> zendvlag, geannuleerd) SELECT eerd) SELECT m.dlmim_id

If you declare dbQuery with 
        char *dbQuery;
instead of
        char dbQuery[] = "";

it works fine with me.

With this modification I get the following output:
INSERT INTO w_deelmonster_im (dlmim_id, pntim_id, lab_id, dat_monstername,
zendvlag, geannuleerd) SELECT deelmonster_im.dlmim_id

This should be right, but I can't explain it.. Glynn?????? :)


Torbjørn

Reply via email to