…you’re tempted to contact the database vendor providing the driver and open yet another ticket because you think this method in said driver returns an incorrect value: public boolean jdbcCompliant() { return true; } Although this one might be a … Continue reading
Over the past few working days I’ve been making some minor enhancements / bug fixes to a reporting product currently in beta. Said product at a 50,000 foot view basically compiles a report into a massive structure which I then … Continue reading
Something I looked-up just to confirm what I already knew– there isn’t a way to automagically get the value of a GUID after inserting into SQL Server by using something similar to SELECT @@identity as you would with normal identity … Continue reading
This afternoon I’ve been checking out some JDBC drivers from one of our database vendors, and once I finally got them working in ColdFusion MX, I kept getting a “String index out of range” error, even on very simple queries. … Continue reading
Recent Comments