Author |
Message |
Topic: Fortran examples |
rft
Replies: 11
Views: 38573
|
Forum: MySQL for OpenVMS Posted: Tue Sep 29, 2015 5:59 pm Subject: Fortran examples |
Sorry for the delay in responding. We are using the FORTRAN interface for production programs. We have created two levels of interface:
1) A simple level that is just jacket routines to basic C/C ... |
Topic: Using PYTHON with APACHE |
rft
Replies: 1
Views: 6764
|
Forum: Python for OpenVMS Posted: Tue Jun 10, 2014 10:34 pm Subject: Using PYTHON with APACHE |
We have setup PYTHON using the LD images. It appears to be working properly, but there is little guidance to it to work with APACHE on VMS.
We have added the following to our HTTPD.CONF file:
... |
Topic: PHP mysqli |
rft
Replies: 2
Views: 8697
|
Forum: MySQL for OpenVMS Posted: Wed Jan 12, 2011 10:25 pm Subject: PHP mysqli |
Mark Berryman has created a more complete port of PHP that is totally compatible with the HP PHP. The followin gis a link to the kit:
http://www.theberrymans.com/php_kits/
It installs easily an ... |
Topic: PHP mysqli |
rft
Replies: 2
Views: 8697
|
Forum: MySQL for OpenVMS Posted: Mon Dec 27, 2010 7:12 pm Subject: PHP mysqli |
The CWS_PHP (HP) supports the mysql extension. Has anyone ported the mysqli extension for this software. Many of the more recent versions of software, e.g. WebERP, MediaWiki, etc. only install if th ... |
Topic: Fortran examples |
rft
Replies: 11
Views: 38573
|
Forum: MySQL for OpenVMS Posted: Thu Sep 03, 2009 12:09 am Subject: Fortran examples |
Upon linking there wqill be a number of undefined symbols. These are routines that are not accessed and the unresolved symbols can be ignored. |
Topic: Fortran examples |
rft
Replies: 11
Views: 38573
|
Forum: MySQL for OpenVMS Posted: Wed Sep 02, 2009 11:53 pm Subject: Fortran examples |
The file was zipped using the ZIP utility that HP packages with OpenVMS.
Use the following command to properly set the file attributes:
set file mysql_isam.bck /attr=(rfm:fix,rat:none,lrl:3225 ... |
Topic: MySQL and MyIsam |
rft
Replies: 2
Views: 8641
|
Forum: MySQL for OpenVMS Posted: Wed Sep 02, 2009 5:48 pm Subject: MySQL and MyIsam |
When will the binaries (.exe) be available for IA64? I'm not sure that I have all of the resources needed to build from source. |
Topic: Fortran examples |
rft
Replies: 11
Views: 38573
|
Forum: MySQL for OpenVMS Posted: Wed Sep 02, 2009 4:58 pm Subject: Fortran examples |
Unfortunately other projects have taken priority, the following link is to the documentation:
http://asthomas.com/mysql_dist/MySQL_AST.htm
A zip file containing a VMS backup is availabe at:
h ... |
Topic: Calling SQL Database from OpenVMS Cobol |
rft
Replies: 24
Views: 24032
|
Forum: MySQL for OpenVMS Posted: Tue Dec 16, 2008 7:09 am Subject: Calling SQL Database from OpenVMS Cobol |
I am linking on OpenVMS 8.3. We have C, C++, Apache (CWS), and some other layered products installed.
We get no errors when we link and reference no additional libraries. You might need to downlo ... |
Topic: Calling SQL Database from OpenVMS Cobol |
rft
Replies: 24
Views: 24032
|
Forum: MySQL for OpenVMS Posted: Mon Dec 15, 2008 8:45 pm Subject: Calling SQL Database from OpenVMS Cobol |
In order to build programs accessing MySQL on OpenVMS the following must be added to the linker commands:
$ LINK …,-
MYSQL_ROOT:[VMS.LIB]MYSQLCLIENT_UPPER/LIB,-
...
If the above is where ... |
Topic: Fortran examples |
rft
Replies: 11
Views: 38573
|
Forum: MySQL for OpenVMS Posted: Thu Dec 04, 2008 12:42 am Subject: Fortran examples |
I will post a very simple FORTRAN API that we have developed. The heart is a small C wrapper for the MYSQL C API.
It will take me some time to package it and provide reasonable documentation. |
Topic: Calling SQL Database from OpenVMS Cobol |
rft
Replies: 24
Views: 24032
|
Forum: MySQL for OpenVMS Posted: Thu Feb 14, 2008 10:03 pm Subject: Calling SQL Database from OpenVMS Cobol |
We have written a FORTRAN callable interface to allow access to MYSQL. It consists of a small C routine that provides the minimum functions:
Init - initialize for MYSQL access
Close - close conne ... |
Topic: phpbb and mysql errors |
rft
Replies: 48
Views: 48601
|
Forum: MySQL for OpenVMS Posted: Tue Jan 22, 2008 9:23 pm Subject: phpbb and mysql errors |
We installed 5.1.22 yesterday. A lot of features that did not work in earlier releases, e.g. the shutdown via mysqladmin, now work.
It has not crashed yet, but further testing is needed.
We did ... |
Topic: OpenVMS 8.3 problems |
rft
Replies: 2
Views: 4984
|
Forum: MySQL for OpenVMS Posted: Mon Nov 05, 2007 9:40 pm Subject: OpenVMS 8.3 problems |
We too experience this problem. So far we have no workaround beyond stopping the process. It does not seem to harm the database. |
Topic: phpbb and mysql errors |
rft
Replies: 48
Views: 48601
|
Forum: MySQL for OpenVMS Posted: Tue Oct 09, 2007 8:32 pm Subject: phpbb and mysql errors |
Yes. We ran phpbb and mysql for a long time with no crashes. The system being OpenVMS we reboot only upon prolonged power failures or when installing software that requires a reboot. The system is ... |
|