User bio
404 bio not found
Member since Sep 7, 2023
Posts:
Loïc has not published any posts yet.
Replies:

If someone go through this topic, I had to change next lines in Grongier.SQL.OutboundAdapter to make it work :

// FROM
Set pHS=..%JGProxy.prepareStatement(..%ConnHandle,pSQLStatement)
// TO
Set pHS=..%Connection.%JGProxy.prepareStatement(..%Connection.%ConnHandle,pSQLStatement)

// FROM
set tResultCodes = ..%JGProxy.executeParametersBatch(pHS,.tArgs)
// TO
set tResultCodes = ..%Connection.%JGProxy.executeParametersBatch(pHS,.tArgs)

// FROM 
set sc = .%JGProxy.removeStatement(pHS)
// TO
set sc = ..%Connection.%JGProxy.removeStatement(pHS)
Certifications & Credly badges:
Loïc has no Certifications & Credly badges yet.
Global Masters badges:
Loïc has no Global Masters badges yet.
Followers:
Loïc has no followers yet.
Following:
Loïc has not followed anybody yet.