Release notes.
The data type conversion has been improved. The main documentation of the add-in explains how this is being done starting with this version.
This version has been tested under the following platforms:
with the following drivers:
Known bugs

1.0.2 Date: 2009-Feb-08 Size: 10.71 KBRelease notes.
Bugs

1.0.1 Date: 2007-Dec-03 Size: 10.15 KBAdds the SQLREQUEST function to CALC. This function is similar to the SQL.REQUEST function of MS-Excel.
SQLREQUEST is an array function. This means that it results in an array containing the data returned by the data source. The online help of Calc includes the "Array Functions" section explaining how to use them.
The following is an example of a typical call using the MySQL J/Connector driver:
=SQLREQUEST("com.mysql.jdbc.Driver";"jdbc:mysql://server_ip_address/?user=name&password=abc";"SELECT * FROM table")
Release notes.

1.0.0 Date: 2007-Dec-02 Size: 9.96 KB