I would really like to build my own Power PC.
Pick motherboard, CPU, RAM, SSD, HDD.......
Can this be done with the Power PC in order to create an IBM i platform?
I am not cheap; but I am very frugal.
**************** Different Topic.
I have figured out all of the nuances in getting DB2 to create
columns/fields with natural case names.
Thank you guys for your help.
I have also found a lot of help on:
IT Jungle -
http://www.itjungle.com/
and
http://www.rpgpgm.com/
insert into "Table" ( "Field1", "Field2" ) values ( "Data1", "Data2" ) ;
I get Column or global variable Data1 not found.
So of course quickly I realize that it is the double quotes in the
values.... and
insert into "Table" ( "Field1", "Field2" ) values ( 'Data1', 'Data2' ) ;
Works just fine. So my thinking here is that DB2 sees anything in
double quotes where there is data as a Global Variable.
Thanks....
Make These Last Two Days Of 2015 Count!
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
As an Amazon Associate we earn from qualifying purchases.