I\'m r开发者_StackOverflow社区unning the following query using PHP\'s db2_prepare and db2_execute (schema names have been changed to protect the innocent):
I have two tables, the first (T1) is a base number, the first is a base value per symbol: symbolvalue ------------ -----
DB2 on iSeries is a little different then DB2 than other platforms but like I said it might not matter.
I am having an application in .NET that uses Entity Framework 4. I am using the DB2/400 as my applica开发者_运维技巧tion backend. I am able to make queries and read successfully from the database.
Background: I am running PHP on a WAMP stack I need to connect/execute queries against an AS400 (IBM iSeries)
I am helping with a project in which an old software system on an iSeries is having a brand new .NET UI applied to it.It\'s going well... except...
I am trying to connect a db2 database using php. Now, i am gonna write some code similar to this(call a stored procedure):
We have an AS/400 system. I am asked to look for a way to call RPG programs from PHP on our Apacher server. The only solution i found was installing zen开发者_C百科d server to AS/400 and using i5 PHP
Is there a direct way to import an IBM timestamp in the format 2008-01-30.22.44.22.435894 using BCP into SQL Server 2008 R2 Enterprise datetim开发者_运维问答e2 field?
I am familiar with Sybase which allows queries with format: IF EXISTS () THEN ... ELSE ... END IF (or very close).This a powerful statement that allows: \"if exists, then update, else insert\".