db2
Conversion of strings with binary values
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[详细]
2023-04-10 06:18 分类:问答how to remove default constraint from column in Db2
I had a table STUDENT_TB, which had column STUDENT_ID, NAME, AGE. I added a column with a f开发者_如何学编程ollowing command :-[详细]
2023-04-10 06:17 分类:问答capture db2 output in shell script
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[详细]
2023-04-10 03:30 分类:问答DataGrid.Items filled with Null data
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[详细]
2023-04-10 00:54 分类:问答DB2/iSeries SQL clean up CR/LF, tabs etc
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.[详细]
2023-04-09 07:34 分类:问答NHibernate on DB2 session.get() throws System.IndexOutOfRangeException
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[详细]
2023-04-08 18:21 分类:问答SQLCODE=-723 during insertions in DB2
I have a series of insert statements in my code. The table has few triggers to update last updated date and time.[详细]
2023-04-08 16:04 分类:问答Selecting values from one column based on a different columns value
Having trouble stating my problem succinct开发者_高级运维ly here, so I\'ll just give an example.[详细]
2023-04-08 15:16 分类:问答How to access Library, File, and Field descriptions in DB2?
I would like to write a query that uses the IBM DB2 system tables (ex. SYSIBM) to pull a query that exports the following:[详细]
2023-04-08 14:05 分类:问答Explain the steps for db2-cobol's execution process if both are db2 -cobol programs
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[详细]
2023-04-08 11:39 分类:问答