ABL OpenEdge 4.0 calling SQL SPROC

charic

New Member
Morning all,

We're now running a new system here at work and as such we have to adapt to the new architecture.

The system writes using ABL code over a SQL database. What I would like to be able to do is call a stored procedure (written in the SQL dB) and pass it parameters. I've scoured the internet but I'm coming back with absolutely nothing (although it lead me to this forum).

Could someone please provide some help?

Thanks in advance!

Rik
 
There is no such thing as OpenEdge 4.0... so that's a bit of a problem.

The current releases are OpenEdge 10.2B and 11.0.

There are also many possible values for "SQL database". Are we talking about Oracle? MS SQL Server? Something else? Are you using a "data server" to access this database? Or are you using some other method?

Most Progress applications are commercial applications sold by a vendor. Knowing which package you are running (and what version) may help people who are familiar with that package help you in more specific ways.
 
Sorry about that (typing from memory)

SQL is MS SQL Server - Using an ODBC connection IIRC

The system in question is Epicor9
 
Back
Top