Re: Connecting to a Database

2002-03-10 Thread Thomas Whitney
You can disregard the previous message -- I finally got to work, (by sheer tiral and error). If any is interested, let me know and I will send the code that woks. "Thomas Whitney" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > H

Connecting to a Database

2002-03-10 Thread Thomas Whitney
Works !!!. data_source = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("data/security.mdb") Set con = Server.CreateObject("ADODB.Connection") con.Open data_source Anyone have any idea what I am doing wrong?? You help would be appr

Re: Win32::API module

2002-03-10 Thread Thomas Whitney
nmake fixed it. Thomas Whitney > Does anyone know how to install the Win32::API module onto a > Win2K professional system? I found this module on cpan but the > instructions call for 'make' and 'make' is not available on Win32. > Thanks. > > > -- To u

Re: Problem w/ Module Installation

2002-02-25 Thread Thomas Whitney
.18894.963BCDE@localhost... > From: "Thomas Whitney" <[EMAIL PROTECTED]> > > > I am attempting to install a module on a Win2K machine using Active > > State Perl v5.6.0 build 615. > > > > I decompress the module and extract its contents to a

Re: Problem w/ Module Installation

2002-02-25 Thread Thomas Whitney
Oliver, Your guess was correct--I did not h ave the nmake exe file and had no idea where to get it, so thank you very much for the link. It saved me a lot of time. "Oliver Andrich" <[EMAIL PROTECTED]> wrote in message E16fKKX-00012S-00@fitheach">news:E16fKKX-00012S-00@fitheach... > Hi Thomas,

Re: Problem w/ Module Installation

2002-02-25 Thread Thomas Whitney
63BCDE@localhost">news:3C7A3554.18894.963BCDE@localhost... > From: "Thomas Whitney" <[EMAIL PROTECTED]> > > > I am attempting to install a module on a Win2K machine using Active > > State Perl v5.6.0 build 615. > > > > I decompress the

Problem w/ Module Installation

2002-02-25 Thread Thomas Whitney
I am attempting to install a module on a Win2K machine using Active State Perl v5.6.0 build 615. I decompress the module and extract its contents to a new folder in \perl\site\lib. Then in the command prompt I 'cd' into that new directory and type 'perl makefile.pl' --everything goes fine, ther