Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
71 views

how do you statically find dynamically loaded modules

How does one get (finds the location of) the dynamically imported modules from a python script ? so, python from my understanding can dynamically (at run time) load modules. Be it using ...
1
vote
1answer
786 views

Dynamically calling a NODLL cobol program from a DLL cobol program on z/OS

On the mainframe using Enterprise Cobol for z/OS, is it possible to dynamically CALL a Cobol Dyamic link library (DLL) program from a cobol program that has been compiled with NODLL?
0
votes
1answer
3k views

Having problems loading PHP Driver for SQL Server 2008 Express

I am trying to make use of the PHP driver for MS SQL Server version 1.0. I have everything setup but I think I am having trouble loading up the extension php_sqlsrv_ts.dll. I have gone to the command ...