Viewing 15 posts - 16 through 30 (of 79 total)
Just to clarify, do I write dynamic SQL to call sp_executesql ? And by 'dynamic SQL' are you referring to a stored procedure?
If possible, what would sample code look like?....I...
January 9, 2009 at 12:45 pm
GAIL , it works! much thanks.... 🙂
-uman
December 12, 2008 at 2:23 pm
Hello, (Matt, Gail, and the rest of the pros!)
I'm back, and I have written a trigger. It works given your instructions.
However, the underlying table has 2 columns which are defined...
December 12, 2008 at 12:55 pm
Matt, it works ! I appreciate your help.
Moreso, I appreciate clueing me into the reason for the coding. I'm saving this for future research.
-uman
December 9, 2008 at 2:15 pm
rbarryyoung (12/3/2008)
[
Use the triggers, Luke.
:laugh: (dang, I'm channeling Obi-Wan's ghost again...)
My light saber apparently has a glitch!
The following trigger is not working:
USE [db]
GO
/****** Object: Trigger [dbo].[trTest] ...
December 9, 2008 at 1:28 pm
Jonathan Kehayias (12/3/2008)
December 5, 2008 at 9:14 am
Ninja and Mitchel...
I can get no farther than the screenshot I've illustrated above. So, in Ninja's suggestion, I open the file through the Access app itself, and I choose "Open...
December 4, 2008 at 9:41 am
ha...pretty funny...
Gail, i like your signature quote...its "otherwise" for me ! :hehe:
Will follow your directions from here on out....
December 4, 2008 at 9:24 am
Awesome, thanks Matt!
December 3, 2008 at 10:23 am
Grant Fritchey (12/3/2008)
I'm sorry if none of this answering your questions, but I'm stil a bit confused about what you're trying to achieve and where the issues lie.
Grant, no problem....
December 3, 2008 at 9:59 am
GilaMonster (12/3/2008)
December 3, 2008 at 9:54 am
GilaMonster (12/3/2008)
umanpowered (12/3/2008)
UPDATE or INSERT will format a lastupdate column with the data I need. Thats fine. But because I work with a couple of related rows against the...
December 3, 2008 at 9:43 am
GilaMonster (12/3/2008)
You only need to know stuff about the internals when something breaks...
December 3, 2008 at 9:30 am
rbarryyoung (11/3/2008)
As Jonathan said: "getdate()" needs to be the definition of the column's default value, and not the definition of the column itself.
Hi,
As a side question, do you know of...
December 3, 2008 at 9:00 am
Um, actually I was interested in unlocking a locked .mdb file. (See Perry Harts post above).
But with respect to your information, do you know if there is any code...
December 3, 2008 at 8:37 am
Viewing 15 posts - 16 through 30 (of 79 total)