PDA

View Full Version : IIS 5.0 Service Pack 3


Morgoth
09-16-2002, 08:06 PM
I installed the newest service pack, number 3, and I am having a problem with writing to a db. All my db are the same as they were before, no code is changed, and no read only is set.

Has anyone else had this problem? How can I make it so I am write to my db like I did before?
Do have have to change some propertise or add the db to it's own folder? What is going on?

It worked before with no problems, with SP2.

oracleguy
09-17-2002, 12:48 AM
I've been having DB problems too with SP3. Only with reading from them though.

I think SP3 caused more problems with IIS than it solved.

The specific problem I'm having is i can't say:

rs("MyField").value

I have to say:

rs.fields(0).value

given that 'rs' is my recordset object. It sucks but thats the only I've found to solve that problem.

So you aren't alone in your DB troubles.

Morgoth
09-17-2002, 12:49 AM
MS, what were you thinking?

I think I should just go back to sp2 but that would only cause security problems :(

Morgoth
09-17-2002, 04:40 AM
I think I am also having a problem with my SMTP server, can I not send an e-mail? it just sits in the queue folder.

WTF?!
This is starting ot really piss me off!