/[LeafOK_CVS]/innwebd/innd.cpp
ViewVC logotype

Diff of /innwebd/innd.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.7 by sysadm, Sun Jul 4 08:04:08 2004 UTC Revision 1.8 by sysadm, Sun Jul 4 21:54:39 2004 UTC
# Line 156  int innd::cmd_list(void) Line 156  int innd::cmd_list(void)
156    
157                  sql = "select * from innd_conf order by `group`";                  sql = "select * from innd_conf order by `group`";
158    
159                  RS.Open(CRecordset::snapshot,sql,CRecordst::forwardOnly | CRecordset::readOnly);                  RS.Open(CRecordset::snapshot,sql,CRecordset:forwardOnly | CRecordsset::readOnly);
160                  while(!RS.IsEEOF())                  while(!RS.IsEOF())
161                  {                  {
162                          RS.GetFieldValue("group",dbVar,SQL_C_CHAR);                          RS.GetFieldValue("group",dbVar,SQL_C_CHAR);
163                          group = *(dbVar.m_pstring);                          group = *(dbVar.m_pstring);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1