Solved it after three days.......
Something funny was happening because my application was multi threaded. It was returning an error in the wrong place and actually related to another SQL query being executed else where in the code.
If knowlege can create problems it is not through ignorance...
Solved it after three days.......
Something funny was happening because my application was multi threaded. It was returning an error in the wrong place and actually related to another SQL query being executed else where in the code.
If knowlege can create problems it is not through...
nope only thing that exists on that table is a PK with an auto increment identity called ID
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov
Just to make double double sure I got rid of the parms and executed the following sql
INSERT INTO notes (RefID,TypeID,DateEntered,Username,[Subject],Body,DoNotSendToWeb,Deleted,SubTypeID) VALUES (0,0,null,null,null,null,null,null,null)
It failed with the same error after 129 successfull...
Thanks for the quick reply Borislav. Below is the Vb.net code used to create the command and execute it. Just to double check here is what the variable sql equles at the point of error :
INSERT INTO notes (RefID,TypeID,DateEntered,Username,[Subject],Body,DoNotSendToWeb,Deleted,SubTypeID)...
Hello,
I have an application that converts one database to another. This application has multipule threads all inserting diffrent data into the new database. The code works for a number of inserts ranging between 24 and 120 but then fails with the error:
There are fewer columns in the INSERT...
Hello,
I have an application that converts one database to another and one of the functions I use is insert_Note below. This application has multipule threads all inserting diffrent data into the new database. The code below works for a number of inserts ranging between 24 and 120 but then...
Hello,
I think my head is about to explode.
I have a flash application that connects to a asp.net web service. The flash application allows people to logon and query/ update the database through the web service, they can be logged on for hours and continuously be accessing the database.
I...
Hello,
I think my head is about to explode.
I have a flash application that connects to a asp.net web service. The flash application allows people to logon and query/ update the database through the web service, they can be logged on for hours and continuously be accessing the database.
I...
Hi,
I have been using a development version of windows 2008 for a couple of months as a web server running iis and PHP.
I decided that i had beter get a licence so purchased a copy of windows 2008 web server and did a clean install, reinstalling iis and PHP.
The only error i have is the...
Thank you both for your replies.
Ok the Computer Config/Windows Settings/Security Settings/System Services. settings in the GP all state that they are not defined, is this correct?
Here are some of the event log errors i'm getting on both the vista and 2008 computers.
Windows could not record...
Hi,
I have an issue which i think is to do with windows server 2000 active directory (This is because i was fiddling with it when all the problems started and i can't remember what i did).
I have a 2000 server acting as my domain controller with 40 odd pc's, all, except 1 which runs vista...
Thanks for the reply chris,
This is happening on the two sites that we drive trafic to.
Is it always the same campaign KW that fails?
No it happens accross the board.
Hugh
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov
That was my first thought but everything seems to be fine besides it's the ones that contain the ? that are causing the problems.
I.e.
2008-06-24 10:01:39 W3SVC1542998328 xx.xxx.xxx.xxx GET /start.aspx CAMPAIGN=UK+Google&KEYWORDS=mortgage%20offers 80 - 81.158.245.237 HTTP/1.1...
Um
This is intresting but i don't understand it......
All the failures have the whole URL including the ? in the
cs-uri-stem part of the log so that would mean that IIS is trying to find a file called start.aspx?CAMPAIGN=UK+Google&KEYWORDS=compare%20mortgage rather than start.aspx and then...
Ok I have got a bit further with this issue.
Looking in the log files I can see that for all of the errors i'm worried about have the user agent string
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;1813)
but that user agent string also returns sccesses sometimes so it isn't purely...
Thanks for the reply chris,
No I don't have version 8 of AVG installed or have any code that reads the UA but reading this forum
http://www.webmasterworld.com/search_engine_spiders/3615360.htm
the sugestion is that it is AVG and because the UA is invalid the website rejects the user thinking...
Hi,
I have a website where i'm getting 404 errors on a page that exists.
All the people that are getting this error have the following User Agent Header.
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)
From what i have read this is invalid due to the lack of a space between ; and...
Thank you for your reply computerjin. I have got a little further with the code since yesterday but I'm still having problems working out the correct angle.
The Problem:
I have a line on a form that i want to place a triangle in the middle of so i can show the direction of it. This line can...
I'm having a little problem with triangles. I have two points on a form with a line drawn between them. What I want to do is place a triangle in the middle pointing to point A from point B, where ever that maybe on the form.
This is more of a maths question than a programing one but how do you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.