Hi Team,
We are using LLBLGen 5.8 to generate the entities for your project. Our database is Oracle 21C. We are facing one issue related database sync. When we try to sync the database from LLBLGen design pro it shows the database model correctly including tables, views and stored procedures. We notice when we add new stored procedure which returns data using cursor and try to sync the procedure by using below command -
CliSyncWithDatabase.exe /u:<id> /p:<password> $useODP $showLogOutput "<projectname>.llblgenproj"
The result in the database model in llblgen project file for this procedure is not showing any resultsets and result set of the procedure is showing zero. We are expecting the resultset of the procedure should be 1 instead of 0.
Kindly provide your feedback for the above query. Thanks!