-
Jeff Martin
- PowerBuilder
- Friday, 15 May 2026 05:45 PM UTC
I am playing around with .NET DataStores and trying to set up a basic demo. I have a SQL Server table. Note that the PK is an auto increment identity column:
I have some dummy data inserted:
I have this datawindow in PB:
I ran it thru the .net datastore converstion tool with these settings:



I generated the project and opened and ran the outputted .NET project. It opens a swagger document:
The only of these methods that work with the 'Try it out' fucntion right on that swagger page are the POST 'Retrieve' and the DELETE 'DeleteByKey/{jmTestId}'. For example here is GET 'RetrieveOne/{jmTestid}:
The id is fine, but the other 3 columns are null.
Any advice or help would be greatly appreciated.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.