progress

  1. P

    Question Experience With Data Protector

    I 'm looking for people with experience of data protector Data Protector is a plugin to write Progress backup directly to TSM . All I can find is the supplier documentation
  2. N

    Support For Utf-8 Using Progress Data Server For Oracle

    I am using progress 10.2B with Oracle 9i as back end DB with use of progress data server for oracle. I created one schema holder and started it with parameters "-cpinternal UTF-8 -cpstream UTF-8 -cpterm UTF-8 -cpcase Basic -cpcoll basic". Now I am connecting same schema holder and Oracle DB...
  3. J

    Materialized Views In Progress

    Hi, Is it possible to create materialized views in progress openedge. if it is possible, how can we create it. please suggest me. thanks.
  4. R

    Editable Multiline Frame ?

    Hi guys, i would like to make a editable frame over temp-table...is it possible? I have temp-table with oreders - and i would like to display 10 orders in one frame and update one logical field..is it possible thru frames with DOWN or is it possible only with query with BROWSE? Thanks Rumi
  5. N

    Error While Resolving The Issue

    Hi all, I have an isuue, can anyone help me buddy. with the concern explaination Requirement: 1) To delete terminated orders codes from requested status of active order records,These are appearing while doing the active orders. 2) Also, Need to prevent the system from selecting the...
  6. J

    Too Many Values Specified (7531) Error

    Hi, we are getting this error while we running below query in progress11 through odbc tester tool. Error :-[DataDirect][Odbc Progress openedge wire protocal driver][openedge]Too many Values Specified (7531) Query : select SUBSTRING(g."Account#",(((select sum(ss.Seg_Len) from hrdb.ab_cd_Def ss...
  7. J

    Mutiple Database Connect Using Proenv Command Prompt In Progress 9.1e

    Hi, We can connect sql explorer through proenv cmd prompt in progress, for single database by using below syntax sqlexp –char –S port –H hostname –db database –user username –password pwd. but, how can we connect mutiple databases in sqlexplorer of Progress 9.1e. ? Actually i need to write...
  8. J

    Reg Expressions In Progress

    Hi, Is Progress 9.1e support regular expressions. Actually i need to divide the Account Number in different parts based on regular expression pattern, how can i do this in progress 9.1e? if progress supoorts reg expressions, please give me the guidance to use reg expression in sql query. Thanx.
  9. C

    Question Interfacing PHP with Progress 8.1

    Good Day, I got this client who has a legacy application with stale data on progress. The db server is on Wint NT4 and the client is on Windows NT terminal. They want to access their data , for historical research sometimes, in another method then Windows NT terminal client. Right now, both...
  10. C

    Question Progress to MySQL

    Good Day, A client of mine, as a WinNT4 box with a Progress database running on it. I do have access to box, engine seems running, licence included, however, they want me to develop a MySQL/PHP interface so they can quickly search the data, instead of using a WinNT terminal box to access this...
  11. J

    UPDATE TABLE STATISTICS AND INDEX STATISTICS AND COLUMN STATISTICS

    Hi, what is UPDATE TABLE STATISTICS , INDEX STATISTICS AND COLUMN STATISTICS. ? what is the use of these statistics? thanks, Jeeva
  12. J

    multiple databases using single DSN

    Hi, we are using cognos 10.2 and connecting 2 databases connections of progress 9 DB by using seperate odbc dsn. so here progress 11 have a feature of connecting multiple databases using single DSN. what is the Advantage of connecting multiple databases connections using single DSN instead of...
  13. N

    Question Opening an excel sheet using Progress code

    I want to open 3 sheets in an excel file using progress 4gl and export data into it. Currently i am generating 3 csv files which i have to mail to users. I want to generate the data in the 3 csv in a single csv or excel file with 3 sheets. Can some 1 help me out with this??
  14. Chris Kelleher

    Progress OpenEdge Documentation Set for Dash Documentation and Snippets Browser

    Updated Documentation for 11.5/11.6/11.7: I have created a docset library for the OpenEdge documentation, to make it easy to view and search the documentation easily offline. This is compatible with Dash. Dash is an API Documentation Browser and Code Snippet Manager. Dash stores snippets of...
  15. c3rberus

    Question OE 11.3 and Multi-Tenancy how-to??

    Hello, Working on enabling multi-tenancy in our environment, we are running OE 11.3.3. We have a few databases and for content ill add structure file here to support my question.. Database name: is db1 b /usr4/bi_test/db1.b1 d "Schema Area":6,64;1 /usr4/testdbs/db1.d1 a /usr4/ai_test/db1.a1...
  16. R

    How to extract Integer and character seperately from char variable?

    I have tried with the below code.But it will fail if we have multiple words in the character field. def var i as char format "x(30)" no-undo. def var v as char format "x(30)" no-undo. def var b as int no-undo. def var c as int no-undo. def var v-cleanstring as char no-undo. set i. v=...
  17. J

    Progress OpenEdge 11.4 issue with table names

    we are using progress openegde 11.4 database and ibm cognos10.2, when we are importing tables (consist of underscore(_) like Emp_Info) from progress to cognos frameworkmanager tool to create the model, it is giving the below error [DataDirect].[ODBC Progress openedge wire protocol...
  18. DCraig

    Enum conflicting with DB field name

    Hi All, I've come across a strange issue. I have a simple class i use as an enum called OrderType like so: CLASS Entity.Order.Enums.OrderType: DEFINE PUBLIC STATIC PROPERTY TestOrder AS CHARACTER NO-UNDO INIT "TESTORDER" GET. END CLASS. Which i use in code like so: MESSAGE...
  19. DCraig

    Progress Appserver Question

    Hi All, I have a .wsm file i am using to add a new web service to the progress appserver which has deployed fine. However, when i consume the web service from .net code the logical/boolean output parameter from the .p file that runs when i call the appserver web service procedure is of type...
  20. M

    SQLServer 2008R2 to Progress OpenEdge10.2

    Hi Guys We just acquired a company that has some apps running on Progress. We're a Microsoft shop and need to query the data from SQL server (in the short term). We have the following ODBC drivers installed on SQLServer, but they don't show up when I try to add a link server, or as a provider...
Top