Here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Keep in mind they auto-expire after like 90 days, read what MS suggests to work around that somewhere on those pages.
Thank you!
Alex
-----Original Message-----
From: Gerd Wagner <ger...@t-...>
Sent: Friday, June 08, 2018 5:05 PM
To: Alex Malmyguine <Ale...@bl...>; squ...@li...
Subject: Re: [Squirrel-sql-users] Db2 TABLE Alias And AutoComplete
Am 07.06.2018 um 23:19 schrieb Alex Malmyguine:
> The easiest way to get a running DB2 box is to use a free Microsoft VM in VirtualBox with the free IBM DB2 installation.
> Both are literally a one-click install. Takes about 30 min to set up all of that.
> The free DB2 from IBM needs a license file downloaded and imported.
Do you know a link to download such a VM?
Gerd
>
> Thank you
> Alex
>
> -----Original Message-----
> From: Gerd Wagner <ger...@t-...>
> Sent: Thursday, June 07, 2018 4:35 PM
> To: Matt F <de...@ya...>; squ...@li...
> Subject: Re: [Squirrel-sql-users] Db2 TABLE Alias And AutoComplete
>
> Sorry, I don't have access to a DB2 DB at the moment.
>
> I spend some time searching for a Docker image that would run on my
> openSuSE box but couldn't find one that was well enough described or
> accessible so that I could get it to work.
>
> If someone knows of such an image or can describe the necessary steps
> please let me know.
>
> Gerd
>
>
> Am 30.05.2018 um 18:54 schrieb Matt F via Squirrel-sql-users:
>> I've searched the mailing list and I didn't see anyone else have this
>> issue. I've never seen this work , so I'm not sure if this is a
>> config/user error issue or if it is indeed a feature Request.
>>
>> Setup: I have a DB2LUW database , I'm using Squirrel 3.8.1 (official)
>> with java 1.8.0_171 (32 Bit)/ Windows 7 x64
>>
>> DB: QA (Also in prod, but for testing purposes let's use my QA Setup)
>> SCHEMA: FOO
>> TABLE: BAR_1
>> TABLE: BAR_2
>> ALIAS: BAR
>>
>> in order to keep a limited data set I drop and recreate the alias every
>> so often, so that BAR points to either BAR_1 or BAR_2 at any given time.
>>
>> When I use autocomplete I only get options for BAR_1 and BAR_2, not BAR.
>>
>> I'm using db2jcc4.jar (provided by IBM) with the class Name
>> com.ibm.db2.jcc.DB2Driver to connect
>>
>> Looking in Alias properties (the properties that define the connection
>> to QA) , i do not have "Cache Schema independent Meta Data" turned on,
>> but I don't think that would solve my issue
>>
>> Thanks
>>
>> ==============================================
>> Matt Ferreira
>> de...@ya...
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>>
>
> ------------------------------------------------------------------------------
> 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
>
> ------------------------------------------------------------------------------
> 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
>
|