- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Sybase access via COBOL on VMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2004 12:23 AM
тАО05-27-2004 12:23 AM
Solved! Go to Solution.
- Tags:
- COBOL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2004 12:37 AM
тАО05-27-2004 12:37 AM
Re: Sybase access via COBOL on VMS
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2004 01:02 AM
тАО05-27-2004 01:02 AM
Re: Sybase access via COBOL on VMS
We used to connect using the Sybase Open Client but then its been quite some time since Sybase has dropped support for the same
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2004 02:04 AM
тАО05-27-2004 02:04 AM
Re: Sybase access via COBOL on VMS
-OpenClient (in SDK of Sybase)
-DbLib (in SDK of Sybase)
-jConnect (Sybase JDBC)
-FreeTDS (OpenSource)
-ODBC
-Embedded SQL (Cobol, C)
jConnect and FreeTDS could be the best options. It may depend on what system your Sybase database is running (and what version)
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-27-2004 03:37 PM
тАО05-27-2004 03:37 PM
SolutionCalling any of these interfaces (ctlib, dblib, ODBC) from COBOL will require buying or building a layer that translates string descriptors into null-terminated C strings. I seem to remember Attunity has something like this with their ODBC client.
Attunity is not the only ODBC client vendor for VMS. There is also OpenRDA:
http://www.atinet.com/products/openrda/unix_overview.asp
and I think EasySoft also has OpenVMS support:
http://www.easysoft.com/products/products.phtml
I think all the commercial ODBC client vendors have their own service that runs on the target server, which in turn connects to the database. There are some architectural advantages to this, and some disadvantages. As far as cost and management complexity, there are only disadvantages.
Someone suggested embedded SQL. Even when Sybase was supported on VMS I don't think there were any precompilers for it. It's possible, though, that Attunity has something in that arena since given their architecture they would only have to do it once, not a different one for each database.