Subject: | Re: Best way to Add from Paradox Table to AWS Postgres Table
| Date: | Thu, 14 May 2020 14:34:34 +1000
| From: | Tom Krieg <REMOVEtomkCAPITALS@sdassociates.com.au>
| Newsgroups: | pnews.paradox-client_server
|
All my PostgreSQL /Paradox programming took place using versions 9 & 10
of Postgres. Stored Procedures were introduced in v11. So now you can
use stored procedures instead of functions if you don't want to return a
table or a value.
Now I use procedures and parameterized queries/functions in my Visual
Studio/C# applications.
|