I am trying to start the server and it returns the following in the
interbase.log.
ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001
INET/inet_error: connect errno = 111
ns1.mautec.com (Client) Sat Apr 14 22:06:05 2001
/opt/interbase/bin/ibguard: guardian starting bin/ibserver
Steve Werby wrote:
> "Tim Ward" <[EMAIL PROTECTED]> wrote:
>> SHOW COLUMNS FROM tablename
>> is the MySQL query
>
> That works well from the MySQL commandline, but isn't as useful from
> within a PHP script if Mauricio wants to control the formatting of it,
> limit the
> fields displayed and use
HI,
does anyone knows how to retrive information about the columns names of a
table?
I know that is possible to use show table mytable using isql but
I need to get information about the columns using sql.
that information is to be accessed with a php script. so, I'm looking
for something resemb
Since ibase_query returns true if the query succeeds I've tried this, but
with the same problem with ibase_fetch_row:
$stmt = "select count(*) from soldcars";
if ($query= ibase_query($stmt) or die ("alert('" . ibase_errmsg() . "'); ")){
$result = ibase_fetch_row($query);
$
Hello, this is my first attempt to query and print a result coming from a
database, in this case interbase6.
I got the following error: InterBase: Dynamic SQL Error SQL error code =
-504 Cursor unknown in maingeral.htm on line 8
Here's the code:
alert('" . ibase_errmsg() .
"'); ");
$st
t too beatifull but so far, I'm a litte too short in html/php and this is
going to help me to finish the job.
At first, I though that the apache it itself called php and it finds the
escape sequence, not that the entirely file has to be parsed by php.
Thanks for your replays
Mauricio
ually do stuff with Delphi/Builder and now I'm moving
to web oriented programs.
Thanks for looking!
Mauricio Junqueira
Mautec Corp.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
7 matches
Mail list logo