How to write in pb interface. Has input data how to determine the data is input, if the input error, could you tell me how to write such a sentence.
CodePudding user response:
Advice to go to buy a book of PB based look at firstCodePudding user response:
Pb? Or use SQL ahCodePudding user response:
Error you wrong where!!!!!!String dw, nymc, n, jd
Unit of dw=dw_1. Object. [1]
Nymc=dw_1. Object. Energy name [1]
N=dw_1. Object. In [1]
Jd=dw_1. Object. Quarter [1]
The SELECT ny1 unit,
Name of ny1. Energy,
Ny1 years,
Ny1. Quarterly
INTO the dw,
Nymc,
N,
Jd
The FROM ny1
The WHERE (ny1.='dw) AND
(ny1. Energy name='nymc') AND
(ny1.='n') AND
(ny1. Quarterly='jd);
If dw="unit", nymc="name" energy, n="year", jd="quarter" and isnot null (dw) then
Messagebox (" prompt ", "save success!" )
The else
Messagebox (" prompt ", "save failed!" )
CodePudding user response:
Who is this program's, want to puke! Your company isn't really make the professional company of PB, if your company is to make database development of a lot of people want to vomit, technical manager also should step down,CodePudding user response:
Yeah, buy a book basis first and see! I was, at the beginning!