C
Christofer Yie
Guest
Hi, We are currently working on generating Temp-table include files from the database. Based on this article: http://knowledgebase.progress.com/articles/Article/000027330 , the fields should be sorted by the fields position (_field-rpos). Most of the generated temp-tables work fine but a few temp-tables not. We are using AppServer and the client side does not connect to any database (only to AppServer). In the AppServer, there is a procedure program (.p) and defines a temp-table using LIKE statement to a certain database table. In the Client side, we define a temp-table using LIKE statement to a temp-table, which is defined in a include file and should be the same with the server side. For some tables, "The caller's temp-table parameter does not match to the target temp-table . (5363)" error will occur when we try put the temp-table as input or output parameter of a procedure. We are not sure why the error occur, since the generated Temp-Table is based on the database table. Does someone have any idea about this issue? We tried in several OE version: 10.2B, 11.6 and the same error occured for some table. Thank you Christofer
Continue reading...
Continue reading...