php - Using Unqualified SQL across multiple schemas in DB2 Express C -
i'm trying recreate part of staging , production servers run under ibm iseries midrange servers on local development server. intended plan allow sql queries work seamlessly db2 express c installed on linux. got far installing php, ibm_db2 php extension, , db2 express c. works.
my next step figuring out how run unqualified sql statements without specifying schema. instance on ibm iseries, can specify i5_libl option of schemas , don't have worry using qualified sql. i'm using linux i5_libl option isn't available.
i looked @ db2 sql documentation set path , that's sorta want specify multiple schemas, understanding works create, not static , dynamic sql care about. looked set schema , set current packageset, seem allow 1 schema.
for example:
i'll have table schema1.abc , schema2.def.
i want set can run following application:
select * abc select * def
scott forstie mention db2 express c installed on linux tweet morning.
php ibm_db2 (test new features): ibm testing new open source php ibm_db2 technology allows many/most ibm settings on db2 connect v10.5 linux. if interested see following web site http://youngiprofessionals.com/wiki/index.php/xmlservice/php , download section php ibm_db2 new features (test only), download test ibm_db2.zip file. compile linux machine php see readme_ibm_i zip file, section called 'linux ibm people'.
db2 connect v10.5 (with db2 features): db2 connect v10.5 licensed program product needs purchased. production usage, db2 connect unlimited edition system packaging typically offers best terms ibm customers. contact local ibm representative or business partner pricing information. more information on product, see following web site: http://www-03.ibm.com/software/products/en/db2connunlieditforsysti. trial db2 connect license file evaluation purposes can obtained sending email to: rmahendr@us.ibm.com
Comments
Post a Comment