Viewing 15 posts - 61 through 75 (of 82 total)
Great, that done the job (used culaculated member).
I don't remembered to use old-style procedures to get desired data
Thanks!
July 23, 2004 at 8:38 am
Enterprise Edition for Windows 2000 Server?????
July 21, 2004 at 11:11 am
Yes, I think so. 🙁
Not wanted avoid AD groups, wanted to avoid use AD at all, except for auth IIS->SQL Server, but seems not to be possible 🙁
If I do...
June 1, 2004 at 10:04 am
Searching a bit more I've found some more help,
Efectively, seems to be a bug, in the links are some scrips to build your own and reliable IsNumeric function (Similar to...
April 30, 2004 at 7:54 am
Yes, is part of a routine of the type "add to string field, and if is number add to the number field too".
Yes again, I thought it was a bug,...
April 29, 2004 at 4:28 pm
Why?
It worked. =) (at least I can how to call rollback or commit)
Isn't the solution I'd wish, but certainly works.
April 22, 2004 at 8:40 am
I did it, still the same.
But still getting 0. Annalyzing a bit more, the SP always take the commit way, never try to rollback.
From this I assume @@Error returns 0...
April 22, 2004 at 8:10 am
Yes, I know, but this table is used by many apps (some not mine), so use UPPERCASE in all SQL instructions is not an option.
April 5, 2004 at 8:16 am
Thanks.
This Access incursion has been a little troubing. I'm, going to do it via web-based.
My skill is greater there 🙂
April 5, 2004 at 7:35 am
Thaks again.
I prefer to keep it simple and have all capabilities direclty to Access table/view object.
I think I will use ODBC to be capable to delcare the Primary Key (row...
April 2, 2004 at 8:11 am
Thanks Ebong, that's worked.
If I have the table as an ODBC linked table works fine.
If I have ADO direct server access with an Access Project I can't find how to...
April 2, 2004 at 7:41 am
This was an "on the fly" example to explain my situation, thats why are some errors. 😛
But my main doubt was about scope_identity(), I originally planned to use @@Identity, but...
March 29, 2004 at 8:43 am
Use:
SET ANSI_WARNINGS ON
SET ANSI_NULLS ON
GO
CREATE PROCEDURE....
....
To turn on These options before creating your SP
March 26, 2004 at 7:48 am
Sorry, was a typo error, I actually have
.... if @@error 0 begin @result = -1 rollback tran ....
But doesn't work, is the behavior described above
March 12, 2004 at 11:09 am
Viewing 15 posts - 61 through 75 (of 82 total)