Social Icons

twitterfacebookgoogle pluslinkedinrss feedemail

Pages

Showing posts with label SQuirreL SQL. Show all posts
Showing posts with label SQuirreL SQL. Show all posts

Wednesday, June 10, 2009

TEIID + SQuirreL SQL tutorial

As I wrote before is quite simple, but it took me little time to produce this one so here it is.
Last version of SQuirrel (3.0.1) with last version of TEIID.

Tuesday, June 09, 2009

TEIID and SQuirreL SQL

Continuing in the integration path: since I'm confortable in using SQuirreL SQL for accessing DBs I've tryed also to access the VDB from TEIID and I can say that after iReport the road is much more easy (once you learn the trick, magic comes easy).
So ... if I manage I'll produce another tutorial, for now warnings are:
* use JDK 1.6.
* include the teiid-6.1 snapshot client in the driver lib of SQuirreL SQL and create a new driver (I named mine TEIID with a great creativity effort); than create a new alias using that Driver (use the same data from the iReport example); test the connection and all should run smoothly.
Access the DB browse the tables and the data.
Will investigate on more complex usage tomorrow.