Link to home
Start Free TrialLog in
Avatar of duke_n
duke_n

asked on

SQL server in COBOL?

Hello.
I am trying to write an application that uses SQL server in Fujutsu Cobol 3.0.

I created the DSN in ODBC, wrote the code, but when I run the program it says that the file f3bhopas.dll is missing.
When I turn off(comment) the code related to the DB, the error message vanishes.
When I uncomment it, it comes back.

I downloaded and redownloaded the Cobol from their site and its installation simply doesn't have the option not so install something.

Please help
Avatar of jrspano
jrspano
Flag of United States of America image

do you have the f3bhopas.dll on your system?  I would guess that the dll is needed by the cobol to do database stuff.  do a search for the dll.
Avatar of duke_n
duke_n

ASKER

I did.
it is nowhere to be found (I searched everywhere - even in the irrelevant places)
ASKER CERTIFIED SOLUTION
Avatar of jrspano
jrspano
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of duke_n

ASKER

hmm, interesting idea.
I shall check it out
Avatar of duke_n

ASKER

Hehe, I snooped their site, and found a support mail link.

I mailed them and they replied that the version they put on the site is old and free for academic and educational purposes, and therefore they decided to cripple it additionally as well; and if I wish to use SQL, I could buy the new fully working version for just a few Big ones :)


anyway, thanks for your help