Search found 2 matches

by alessandrotoninelli
Mon Apr 13, 2026 1:35 pm
Forum: YAJL-ILE
Topic: skip_nulls error
Replies: 0
Views: 11741

skip_nulls error

{
"articles": [
{
"mode": "edit",
"art1ark": "100",
"art1dec":null,
"art1fok":null
},
{
"mode": "edit",
"art1ark": "101",
"art1dec":null,
"art1fok":"FOK010F"
}
]
}

Using this json and the YAJLINTO skip_nulls parser directive, you may see this error:

9. QrnDiReportName and ...
by alessandrotoninelli
Thu Feb 15, 2024 9:17 am
Forum: JDBCR4
Topic: Ms Sql server field DATETIME with JDBC_getCol
Replies: 0
Views: 195332

Ms Sql server field DATETIME with JDBC_getCol

accessing ms sql server with jdbcr4. I do a JDBC_ExecQry which returns the resultSet. iterating on the resultSet to the column that we will call "TIME" of type DATETIME the function JDBC_GetColC(rs:num_col) returns only the date part and not the time.

Example:
the column contains the data: 2014-01 ...