php-general Digest 7 May 2013 13:16:20 -0000 Issue 8220

Topics (messages 321019 through 321022):

ODBC
        321019 by: georg
        321020 by: David OBrien
        321021 by: georg

filesize question
        321022 by: Curtis Maurand

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Hi,

Id like to get ODBC connection to SQL from PHP going. Ive done that on XP, but 
now Im switching
to Linux (Fedora). 

My impression in that the connecting part is per the DB designers 
responsibility. Im using Mimer-SQL,
but cant find any information on how to set up ODBC for that. Any advice 
welcome.

BR georg

--- End Message ---
--- Begin Message ---
On Mon, May 6, 2013 at 3:32 PM, georg <georg.chamb...@telia.com> wrote:

> Hi,
>
> Id like to get ODBC connection to SQL from PHP going. Ive done that on XP,
> but now Im switching
> to Linux (Fedora).
>
> My impression in that the connecting part is per the DB designers
> responsibility. Im using Mimer-SQL,
> but cant find any information on how to set up ODBC for that. Any advice
> welcome.
>
> BR georg


http://developer.mimer.com/howto/howto_57.htm

--- End Message ---
--- Begin Message --- but isnt there some yum command that will fix things for me (download if necessary, but I actually think
the ODBC would be in the distribution of fedora ?)

br georg

----- Original Message ----- From: "David OBrien" <dgobr...@gmail.com>
To: "georg" <georg.chamb...@telia.com>
Cc: "PHP General" <php-gene...@lists.php.net>
Sent: Monday, May 06, 2013 11:06 PM
Subject: Re: [PHP] ODBC


On Mon, May 6, 2013 at 3:32 PM, georg <georg.chamb...@telia.com> wrote:

Hi,

Id like to get ODBC connection to SQL from PHP going. Ive done that on XP,
but now Im switching
to Linux (Fedora).

My impression in that the connecting part is per the DB designers
responsibility. Im using Mimer-SQL,
but cant find any information on how to set up ODBC for that. Any advice
welcome.

BR georg


http://developer.mimer.com/howto/howto_57.htm



--- End Message ---
--- Begin Message ---
Hello,
I'm feeding a filename to a php script on the command line (command line program). I run the following against it:

$inputline = fread($inputfile, filesize($argv[1]));

I'm getting an error complaining that the second parameter can't be '0'

any ideas?

thanks,
Curtis





--- End Message ---

Reply via email to