April 16, 2021
Learn how to specify an Oracle Hint at INSERT in this quick database tip.
April 15, 2021
How to insert values and ignore duplicate key errors in SQL Server.
April 2, 2021
Before inserting IDENTITY values in SQLServer you have to turn on IDENTITY_INSERT.
March 31, 2021
Just subtract zero.
March 29, 2021
How to convert a Java List to an array.
March 26, 2021
Using plain Java to convert a String to int.
March 23, 2021
How to use Apache Commons IOUtils to convert an InputStream to a byte array.
March 22, 2021
How to use Apache Commons IOUtils to copy the InputStream into a StringWriter.