MSJOB – IP Address Security
MiddleMan • ODBC/32 • JDBC • NFT Overview New in version 2.3.1.7 of SERVER.MM.MINISOFT is the ability to block connection based upon IP address. Parameters One MPE file per port number to be ...
MiddleMan • ODBC/32 • JDBC • NFT Overview New in version 2.3.1.7 of SERVER.MM.MINISOFT is the ability to block connection based upon IP address. Parameters One MPE file per port number to be ...
NET_CLOSE NET_WRITE NET_READ NET_READ_R int NET_READ_R( int cd, char* buf, int len, int* rresult ); The return value and first three parameters remain unchanged from NET_READ. The last parameter ...
December 12, 2000 MDMDA does not completely report an error when setting an item value fails. Using object.Item returns no problem. Using object.WriteItem will return a false. This applies to ...
MiddleMan • ODBC/32 • JDBC • NFT You can control the MSJOB processes through either of these two utilities: Windows based Server Console HP e3000 based MSJOBCMD Server Console The Minisoft server ...
This information is presented for use in Creating a file DSN from based on an existing DSN. You can also use these parameters with SQLDriverConnect, Create a standalone File DSN or in any other ...
Minisoft JDBC driver components for HP-UX The Minisoft JDBC driver can be implemented in a 2-tier and/or 3-tier configuration on HP-UX. In the 2-tier scenario, a JAVA program running on the HP-UX ...
URL Formatting Start with this: String url; Class c = Class.forName( "com.minisoft.jdbc.MSJDBCDriver" ); String hostname = "127.0.0.1"; String portnum = "30504"; url = "jdbc:MSJDBC:///"; if ( ...