I think I had the same problem. Gerald proposed to set up another object
with single table or something similar.
Angus Lees wrote:
>
> On Mon, Dec 10, 2001 at 10:10:40AM +0100, Robert wrote:
> > Angus Lees wrote:
> > > DBIx::Recordset::SQLInsert():
> > > return $self->do ("INSERT INTO $self->{'
> not being able to insert any new entries gave me the incentive to fix a
> few bugs:
>
> DBIx::Compat now knows about Pg joins
>
ok
> s/\*Table/*MainTable/ in several places that look sensible
>
that's also ok
> stray debugging print now protected by "if debug > 2"
>
ok
> s/OUTER/LEFT O
Hello,
>
> I'm running under NT with the latest Active State PERL and Embperl binary
> distribution
>
> I am trying to get an embperl program to run under CGI. I have the
following
> simple cgi program
>
There is a script called embpcgi.pl in the distribution, which should
normaly do the right th
>
> I want to make pdf files using htmldoc who convert html files on the
server
> to pdf and send them to the browser but i can't use static html files.
>
> My document are processed via embpcgi.cgi.
>
The Execute function allows you to get the result in a scalar.
Take the embpcgi.pl and rep
> is it possible to send a 'unauthorized' - 401 header from an embperl page?
>
I didn't have tried it, but I don't see any reason why it shouldn't work.
> i tried $http_headers_out{'unauthorized'} = '401', without success.
>
> i'd like to have a user-authentification without using a '.htaccess
Hello,
I'm running under NT with the latest Active State PERL and Embperl binary
distribution
I am trying to get an embperl program to run under CGI. I have the following
simple cgi program
#! c:\perl\bin\perl -wT
print "Content-type: text/html\n\n";
$template='c:\oracle\ora90\apache\apache\h
not being able to insert any new entries gave me the incentive to fix a
few bugs:
DBIx::Compat now knows about Pg joins
s/\*Table/*MainTable/ in several places that look sensible
stray debugging print now protected by "if debug > 2"
s/OUTER/LEFT OUTER/ in BuildFields
I'm still fuzzy on S
Hi there!
I want to make pdf files using htmldoc who convert html files on the server
to pdf and send them to the browser but i can't use static html files. I
build my pages dynamically with embperl and data from a postgreSQL database.
As i saw all i have to do to make it happen is to pre-process
is it possible to send a 'unauthorized' - 401 header from an embperl page?
i tried $http_headers_out{'unauthorized'} = '401', without success.
i'd like to have a user-authentification without using a '.htaccess' file
regards
thoren
8#X
-
Angus Lees wrote:
>
> just started using DBIx::Recordset Links with PostgreSQL and ran
> into a few problems:
>
> DBIx::Compat gives SupportSQLJoin => 0 for Pg.
> PostgreSQL 7.1 (at least) claims to fully support joins.
>
> DBIx::Recordset::BuildFields() has explicit code for SupportSQLJoin = (
10 matches
Mail list logo