Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
540 views

What is the Progress equivalent to SQL Management Studio?

I have a progress database that I need to connect to. What is their equivalent to the SQL Server Management Studio? The server appears to be Progress OpenEdge 10.1
1
vote
2answers
73 views

migrate from progressdb to mysql

I am looking out for a solution to migrate data from Progressdb to MySQL..Please let me know if there are any solutions for the same.Thank you.
1
vote
1answer
699 views

SQL Server Import and Export Wizard Error: “Index was outside the bounds of the array” via 32bit ODBC data source?

I get an "Index was outside the bounds of the array." error when I do the following. 1) I launch the Import and Export Data Wizard (32 bit). 2) Data source: .Net Framework Data Provider for Odbc. ...
1
vote
3answers
1k views

How to convert between Progress Database Character[] datatype and C# strings?

Progress databases allow for a Character[x] datatype. How can I write to a particular x using C# and ODBC? Please do not answer unless you understand the what Character[x] means... it is not a string ...
0
votes
0answers
120 views

Java::Syntax error while running select query in Progress 9.1D Database

I am connecting to Progress database 9.1D using JDBC progress Driver and running a select query.I have received a Syntax error(7587) for the same query in some of the scenaraio.Please find my ...
0
votes
0answers
119 views

Progress Database - modify date column

Inspired by This Post about code coverage for sql databases, I started thinking about my production system. Over 1200 tables, many of which are unused. Many tables over 100 columns, many of which are ...
0
votes
4answers
181 views

Exclude rows based on other rows (SQL)

Say I have a query like this: SELECT * FROM TABLE And it returns this: TABLE ID | DATA | VAL =============== 01 | ABCD | 1 01 | DEFG | 2 02 | FGHI | 3 02 | HIJK | 2 03 | JKLM | 3 03 | LMNO | 4 04 ...
0
votes
4answers
643 views

Progress Database 4GL

Does anyone know where I can get some samples/resources on 4GL language for Progress Database OTHER THAN THE PROGRESS DATABASE WEBSITE? Thanks