H

I use Windows XP Professional with IIS installed
In my .asp page I use this code
SQLIN = "INSERT INTO PROD(Leverantor,Kategori,Rubrik,Beskrivning,Bild) Values('"&Request.Form("Leverantor")&"' , '"&Request.Form("Kategori")&"' , '"&Request.Form("Rubrik")&"' , '"&massa&"', '"&Request.Form("bilden")&"')

oConn.Execute(SQLIN

This doesnt work on my local computer, but it works fine on a server
The thing is it worked until I installed Office2003 on my computer

Has someone got a solution to my problem? I´ve searched alot on support.microsoft.com but with no luck

Regard

Niklas

Connection execute updateable query by doug

doug
Mon Apr 26 13:54:47 CDT 2004

Knowing what "doesn't work" means would help us. What=20
exact errors do you see? What does happen?

doug

>-----Original Message-----
>Hi
>
>I use Windows XP Professional with IIS installed.
>In my .asp page I use this code:
>SQLIN =3D "INSERT INTO PROD
(Leverantor,Kategori,Rubrik,Beskrivning,Bild) Values
('"&Request.Form("Leverantor")&"' , '"&Request.Form
("Kategori")&"' , '"&Request.Form("Rubrik")
&"' , '"&massa&"', '"&Request.Form("bilden")&"')"
>
>oConn.Execute(SQLIN)
>
>This doesnt work on my local computer, but it works fine=20
on a server.
>The thing is it worked until I installed Office2003 on=20
my computer.
>
>Has someone got a solution to my problem? I=C2=B4ve searched=20
alot on support.microsoft.com but with no luck.
>
>Regards
>
>Niklas
>.
>

RE: Connection execute updateable query by anonymous

anonymous
Mon Apr 26 14:21:02 CDT 2004

Error message i
Microsoft OLE DB Provider for ODBC Drivers (0x80004005
[Microsoft][Drivrutin för ODBC Microsoft Access

Most I have found is regarding security permissions.
But the page worked fine until I installed Office2003 on the computer

//Niklas

Re: Connection execute updateable query by Kristofer

Kristofer
Mon Apr 26 16:55:23 CDT 2004

Hello,

See if anything here helps:

http://www.aspfaq.com/show.asp?id=2009

If you disable "Friendly HTTP Error Messages" in Internet Explorer, do you
get more information about the issue?


--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Niklas" <anonymous@discussions.microsoft.com> wrote in message
news:A7ACB403-2FE3-4154-AF60-CFCAC0D57568@microsoft.com...
> Error message is
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][Drivrutin för ODBC Microsoft Access]
>
> Most I have found is regarding security permissions.
> But the page worked fine until I installed Office2003 on the computer.
>
> //Niklas