Hi monks,
I am trying to retrieve the temporary tables record using
dbi:Sybase module
$sth1 = $dbh->prepare("Select * from #tmp1")
but after running the query it says like..
DBD::Sybase::st execute failed:
and #tmp1 table does not exist.
can anyone suggest me how to retrieve the data from temp table.
Thanks in advance
perluser