ODBC for Unix- AIX Installation Instructions
ODBC Driver for AIX Installation Instructions Notes For DSN management and testing, Minisoft recommends the installation of an ODBC Driver Manager. We have found that unixODBC 2.2.7 or later ...
ODBC Driver for AIX Installation Instructions Notes For DSN management and testing, Minisoft recommends the installation of an ODBC Driver Manager. We have found that unixODBC 2.2.7 or later ...
Driver Installation on HP-UX Prerequisites None Driver Place all files in the /opt/minisoft directory. (the libraries should be 755) If you do not have a ODBC driver manager, skip this step. ...
********************************************** * 3kodbc - config3kodbc.exe * ********************************************** * * * Purpose: * * An ODBC Installer for the Minisoft * * 3kodbc ...
un-tar the files to the /opt/minisoft directory. If you use a different directory, adjust the sample names provided below to match your system. Create a copy of mscard.ini (sample.ini in this ...
Q. How do I upload ASCII files greater than 50,000 records? A. Use a file equation to preset the size of the host file. From the MPE Commands menu selection, type a FILE equation like this: Be ...
Using Host Command This sample streams a job and waits for it to complete before downloading a file. Option Explicit Const gcUpload = 0 Const gcDownload = 1 Const gcASCII = 0 Const gcBinary = 1 ...
Translation tables provide a means to substitute characters during ASCII file transfers. They are used in Secure 92, ODBC/32 and NFT. These tables are available from Minisoft, Inc. Contact ...
MdmFTP in VBA The MdmFTP session The MdmFTP session can be called from any Visual Basic for Applications (VBA) application. Sub FTP_Upload() 'Exists Action Const gcCancel = 0 Const gcReplace = 1 ...
The MdmFT in VBA Session The MdmFT session can be called from any Visual Basic for Applications (VBA) application. Sub FTSession() 'Exists Action Const gcCancel = 0 Const gcReplace = 1 Const ...
The following files, available for download are a simple sample of how a custom server could be written. VB SA01 Option Explicit Dim SA Private Sub Form_Load() Set SA = ...