Re: Help with ODBC/CGI/IIS

2002-02-15 Thread Mark Bergeron

Not unless you purchase XP Pro. It also comes bundled with Win2K pro and of course 
Win2K Server. And BTW, i thought it was pretty crappy of MS not to have it for XP Home 
OR support PWS for XP Home. Oh well, Apache it is!

-Original Message-
From: Al Hospers[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu Feb 14 13:31:25 PST 2002
Subject: Help with ODBC/CGI/IIS

just out of curiosity...

where do you get IIS these days? at one time it was a d/l on the MS
site  it also came with my NT server. can you d/l IIS5 somewhere?

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

Shockwave and Director development, CD-ROM, HTML,
CGI scripting, and Graphic Design.

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



___
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Help with ODBC/CGI/IIS

2002-02-14 Thread Hall.Liz

Hi -

I am getting the following error when running a cgi script in IIS.This same code
worked fine using Apache and I am not sure what is happening.
The error is: 
Perhaps the capitalisation of DBD 'ODBC' isn't right. at
C:\Inetpub\Scripts\clickcount.cgi line 210 

Here is my connection code:
 $dbh = DBI-connect( q{DBI:ODBC:ExLinks},
{RaiseError = 1,
 PrintError = 1,
 AutoCommit = 1} );

The ODBC.pm file is located in the \perl\site\lib\dbd\ directory, and I did not
think this was the problem. Although there is a w32odbc.pm file there as well.
If I chnage the script to 
 $dbh = DBI-connect( q{DBI:w32ODBC:ExLinks}

I get a similar error to the error above. I saw a note from a while ago stating
this might be a permissions error and to check the odbc entry for the db. Once I
am in regedit.,however, I am not sure where to look to change this ??(I did set
the odbc connection up using 'system dsn')..
Any help would be greatly appreciated :
Thanks in advance,
Liz H.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Help with ODBC/CGI/IIS

2002-02-14 Thread Al Hospers

 Once I
 am in regedit.,however, I am not sure where to look to change
 this

in general you don't set permissions in Regedit. try right clicking on
the fole in question  looking at the Security tab.

Al



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Re: Help with ODBC/CGI/IIS

2002-02-14 Thread Mark Bergeron

Yes, by all means get out of the registry. There are so many other ways to set your 
stuff up. Unless of course you really like that sort of thing.

Here is a link from MS on IIS. It may help:
http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/iis/tips/iis5chk.asp

IIS 5 Overview and tips:
http://www.microsoft.com/windows2000/en/server/iis/

I have also used some of MS's lookdown tools and other utilities. I have those links 
too if you want them.

Mark


-Original Message-
From: Al Hospers[EMAIL PROTECTED]
To: 'Hall.Liz'[EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Thu Feb 14 02:28:59 PST 2002
Subject: Re: Help with ODBC/CGI/IIS

 Once I
 am in regedit.,however, I am not sure where to look to change
 this

in general you don't set permissions in Regedit. try right clicking on
the fole in question  looking at the Security tab.

Al



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



___
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Help with ODBC/CGI/IIS

2002-02-14 Thread Al Hospers

just out of curiosity...

where do you get IIS these days? at one time it was a d/l on the MS
site  it also came with my NT server. can you d/l IIS5 somewhere?

Al Hospers
CamberSoft, Inc.
alatcambersoftdotcom
http://www.cambersoft.com

Shockwave and Director development, CD-ROM, HTML,
CGI scripting, and Graphic Design.

A famous linguist once said:
There is no language wherein a double
positive can form a negative.

YEAH, RIGHT




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]