sybperl-l Archive
Up Prev Next
From: =?iso-8859-1?Q?Bj=F6rn_Nilsson_W_=28EDT=29?=
<Bjorn dot W dot Nilsson at edt dot ericsson dot se>
Subject: placeholders in sybperl
Date: Apr 20 1999 3:21PM
Hi all!
Is there a way to use placeholders in SybPerl like there is in DBD:Sybase?
(In DBD:Sybase I would write:
$sth = $dbh->prepare(Iq{nsert into table (ID, Name) values (?,?)});
$sth->execute(42, 'Eenie');
# etc.........)
or should I use stored procedures in the database and call these to get the
same result?
Greetings
Björn
Björn Nilsson 40 46579 Web Solutions
@ARGV=split(/\S\n?/,<
|