5 messages in com.mysql.lists.plusplusinserting..
FromSent OnAttachments
Jens Warfsmann14 Mar 2001 07:35 
Martin Sengstschmid14 Mar 2001 08:22 
Charlie Younghusband14 Mar 2001 08:25 
Brandon14 Mar 2001 17:08 
Ralf Buhlrich14 Mar 2001 23:17 
Subject:inserting..
From:Brandon (bran@brandonadavis.com)
Date:03/14/2001 05:08:04 PM
List:com.mysql.lists.plusplus

how would i go about inserting a row? i tried

stock newrow;

newrow.set(x,x,x,x); //where x is a value

query.insert(newrow); query.execute;

but when i compile it, i get this really long list of warnings for custom-macros.hh then compilation fails..telling me that stock and newrow are undeclared...i was just taking this out of an example...am i looking through the wrong example for what i'm trying to do?? and whats up with all the custom-macros.hh warnings? thanks in advance

bd