Ciao Luca
I've not tested it, but perhaps you can simply copy the file
~/.squirrel-sql/SQLDrivers.xml from your working installation to a new
installation.
For example, in that file I found the driver I manually installed:
<Bean Class="net.sourceforge.squirrel_sql.fw.sql.SQLDriver">
<driverClassName>com.ibm.db2.jcc.DB2Driver</driverClassName>
<identifier
Class="net.sourceforge.squirrel_sql.fw.id.UidIdentifier">
<string>-ac8177c:159219c8c71:-7f81</string>
</identifier>
<jarFileName/>
<jarFileNames Indexed="true">
<Bean
Class="net.sourceforge.squirrel_sql.fw.util.beanwrapper.StringWrapper">
<string>/home/fede/Documenti/query/jdbc-driver/db2jcc.jar</string>
</Bean>
<Bean
Class="net.sourceforge.squirrel_sql.fw.util.beanwrapper.StringWrapper">
<string>/home/fede/Documenti/query/jdbc-driver/db2jcc_license_cu.jar</string>
</Bean>
</jarFileNames>
<name>DB2 Driver</name>
<url>jdbc:db2://10.0.20.1:50000/DB_020</url>
<websiteUrl/>
</Bean>
Il giorno gio 3 mag 2018 alle 9:33, Luca Vercelli
<"luca.vercelli.to"@gmail.com> ha scritto:
> Maybe, there is some function in the program that allows importing
> all drivers for some given folder?
>
>
>
> Il 02/05/2018 09:27, Luca Vercelli ha scritto:
>> Hello everybody,
>>
>> this is the first time I try to use SQuirreL SQL Client.
>>
>> My first issue is: what is the intended way to download and install
>> all JDBC drivers? Do I really need to download them manually one by
>> one?
>>
>> The suggested link
>> http://industry.java.sun.com/products/jdbc/drivers does not work.
>>
>> If so, this is really a great limitation, as compared to other free
>> products as DbVisualizer.
>>
>> I imagine it shouldn't be difficult to develop a plugin that
>> downloads the drivers.
>>
>>
>> Thank you
>>
>> Luca
>>
>>
>>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|