Explore >> Select a destination


You are here

hartenfeller.dev
| | www.greenstechnologys.com
6.0 parsecs away

Travel
| | Native Dynamic SQL in Oracle
| | www.xt-r.com
7.3 parsecs away

Travel
| | ????? ????? ???????? ? ??????? ????????????? "a member of b" ????? ???????? ??????? ?????????? ????? a in (select column_value from table(...
| | www.craigpardey.com
6.3 parsecs away

Travel
| | I came across an interesting problem recently in some JDBC code that was inserting rows into a Netezza database. The Java code was doing something like this: Statement stmt ... for( SomeObject o : listOfObjects) { String sql = "INSERT INTO tbl(col1, col2) values (?,?)"; ... stmt.addBatch(sql); } stmt.executeBatch(); On the "executeBatch()", a SQLException was being thrown that said "failed to create external table for bulk load". What? But it wasn't a bulk load. There were no external tables involved - it was a batch of vanilla inserts.
| | initialcommit.com
33.4 parsecs away

Travel
| In this article, we'll discuss Scheme and why we feel it is the hardest programming language to learn. We will also discuss a few other difficult programming languages.