Viewing 15 posts - 1 through 15 (of 21 total)
Attn: Enthusiast
Disregard my last post, I got it working properly.
Thanks again for all your help.
December 3, 2004 at 9:04 am
Awesome. All the quote you wrote does work the way I want it. The only exception is the Receipt.UserId applied to the OUTER JOIN. When I add the OUTER JOIN...
December 3, 2004 at 8:58 am
All the field headers display, but the existing data is not displayed.
December 3, 2004 at 7:45 am
Attn: Enthusiast
I used both examples above, that included the fields in the table. However, when I run the select statement, even though, there are records in the table. It does...
December 3, 2004 at 7:32 am
I currently have a view called vwSelect_Receipts, but I don't have the second line (in red above) as part of the view. Can I use the following line within the...
December 2, 2004 at 3:04 pm
I just tried the code you posted and did not receive an error. The message was display after I created the table.
(3 row(s) affected)
(3 row(s) affected)
December 2, 2004 at 2:54 pm
In creating the stored procedure that takes a user's login as a parameter and returns the correct credential, how is this accomplished. My user login requires the user to enter their...
November 22, 2004 at 10:55 am
Thanks, I will give that a shot.
November 9, 2004 at 3:27 pm
Would I use the DECLARE @Receipt, @OfficeCostCtr, then use SET @Receipt = SELECT etc.
I've never used a variable before, so I'm not sure how to use it in a TRIGGER. ...
November 9, 2004 at 2:11 pm
I'm not doing a bulk insert. It's one record at a time, so how can I get the value first and then include it in my insert statement.
October 19, 2004 at 2:28 pm
Thank you so much for the time you spent on resolving my problem. I'm very appreciative also of the resolution you came up with. Once again, thanks.
October 8, 2004 at 6:50 am
Here's the script file. I wasn't sure if I could import the .sql file into this post, so I copied the file below.
Note: If there is a way to upload...
October 7, 2004 at 12:35 pm
Thank you, David. I will try that.
September 10, 2004 at 1:56 pm
To: Julian
Ye, I tried the SQL statement and it worked the way you said. I'm so happy. (I still need to know if this will work with a View or...
July 2, 2004 at 7:21 am
To: Julian Kuiters
I'm building a front end application that will be accessed through our intranet with a SQL backend. When the users login, they will be directed to a main...
July 2, 2004 at 7:07 am
Viewing 15 posts - 1 through 15 (of 21 total)