At 20:57 -0800 2002.03.11, macnerd wrote:
>I guess this cannot be helped, but it's ok.  On Windoze,
>I can make scripts through either JScript or VBScript that
>can tell programs like Office to autocreate stuff.  For
>example, view a table, and click on a button that generates
>an Excel spreadsheet.

OK, you want to embed an AppleScript in a web page to do stuff.  That is, I
think, possible, but outside the scope of MacPerl stuff.  It's not
something many of us pay attention to.


>> Yes and no. DBI is ported, but if you want to use a database
>> system, I don't
>> know of any DBD's that are ported to Mac (even though some
>> could be). There
>> is a proxy module that allows you to use "proxy" to a host
>> that has the
>> proper DBD's, which I think is included in the DBI bundle.
>
>That's pretty bad.

It rarely proves to be a prooblem.  Most of the time, DBD::Proxy suits
whatever purposes you may have.  You need to have a connection available to
the remote DB anyway, so you make that connection to a DBI::ProxyServer
proxy with DBD::Proxy instead of directly to the DB itself with
DBD::Whatever.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to