× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Mon, 2004-08-23 at 16:37, Kelly Cookson wrote:
> <?php
>   //Define the connection to the database.
>   $odbc =
> odbc_connect("mysystem","myusername","mypassword") or
> die("Couldn't define connection");
>   //Define the library and file name.
>   $libname = "MYLIB";
>   $filename = "MYFILE";
>   //Get the info.
>   $res400 = odbc_columns($conn_ODBC, "mysystem",
> $libname, $filename, "%") or die(odbc_errormsg());
>   //Display results.
>   echo odbc_result_all($res400);
> ?> 
> 
> The script fails on the attempt to assign $res400. 
> The message from odbc_errormsg() reads as follows: 
> 
> Warning: odbc_columns(): supplied argument is not a
> valid ODBC-Link resource in
> c:\apacheserver\Apache\htdocs\php\iseries1.php on line
> 14

"$odbc" is the variable name for your connection, but you are sending
"$conn_ODBC".  It is sometimes hard to see this stuff in a loosely typed
language like PHP.

Joel
http://www.rpgnext.com



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.