CA Realia Cobol and PSQL V9.x
CA Realia Cobol and PSQL V9.x
(OP)
With pervasive sql through version 8.xx, my Realia Cobol application using realbtrv started the desktop client. My code uses the entry point "entry s_btrvio_h".
Do I need an updated realbtrv.obj or is there another reason that my app is not starting the pervasive client?
Do I need an updated realbtrv.obj or is there another reason that my app is not starting the pervasive client?
RE: CA Realia Cobol and PSQL V9.x
A few questions:
1. Which V8 engine did you use (Workgroup, client, server)?
2. Which V9 engine did you install?
3. Do any of the Pervasive utilities work? For example, can you open one of your data files using the Function Executor?
4. Is the app DOS, WIn16, or Win32?
Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
http://www.mirtheil.com
RE: CA Realia Cobol and PSQL V9.x
We have identified and fixed the problem. In the Microkernel Router configuration "Application Characteristics", we had to turn off the "Embedded Spaces" option.
Pervasive changed the default for their splash screen display to off. I let the fact that no splash screen was displayed and a file status of 12 to lead me to believe that my app was not connecting to the engine.
It was, it was just the "Embedded Spaces" option causing the file name string to be interpreted incorrectly.
Thanks for your helop.
RE: CA Realia Cobol and PSQL V9.x
Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
http://www.mirtheil.com