Discussions tagged ModelStore (C#)
How to replace "SqlExecutor.SelectToStore" method ?
- Resolved
- How-to
- Last updated 4 years ago
- Ramón San Félix Ramón replied 4 years ago
Hi
I'm using PowerScript Dynamic DataStore like this:
//----------------------------------------------PowerBuilder Example ------------------------------------------
long ll_row, ll_rowCountString ls_sqlString ls_Syntax, ls_error, ls_clienteDataSt...
Populating datapacker with AddModelStore
- Resolved
- Issue
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
We are replacing instances of the deprecated SelectToStore() method in our web api. In the code below (line 2) we switched 'SelectToStore' to 'Select'. However, we now get an error on the last line. The error is attached. What is the proper synta...
I see that you use ILogger to capture errors in some of you PowerBuilder.Data objects. I have a couple of questions. I am not sure how to use this method other than the method you show in one of your examples.
var factory = new LoggerFactory(); fa...
- Page :
- 1