Ignore:
Timestamp:
07/05/08 20:01:55 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/getdolist.C

    r7501 r8996  
    6868#include <TSystem.h>
    6969
    70 #include <MSQLServer.h>
    7170#include <TSQLRow.h>
    7271#include <TSQLResult.h>
    7372
     73#include "MSQLServer.h"
     74
    7475using namespace std;
    7576
     
    7778int getdolist(TString table, TString column, TString date, TString listpath)
    7879{
    79     TEnv env("sql.rc");
    80 
    81     MSQLServer serv(env);
     80    MSQLServer serv("sql.rc");
    8281    if (!serv.IsConnected())
    8382    {
Note: See TracChangeset for help on using the changeset viewer.