Viewing 15 posts - 1 through 15 (of 20 total)
What do you mean by "data access interface inconsistent"? Why can't this be done? I mean it's just two conditions.
September 25, 2009 at 7:26 pm
By the way, do you know how to add multiple conditions to a IF NOT EXISTS query. I need to check two conditions instead of one. I first...
September 17, 2009 at 2:11 pm
thanks Elliot, you are correct. Sorry I didn't acknowledge your query.
September 17, 2009 at 2:06 pm
Yes, I do need to get this in one row, so that the result set will be
Supervisor
Joshua Miller
Employee
Raymond Greer
Can you get this?
September 17, 2009 at 10:03 am
Let me be clearer.
The first table is just the employee table. the second table is the relationship between the people in the first table. What I would like...
September 15, 2009 at 5:44 am
Problem solved. Thanks for everyone who responded with their expertise. Apparently, the code in the app was postbacking every second due to the timer control and therefore updating...
January 11, 2009 at 10:29 pm
Can someone teach me about triggers. My experience with sqlserver is pretty much limited to creating stored procedures, so I don't know know anything about logging tables as Sam...
January 10, 2009 at 7:35 pm
I ran the profile trace, and when it went through the code, there was nothing unusual: The procedure only has one parameter "@username" and the command text for the...
January 10, 2009 at 10:09 am
There are no triggers on the table at all!
I executed the stored procedure within sqlserver and the column updated fine. However, when done through the code of the application,...
January 10, 2009 at 5:32 am
Thanks for the reply, but this query will not do when you are dealing with paging on gridviews, or datalists.
January 2, 2009 at 12:31 pm
The problem I have with his solution is that he has a predefined set. No one has a predefined set of data in the real world. My data...
January 1, 2009 at 6:23 am
I ran the query as suggested, but the result was the same as the result as my query, it only sorted it by Correct, but not by the Totaltime.
Correct needs...
December 31, 2008 at 6:36 pm
I have used your code, however this doesn't work either. Thanks for replying though. I hope someone could come up with a solution for this and explain it...
December 31, 2008 at 4:32 pm
I figured it out after fiddling around with it. In the end, it was a simple solution, a one of sql grammar you might say. The problem was...
November 2, 2008 at 6:03 pm
Thanks for responding.
Here is what I get when I print the @sql
SELECT id, ViewDate, AutoID, Fullname, Person, Color, Price, State
FROM(SELECT ViewDate, AutoID, Fullname, Person, Color, Price, State,
...
November 2, 2008 at 4:40 pm
Viewing 15 posts - 1 through 15 (of 20 total)