Discussions tagged SqlExecutor
load sqlselect from model without params
- How-to
- Last updated 3 years ago
- David Xiong @Appeon replied 3 years ago
is it possible to load a sqlselect from a model without params?
I have this structure:
[SqlParameter(name: "first", dataType: typeof(int))][SqlParameter(name: "second", dataType: typeof(int))][FromTable("mytable", Schema = "DBA")]
[SqlWhere("...
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...
Hi,
I'm having an issue with SqlModelMapper when I'm trying to Load with a modified SqlQueryBuilder. If I call SqlExecutor.Select with the SqlQueryBuilder it works ok, but if I call SqlModelMapper.Load with the same SqlQueryBuilder, it seems to ign...
Replacement for SelectToStore method in SnapDevelop 2.0
- Resolved
- How-to
- Last updated 4 years ago
- Logan Liu @Appeon replied 4 years ago
The SelectToStore<> method has been deprecated in SnapDevelop 2.0. We used this extensively in v1.0. What is the replacement for this this? How should our code be modified?
We used this to get values from SELECT statements like so:
var res...
Select BLOB column with embedded SQL in Snap Develop 2019, not the R2
- How-to
- Last updated 4 years ago
- paulo gomes replied 4 years ago
Hi All,
There is a blob column in one of our Oracle database that has to be displayed to the Users in our web site.
We are coding a new REST Web API that one of our web sites is consuming the methods.
The Snap Develop is the PB 2019, not the PB 20...
- Page :
- 1