I\'m completely new with Progress. I\'m trying to access my Progress Procedure (which works when I export it as an XML-page) in my Android app. I\'m using kSoap to do the trick, because I\'ve had some
I\'ve run across this code in a number of places: DEFINE BUFFER Customer FOR Customer. I have two questions:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have been working in some C language function that is going to be called from aProgress 4GL application and I found myself with the following doubts:
We have a Shared Library that allocates ( using malloc ) memory for a char array which is returned via a MEMPTR to a Progress procedure.
I\'m supporting some legacy 4GL Progress code.One of our servers that runs 4GL was upgraded to Office 2007 without my knowledge (nice, right?).Anyway, the upgrade broke a segment of code that\'s runni
I have an ASP.net web service application that connects to a Progress OpenEdge 10.1B database via ODBC.My development machine is XP Pro and runs everything fine.I am now moving the application into a
I have a linked server set up between sql 2008 and a Progress OpenEdge 10.1b server. How do I get the table sc开发者_运维知识库hemas?You can get all available tables:
I am in the HTML editor (building an ASP.NET MVC view) and coding up HTML. The editor is handy with intellisense for various at开发者_如何学Ctributes, but when I select whatever VS2008 offers, it nev
The Progress docs spill plenty of ink on SOAP, but I\'m having trouble finding the example for 开发者_运维技巧a simple HTTP GET/POST with Progress ABL.