Discussions tagged .NET Core 3.1

Hello,  I recently upgraded PB and SnapDevelop from PB2021 to PB2022R2. No real issues, but a couple of items that I don't know if might cause problems at some point or not. 1. With 2021, my SnapDevelop publish setting had "portable" as the Target ...
At Intertech we're trying to use the .NET DLL importer, wehave a structure defined in PowerBuilder called columninfo which has four elements: a_name (string), s_dbname(string), l_columnidsource (long), and l_columnidtarget (long).  So the structure h...
Hi, I'm wondering how to handle update requests in my API, where the request does not necessarily include all the properties that the API is able to update.The API might be able to receive a DTO with 10 properties, but if your JSON only contains 5 o...
Hi Guys I'm getting an erro -19 trying to load a Dot Net DLL using LoadWithDotNetCore. The customer has installed Dot Net 3.1 See below: Microsoft Windows [Version 6.3.9600](c) 2013 Microsoft Corporation. All rights reserved.C:\Users\david.peace>...
Hi, is it possible to use unicode characters on powerserver cloudapp? On a native powerbuilder app we have to append "DisableBind=0,NCharBind=1" to the DBParm, if we don't use that, some chars are recognized as questions marks (?). Example: The fol...
Hello,  We have a client app we built with PB2019R3 build 2703 and used SnapDevelop to build an API so that we can have a cloud app where the PB client runs on the users' local machine but the database and all data-access will be on Azure in the clo...
is it possible to load a sqlselect from a model without params?   I have this structure: [SqlParameter(name: "first", dataType: typeof(int))][SqlParameter(name: "second", dataType: typeof(int))][FromTable("mytable", Schema = "DBA")] [SqlWhere("...
I am having an interesting problem writing a .NET Core 3.1 API using SnapObjects to connect to SQL Anywhere via ODBC.  The problem has to do with when database connections are made and released.  The SQL Anywhere database I am using has long been in...
I am trying to access an SQL Anywhere Database via ODBC, but it fails. Via Nuget I can see only a SnapObjects.Data.Odbc Version 2.1.0, but not a Version 3-0-0-beta2. While I am using this 2.1.0 (old?) version, the build-in Server throws the followi...
Dear All, When I am trying create a REST API based on below video, exactly I am following, when I link my API,  Getting error like below : fetch cors header ‘access-control-allow-origin’ missing................. Any one can advise, how to resolve ...
  • Page :
  • 1