View Single Post
Old 05-02-2004, 01:04 PM  
boldy
Macdaddy coder
 
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
lDbh DBactions* = new DBactions();

OBJ_GFYUSER juicylinks;
juicylinks.nick="juicylinks";

OBJ_GFYUSER boldy;
boldy.nick="boldy";

juicylinks.read(lDbh);
boldy.read(lDbh);

if (juicylinks.oldpostcount < juicylinks.postcount) { boldy.postcount++; boldy.wrtUpd(lDbh); }

lDbh->disconnect();

exit(0);
__________________
MacDaddy Coder.

Last edited by boldy; 05-02-2004 at 01:07 PM..
boldy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote