FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP and DB2 on an IIS Server
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP and DB2 on an IIS Server [message #172741 is a reply to message #172725] Sun, 27 February 2011 19:40 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On 27/02/11 16:45, Charles Buege wrote:

> But each time I try to use the following code, I get the following error: Fatal error: Call to undefined function db2_connect() in C:\phptest\baredata.php on line 17

Oh, also:

<?php
if (!extension_loaded('db2')) {
if (!dl('php_ibm_db2.dll')) {
die("\n");
}
}

print_r(get_extension_funcs("db2"));
?>

just to check that the function names are what you're expoecting.

Rgds

Denis McMahon
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem with web service
Next Topic: [ANN]VTD-XML 2.10
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 16:38:12 GMT 2024

Total time taken to generate the page: 0.04599 seconds