38 |
fPsw = new TString(psw.Data()); |
fPsw = new TString(psw.Data()); |
39 |
fSet = true; |
fSet = true; |
40 |
fNquery = 0; |
fNquery = 0; |
41 |
|
mh = host.Data(); |
42 |
|
mu = user.Data(); |
43 |
|
mp = psw.Data(); |
44 |
}; |
}; |
45 |
|
|
46 |
|
|
50 |
fPsw = new TString(psw.Data()); |
fPsw = new TString(psw.Data()); |
51 |
fSet = true; |
fSet = true; |
52 |
fNquery = 0; |
fNquery = 0; |
53 |
|
mh = host.Data(); |
54 |
|
mu = user.Data(); |
55 |
|
mp = psw.Data(); |
56 |
}; |
}; |
57 |
|
|
58 |
Bool_t GL_TABLES::IsConnected(TSQLServer *&dbc){ |
Bool_t GL_TABLES::IsConnected(TSQLServer *&dbc){ |