View Single Post
Old 09-21-2004, 12:03 PM  
boldy
Macdaddy coder
 
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
lQry2.setParam(0, webmaster_id);
lQry2.setParam(1, ++priority);

aDbh->executeQuery(lQry2.getQuery().c_str());
row=aDbh->fetch_row();
if (row) {
processor_id_int=atoi(row[0]);
}else{
processor_id_int=0;
}
aDbh->finish();

Hey, you wanted it
__________________
MacDaddy Coder.
boldy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote