| Author |
MySQL or PostGres data acess
|
|
| irado furioso com tudo 2004-03-26, 10:59 pm |
| goodday friends
Is there white papers or tutorials on HOW to access SQL servers (the
mentioned ones) in a *nix envyronment?
thank you
irado furioso com tudo
(if possible, please reply to my email also)
| |
| Michael Mattias 2004-03-26, 10:59 pm |
| "irado furioso com tudo" <irado@hotpop.com> wrote in message
news:59e39cf4.0403152220.7b87d3fd@posting.google.com...
> goodday friends
>
> Is there white papers or tutorials on HOW to access SQL servers (the
> mentioned ones) in a *nix envyronment?
Assuming you want to use Embedded SQL (EXEC SQL.... END-EXEC), the manual
for your SQL precompiler is the place to start.
If you just want to call an API (as in your other questions), then you just
call it with correct parameters.
MCM
| |
| Richard 2004-03-26, 11:00 pm |
| irado@hotpop.com (irado furioso com tudo) wrote
> Is there white papers or tutorials on HOW to access SQL servers (the
> mentioned ones) in a *nix envyronment?
What is it that you want to know:
How to write SQL statements
How to write Cobol programs that use SQL
The differences between *nix and other environments
The specific issues with MySQL and/or PostgreSQL
I just use unixODBC to access MySQL or PostgreSQL as required from
Fujitsu Cobol for Linux or CobolScript.
TheKompany did mention that they will have a version of Kobol that
will do SQL any day now.
|
|
|
|