This is a question of converting strings from DB2 to SQL Ser开发者_如何学运维ver. On DB2 you can have a column that contains a mix of strings and binary data (e.g. using REDEFINS in COBOL to combine
I had a table STUDENT_TB, which had column STUDENT_ID, NAME, AGE. I added a column with a f开发者_如何学编程ollowing command :-
I have to convert a shell script from Oracle to db2. I found on this forum a sample of Oracle script I used ; it looks like this
I\'m trying to fill a asp.DataGrid with data from a DB2 database.The problem I\'m getting is that the data is coming back null.The weird thing is, the records themselves (seem to) load from the databa
I need to find and clean up line breaks, carriage returns, tabs and \"SUB\"-characters 开发者_JS百科in a set of 400k+ string records, but this DB2 environment is taking a toll on me.
I\'m following the NHibernate getting started tutorial: \"Your first NHibernate based application\".I\'m at the point where I create a Product object then use Session.get() to prove I can read the obj
I have a series of insert statements in my code. The table has few triggers to update last updated date and time.
Having trouble stating my problem succinct开发者_高级运维ly here, so I\'ll just give an example.
I would like to write a query that uses the IBM DB2 system tables (ex. SYSIBM) to pull a query that exports the following:
How to run two sub programs from a main program if both are db2-cobol programs? My main program named \'Mainpgm1\', which is calling my subprograms named \'subpgm1\' and \'subpgm2\' which are a calle