Question
Self
Self
IN
Self
Posted: Mar 8, 2024
Last activity: Mar 13, 2024
Last activity: 13 Mar 2024 12:37 EDT
Solved
There was a database problem when performing an RDBExecute: code: 0 SQLState: Message: Invalid column count. Cannot be less or equal to zero
Hi All, I get this error
There was a database problem when performing an RDBExecute: code: 0 SQLState: Message: Invalid column count. Cannot be less or equal to zero
My table is a basic one where im querying a country
SELECT "Country"
FROM data."country"
when i run the query in the database i get the value but when i try to use this in SQL connector and run my activity i face this issue.
***Edited by Moderator Rupashree S. to add Capability tags***
To see attachments, please log in.
@SyedaZehraZ16928215 Please check if the property .Country is present in the class of that table.
If not create it.
If its present and still you are getting the same error then please define it in the external mapping of that class.
Regards,
Sushovan