1. damian jimenez
  2. PowerServer
  3. Thursday, 13 April 2023 11:46 AM UTC

Hi

How to configure to display the database connectors (to be able to select them) in the powerserver project (in the powerclient project it shows it under "Additional features" (see attached image)
I`m working with Powerserver 2022 runtime 1892

Regards



Attachments (1)
damian jimenez Accepted Answer Pending Moderation
  1. Friday, 14 April 2023 12:27 PM UTC
  2. PowerServer
  3. # 1

thanks a lot to both of them for responding quickly.

I'm migrating the project to PowerServer over IIS. and in the runtime folder (C:inetpub\wwwroot\ClientApp\CloudAppPublisher\runtime\22.0.0.1892) I have compressed connectors (zip files) with other files of adiitional features.

When does the end customer use these connectors in zip format? or why they are added in this path. ?

since the end customer only makes requests and receives a JSON package (at best)
thanks 

Comment
  1. Chris Pollach @Appeon
  2. Friday, 14 April 2023 13:39 PM UTC
The ZIP files deployed to the Web Server are reassembled on the App User's into a native PB App via the Cloud App Launcher (CAL) utility that has also already been uploaded as well to your IIS web server. HTH

Regards ... Chris
  1. Helpful 1
  1. damian jimenez
  2. Friday, 14 April 2023 14:46 PM UTC
thanks Chris,

I guessed it was in the "handshake"

I saw your exposure at Elevate 2021 - PowerServer Track. (https://www.youtube.com/watch?v=34OMpyi9mcs)

It was amazing as most of your exhibitions. Very useful

just asked because I wasn't sure if it would be used again later ..

Thanks a lot
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 13 April 2023 16:42 PM UTC
  2. PowerServer
  3. # 2

Hi Damian;

  You will notice that there is a "Database" tab in the PS Project.

   When you define a DBMS requirement in the PS Project's DB tab, the PB IDE will download (from the DBMS vendor) a Nuget package of their comparable DB Client driver written in C# for the PS Server to use. The PS project though does use that DB definition to verify your PB App's SQL with that DB connection to check it's System Table definitions in order to verify the DML & then to generate the C# Web API code (also any required required .NET DW objects).  HTH

Regards ... Chris

Comment
There are no comments made yet.
Andreas Mykonios Accepted Answer Pending Moderation
  1. Thursday, 13 April 2023 12:00 PM UTC
  2. PowerServer
  3. # 3

Hi.

Those connectors are user in pb client server applications. Powerserver will use the appropriate connectors based on your database configuration (database option under server setup).Of course you should have the client portion of the database(s) you are going to use in your server... PS app will use the .net core driver. ASE 16 and SQL Anywhere will use odbc.

Andreas.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.