Inline default value as null
Inline default value with leading and trailing spaces
| SQLCommand |
TestDatabase |
insert into TestData
values (DEFAULT, ?{Name:12=#null#}, '%Phone%', ?{City:12= Kathmandu }, '%Profession%') |
dbgetgeneratedkeys
|
| SCOPE_IDENTITY()? |
Phone |
Profession |
Count? |
| $ID4= |
009771 |
Sherpa |
1 |
Parameters in Properties
| Define Properties |
inParameters |
| key |
value |
| Name |
I:1:12:0 |
| City |
I:2:12:0 |
| SQLCommand |
TestDatabase |
insert into TestData
values (DEFAULT, ?, '%Phone%', ?, '%Profession%') |
dbgetgeneratedkeys
dbQueryParameters=inParameters |
| SCOPE_IDENTITY()? |
City |
Name |
Phone |
Profession |
Count? |
| $ID1= |
Berlin |
#null# |
12345 |
|
1 |
null as default in Properties
leading and trailing spaces are lost!
| Define Properties |
myDefaults |
| key |
value |
| Name |
#null# |
| City |
Pune |
| SQLCommand |
TestDatabase |
insert into TestData
values (DEFAULT, ?, '%Phone%', ?, '%Profession%') |
dbgetgeneratedkeys
dbQueryParameters=inParameters
inputDefaults=myDefaults |
| SCOPE_IDENTITY()? |
Phone |
Profession |
Count? |
| $ID0= |
0091 |
|
1 |