CreateSqlTableFixedSsh Method

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class > SshNetIbmi Methods >

CreateSqlTableFixedSsh Method

Summary

Create fixed length flat physical file using SQL with long or short name.

 

Data field name will be: RECORD.

 

Ex single field with 400 byte record: CREATE TABLE LIBRARY/TABLE (RECORD CHAR (400) NOT NULL WITH DEFAULT

 

Parameters

sTableName - SQL table name. Up to 30 characters

 

sTableLibrary - SQL table schema/library

 

iRecordLength - Record length. Default=400

 

Returns

True=Success, False=Error