Re: Connectivity to SQL Server from Existing COBOL Apps
- From: "Tracy" <sivadycart@xxxxxxxxxxx>
- Date: 2 Jan 2007 16:21:27 -0800
Jan-Erik,
Thanks for the information. I'm a bit confused, because I hear you
saying that it's not possible, and then you describe a scenario where
you're doing it in Oracle. Is the process you describe a way to make
this happen in Oracle? And if so, can you give me a detailed account
of how you made that happen?
I really appreciate the help
Thanks,
Tracy
Jan-Erik Söderholm wrote:
Tracy skrev:
We have a set of existing COBOL apps on an OpenVMS server and would
like to know if it is possible to redirect the database calls to an
equivalent SQL Server database running on Windows. As a first step
toward porting our apps away from VMS we'd like to recreate the
database on Windows. We have already acquired the ODBC Rdb drivers and
are able to port the database metadata and data to Windows. That part
is solved. But is there a simple way to just "point" the Rdb calls to
the new SQL Server database? Thanks for your help
Some time ago, when "Microsoft SQL Server" more or less was the
same thing as "Sybase SQL Server for NT", I guess that the
"Rdb Transaparent Gateway for Sybase" could have worked.
I know of no other product that would take standard Rdb-calls
and direct them to another database product with the same ease.
At a client I've been helping with setting up "Rdb Transparent
Gateway for Oracle" running on an DS20 with VMS 8.2 and the
latest Rdb version against an AIX system with some Oracle 7 or 8
database. Using COBOL embedded SQL and the standard Rdb pre-compilers.
Completely transparent access to Oracle (both read and write)
to the code. During development/testing a real local Rdb database
is used, then with a change of a logical name, the accesses are
switched over to the Oracle database on the AIX system.
Over 10 years ago I also used the Sybase gateway, just to get a
decent interactive SQL interface instead of the lousy Sybase tools...
Jan-Erik.
.
- Follow-Ups:
- Re: Connectivity to SQL Server from Existing COBOL Apps
- From: Jan-Erik Söderholm
- Re: Connectivity to SQL Server from Existing COBOL Apps
- References:
- Connectivity to SQL Server from Existing COBOL Apps
- From: Tracy
- Re: Connectivity to SQL Server from Existing COBOL Apps
- From: Jan-Erik Söderholm
- Connectivity to SQL Server from Existing COBOL Apps
- Prev by Date: Re: Connectivity to SQL Server from Existing COBOL Apps
- Next by Date: Re: US Military bans HTML in emails
- Previous by thread: Re: Connectivity to SQL Server from Existing COBOL Apps
- Next by thread: Re: Connectivity to SQL Server from Existing COBOL Apps
- Index(es):
Relevant Pages
|