I need to connect to Progress Dbase using MS access for generating reports. The progress dBase is on HP UX unix box and I would be using Access 2002 or if better Access 2000. I do not need t...
I am working with the ERP system Syteline (v.6.01) which uses a Progress database. Is there a way to export the data of a given table, say the Customer table, to a csv file? If so, what is t...
I am trying to run the below query in progress database, but keep getting an systax error :column not found,.. all of the culmns are there in DB.. I think the progress db doesn;t like a derive...
I need to update a Syteline (Progress version 6) ERP system from a vb.net windows app. I have created a dsn using the merant driver. When I try to update the progress table, the command build...
I am using Epicor Vantage written in PROGRESS and using a PROGRESS database. I can connect to the database using the MERANT PROGRESS 9.1D Driver quite happily.
I am, however, looking for a ...
What is the syntax for a multi-dimensional array.
Here's a single dimensional array in Progress 4GL
Define Variable MyTopHeavyArray As Integer Extent 3 Initial [36, 24, 34] NoUndo.
Di...
I need to make some mass changes to a database and I need some help with writing a Progress Query. I need to set the price to 0 for Product Group 0501 thru 6501 and set the effective date as ...
Progress Database - All I am completely new to progress database but I need to get up to speed. Can anyone recommend a progress book (v9 / v10). Cheers
We have an in-house database written in Access 2003 that uses ODBC to connect to our Progress ERP database. It is used for scheduling and reports not available or unusable in our ERP.
Th...
I added a Linked Server - ODBC to a Progress DB in Enterprise Manager.
Query: Select * from erptest.pub.dbo.part
Results in:
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provid...
We are running Syteline 6.01 as our ERP system and I am not all that familiar with Progress. The name of the progress database is "vas". I need to make a mass change to some of the informati...