Wouter de Jong wrote:
> 
> Hmm, I know Perl and a bit of ASP. But I'm new to VBScript. So I'll begin
> with writing Perl+ASP stuff from scratch this time :)) However, are scripts
> that connect to M$ Access .mdb-files also written in VBScript ??? Cause I
> created a guestbook-application that does that, but I don't know the full
> 'background' about VBScript in ASP, so I don't know if THAT one is going to
> work. [until now, it doesn't --> so my guess it uses VBScript]
> 
> http://www.aitsh.nl/dev/test/guestbook/source.asp?file=tools.asp
> 

Yes, its VBScript, even worse its accessing an Access file 
through a native Win32 ADO/ODBC driver.  You won't be able to 
do this on unix.  For database connectivity, you will want to 
use the DBI interface && DBD::* drivers. 

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to