Code Comments
Programming Forum and web based access to our favorite programming groups.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)
Post Follow-up to this message"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
Post Follow-up to this messageirado@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.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.