RE: Error comiling with C Api

2001-02-28 Thread Barry Radloff
well maybe I am just confused but I think that that function is in the libc library, but then again I found it in the static library ie libc.a... Why am I confused... I thought that it should have been included by default or am I wrong, but I guess this is a question for a different NewsGroup...

RE: Having trouble to use array in SELECT statement.

2001-02-26 Thread Barry Radloff
Yes Rolf is correct I think this is actually a perl Q... because I assume that is perl you are using so you should declare the array as: @array = qw(bla bla bla bla lba); Secondly using the array in the select will not give the desired results because it will print out something like select bla bl

RE: Saving pictures in MySql

2001-02-23 Thread Barry Radloff
I hearterly concur ... -Original Message- From: Mikel King [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 03:46 To: Barry Radloff Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: Re: Saving pictures in MySql Greetings, In most cases you will find that the storage o

RE: Saving pictures in MySql

2001-02-23 Thread Barry Radloff
If your using PHP there is an article here on doing it with PHP3, it works on 4 as well. HTH http://www.phpbuilder.com/columns/florian19991014.php3 Dave W. -Original Message----- From: Barry Radloff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 10:56 PM To:

RE: help! perl and MySQL Beginner Warning!

2001-02-22 Thread Barry Radloff
Hi Thomas well it may be that the install put it in another directory other than in the ones listed below I too am a bit of a beginner with perl and mysql but I found my DBI stuff in another dir so I used the following in my perl script use lib "dir/path/here/to/libs"; This tells perl to look

RE: i stand corrected if this is wrong - :-

2001-02-21 Thread Barry Radloff
February 2001 10:32 To: Barry Radloff Subject: Re: i stand corrected if this is wrong - :- Barry Radloff wrote: > > oops wrong site name :-( > go to www.cpan.org... > > Sorry > -Original Message----- > From: Barry Radloff > Sent: 21 February 2001 08:16 > To:

RE: Save image to database

2001-02-21 Thread Barry Radloff
Hi I asked the same Q a while ago about bin data if you look in the archives of this list it should still be there look under "binary data" as the subject To point you in the right direction tho here are some excerpts from my answers that I kept... if you look at the second excerpt there is a p

RE: :mySQL

2001-02-20 Thread Barry Radloff
oops wrong site name :-( go to www.cpan.org... Sorry -Original Message- From: Barry Radloff Sent: 21 February 2001 08:16 To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: :mySQL hi ryan DBD::... are 'drivers' for perl to a specific db, you need to go

RE: :mySQL

2001-02-20 Thread Barry Radloff
hi ryan DBD::... are 'drivers' for perl to a specific db, you need to go to www.cpan.com and download the DBI module for perl and the relevant driver I assume mysql as this is a mysql list... alternatively if you have net access you can use: perl -MCPAN -e shell and type install Bundle::DBI (i

RE: Finding the 'field names'

2001-01-31 Thread Barry Radloff
hi Jamie I' not too sure about the fields for the tables but I think a better way to implement this is to seperate the items from the options hence you have three tables instead of one,ie table 1 *product_id, (other product fields) table 2 *option_id, name, value,

Binary data

2001-01-30 Thread Barry Radloff
hi I am pretty new at this and would like to know how does one store a binary blob to the mysql DB ie I would like to store a jpeg to the db Thanks Barry Radloff R&D Media24 - Before posting, please check:

Binary data

2001-01-30 Thread Barry Radloff
hi I am pretty new at this and would like to know how does one store a binary blob to the mysql DB ie I would like to store a jpeg to the db Thanks Barry Radloff R&D Media24 https://secure.moveabout.com/servlets/about/CRSignup.po?referral_id=b_radl