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