Chef is a popular open source development tool with great features. But it is also designed to be run using a root user by default. Running as root makes the chef process invincible and the […]
Stored Procedures in SQL/MX
How Stored Procedure work in SQL/MX ? In SQL/MX stored procedures are called as SPJ.Stands for Stored Procedures Java.The reason is SQL/MX supports stored procedures written in JAVA programming language. What is SPJ ? A […]
Using ODBC/MX64 Driver (SQL/MX) in HP NonStop
Using ODBC/MX64 Driver (SQL/MX) in HP NonStop Difference using this driver is, User have to decode the output and get the proper answer from the output. If we print the output to in CMD it will […]
How to create ODBC connection for SQL/MX in HP NonStop?
How to create ODBC connection? As we all know ODBC stands for “Open Database Connectivity“. We have to follow few easy steps to create ODCB connection. I will show you how to create “HP NonStop SQL/MX” […]
Advantages of using ODBC/MX64 3.4 Uni-coded Driver (SQL/MX) in HP NonStop
Advantages of using ODBC/MX64 3.4 Uni-coded Driver (SQL/MX) in HP NonStop Difference using this driver is, this will do all the Uni-cording part and return the proper output to the user.Example code is as bellow, Returning […]