Home > database >  PB SQL select problems
PB SQL select problems

Time:10-24



I want to make bod999=ls_id this variable, could you tell me how to get to?
The data connection and get the value of the
String ls_id
Ls_id=message. Stringparm
Dw_1. Settransobject (sqlca)
Dw_1. Retrieve (ls_id)

O god ~ ~

CodePudding user response:

Defined in the interface operation, according to drawing ls_id can

CodePudding user response:

The
refer to the original poster qq_29812675 response:


I want to make bod999=ls_id this variable, could you tell me how to get to?
The data connection and get the value of the
String ls_id
Ls_id=message. Stringparm
Dw_1. Settransobject (sqlca)
Dw_1. Retrieve (ls_id)

O great god ~ ~


Data window need to define the parameters of the

Original concept in the datawindow query parameter is added to the data source control,
http://blog.csdn.net/wolfalcon/article/details/8245799

CodePudding user response:

PB data window if you want to pass parameters to Retrieve data, must be defined parameters, see step 2 floor, and the type of parameters must be bod999 type consistent with you, then Retrieve can according to you send out the corresponding data in the value of the retrieval,
  • Related