What is the extension for a PostgreSQL Database? and Creating Databases

Alex Clay aclay at mac.com
Thu Jan 18 19:30:42 EST 2018


You need a PostgreSQL database server to provide access to your data. Unlike sqllite or Omnis datafiles, you don't access the PostgreSQL files directly. Instead, you talk to the server via a TCP/IP connection.

$opencreate isn't a method I recognize from working with PostgreSQL, so it may be specific to sqllite.

Alex

> On Jan 18, 2018, at 17:19, Das Goravani <das at goravani.com> wrote:
> 
> 
> 1.   What is the extension for a PostgreSQL Database?
> 
> 
> 2.   In one example supplied with the SDK the programmer specifically check for the existence of a table within the newly created database created using  $opencreate  and a $logon  while in another example they don’t check at all for the table, and dont use  $opencreate, in fact they don’t create the database nor check into it, it’s as if   a.  The logon statement creates it if it doesn’t exist and b. that the first record insertion creates a table and defines it if it doesn’t exist.  Comments?
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com




More information about the omnisdev-en mailing list