Re: DBIx::Recordset::SQLInsert confused by links

2001-12-10 Thread Robert
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->{'

Re: DBIx::Recordset patches

2001-12-10 Thread Gerald Richter
> 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

Re: Newbie Question

2001-12-10 Thread Gerald Richter
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

Re: Working with scalar and htmldoc

2001-12-10 Thread Gerald Richter
> > 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

Re: http_headers_out

2001-12-10 Thread Gerald Richter
> 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

Newbie Question

2001-12-10 Thread Scott Marienski
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

DBIx::Recordset patches

2001-12-10 Thread Angus Lees
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

Working with scalar and htmldoc

2001-12-10 Thread Louis Dufresne
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

http_headers_out

2001-12-10 Thread Thoren Johne
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 -

Re: DBIx::Recordset, Pg and JOINs

2001-12-10 Thread Robert
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 = (