Search found 1 match

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

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:...