Skip to main content

[archive] Accessing eloquence using sql

  • November 28, 2006
  • 3 replies
  • 0 views

[Migrated content. Thread originally posted on 28 November 2006]

To access the eloquence db on unix via sql statements in cobol, do we need acusql, or is there another way?

3 replies

[Migrated content. Thread originally posted on 28 November 2006]

To access the eloquence db on unix via sql statements in cobol, do we need acusql, or is there another way?
If you using SQL then you need to preprocess the SQL statements using AcuSQL. Eloquence can also be accessed by using HP 3000 COBOL II statements that were used to get to Image data (DBOPEN, DBGET). Eloquence provides some shared libraries that allow code that used the HP 3000 COBOL II statements (call DBOPEN) to access the Eloquence database versus an Image database

[Migrated content. Thread originally posted on 28 November 2006]

To access the eloquence db on unix via sql statements in cobol, do we need acusql, or is there another way?
So, to use SQL statements in cobol, I need AcuSQL. I take it that this is a purchaseable product?

[Migrated content. Thread originally posted on 28 November 2006]

To access the eloquence db on unix via sql statements in cobol, do we need acusql, or is there another way?
Yes. There is an AcuSQL development system and an AcuSQL runtime.