Can someone please remove me from this mailing list. For some reason it is
not accepting "unsubscribe" command.
Thanks in advance for any help.
Vinnie
John Scoles <[EMAIL PROTECTED]>
01/28/2008 02:55 PM
Please respond to
[EMAIL PROTECTED]
To
Patrick Galbraith <[EMAIL PROTECTED]>
cc
dbi-use
Scott,
Better success this time. I first had to symlink mysql_config to
/usr/local/bin as it was not in my path, and the module expects it to be:
ln -s /opt/mysql/bin/mysql_config /usr/local/bin/.
Then I ran the following with success:
nanokov:/home/vlima
d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-b -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under hpux
Compiled at Feb 5 2002 16:07:56
@INC:
/opt/perl/lib/5.6.1/9000
Give me a few minutes, let me try to build it on my HPUX machine to see if
I run into the same problems.
v.
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying a
Are you required to have access to Oracle libraries when installing the
DBD Oracle perl module in an UNIX machine?
Thanks,
v.
This is a PRIVATE message. If you are not the intended recipient, please
delete
I will be out of the office starting 06/28/2003 and will not return until
07/07/2003.
If you need immediate assistance, please contact any other NMC Tools
Engineering member.
Try this (I use mysql - thus your mileage can vary):
$column_list = $connect->prepare("LISTFIELDS $oppanel_table") ;
$column_list->execute() ;
$column_list_numrows = $column_list->{NUM_OF_FIELDS} ;
for ($x=0;$x < $column_list_numrows; $x++)
{
print "
You need to specify into which column you want to enter your series of
"yes" values.
Again, go back and read the documents available for your database i.e.
mysql = www.mysql.com
Your syntax should be:
$sth = $dbh->prepare(qq(INSERT INTO $stable8 (col1, col2, col3, col4, col5,
col6, col7, col8)
|
| | |
| | 06/05/03 09:55 |
| | AM |
| | |
|-+--->
>---|
|
|
|To: Vinnie L
Anthony,
That is an incorrect syntax from what I can see. What are you trying to
do? insert a string into a table's column?
Your execution below is basically doing the following:
"INSERT INTO selecttable values(SELECT FROM table WHERE language= english)"
Which is incorrect.
v.
Hi,
First post to the group so please take it easy on me =)
I need to be able to allow a user (through the use of forms) to upload a
binary into a mysql table. I have the table somewhat defined with "BLOB"
column type and all.
My question is if anyone has any samples of code on how to properly
11 matches
Mail list logo