Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I execute 4GL through ODBC

Status
Not open for further replies.

saulc12

Programmer
Aug 27, 2001
1
0
0
US
I have established an ODBC connection to Progress 9.1B using the Merant ODBC driver for progress. I can successfully read/write data from/to the database tables.

I cannot execute a 4GL procedure using SQLExec(). Does anyone know how I can do this?

Thanks.
 
Hi,
The answer is simple, YOU CAN'T!
SQLExec() runs SQL and therefore has no 4GL interpreter.
Get your SQL books out :)
Cheers,
Paul.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top