Explore projects
-
SIMPOL uses the Superbase Peer-to-Peer Client/Server protocol to allow multiple users to connect to a database. This program demonstrates how to connect to a local PPCS server and read some records from it
Updated -
This program demonstrates the code needed to create a database and table, add records to the table and commit them. In the next two parts, it opens the database, opens the table, selects a record, makes changes to it, and saves it.
Updated -
This project will search through the CUSTOMER database that comes with your SIMPOL installation to display information about the record you select using the drilldown library
Updated -
This program creates a form hosting a grid control. It then sets various options in the grid, including row and column labels, label font, cell font, specific cell font, column width, etc.
Updated -
Time is a fickle mistress, the same is true in Superbase NG. This covers the basics of time in SIMPOL in this tutorial, we want to be able to get the current time, an arbitrary time from a string and be able to print these off nicely
Updated -
Using the socket component of Superbase NG this sample creates a client to be used with the Server Sample program
Updated -
This program evaluates the URL passed, extracts the domain root, makes a TCP/IP socket connection to the webserver at the domain root address and if a successful connection occurs, requests the page that is referenced in the URL passed by the caller.
Updated -
Using the socket component of Superbase NG this sample creates a server to be used with the Client Sample program
Updated -
This is an example of a simple TCP communication using the socket component, it creates a TCP server and listens, it then creates a client that connects to this server and sends a shutdown command and closes the server
Updated -