Have a Question?
Print

00680: How to tell if PRO/5 2.0x for Unix is SQL Enabled

Title:

How to tell if PRO/5 2.0x for Unix is SQL Enabled

Description:

UPDATE: PRO/5 installed have two executables, pro5b and pro5s. during the install process the user is prompted to use the Standard or SQL version.

Once PRO/5 has been started, you can tell if the PRO/5 executable is SQL enabled by doing the following: 

> PRINT INFO(0,2) 

This will return the BASIS Port ID for the product. a non-SQL port will begin with a 1, whereas an SQL-enabled port begin with a 2. For example: 

from an SQL Enabled Product: 

PRO548807 

Network Enhancements 

READY 
>?info(0,2) 
2006 

from a Non SQL Enabled Product: 

PRO548807 

Network Enhancements 

READY 
>?info(0,2) 
1006 


Resolution:

See Also Article 700



Last Modified: 02/23/2004 Product: PRO/5 Operating System: UNIX

BASIS structures five components of their technology into the BBx Generations.

Table of Contents
Scroll to Top