How to define one-to-one relationship in MySQL

  • 08 July 2016
  • ADM

How to define one-to-one relationship in MySQL using the foreign key and unique property to limit the row count from the child table


ISO8583 flows, fields meaning and values

  • 10 November 2017
  • ADM

ISO8583 message flows, data elements values and meanings. Message flows examples, most used data elements and values.


ISO8583 financial transaction message format

  • 23 August 2017
  • ADM

Introduction to ISO8583 financial transaction message format. Parts: message type indicator, one or more bitmaps and data elements.


How to read CSV file in Java

  • 27 May 2016
  • ADM

How to parse CSV file in Java and display all the value.The solution treats the case when a column contains the delimiter and the double quote character.


Split a string and loop in SQL Server

  • 20 May 2016
  • ADM

How to split a string and loop it's values in Microsoft SQL Server. Simple solution used to insert data into tables.


How to get date and time in Java

  • 09 May 2016
  • ADM

How to get current date and time in a specific format using Date, Calendar and SimpleDateFormat class.