Viewing 15 posts - 166 through 180 (of 237 total)
Thanks Jeff, I appreciate the time you've spent on this
November 14, 2006 at 8:31 am
Jeff, many thanks again. I've adapted your code to work with my database, The only thing is unless I use it on a field that is unique the results are...
November 14, 2006 at 7:46 am
Thanks Jeff, at first glance as you've said it should be easy to change this into a SP, can I get back to you when I try this out later...
November 13, 2006 at 2:15 am
Many thanks for all your assistance. you've been a great help and I think I've lean't stuff along the way
November 2, 2006 at 9:31 am
Basically, I've made a program that lists all the databases on my server, and when I click on a table in my list it goes away and lists all the...
November 2, 2006 at 9:23 am
I've alread tried that, but no luck
November 2, 2006 at 8:49 am
That appears to work, any idea why? thanks again for your patience
November 2, 2006 at 8:33 am
That appears to work, so what is the difference? by the way, I'm very grateful for your patience
November 2, 2006 at 8:32 am
I've not been able to get it to work at all in the QA
November 2, 2006 at 8:08 am
I am at a loss, it's not just the fact that "GO" doesn't get printed, it's that sometimes whole lines get missed of too, I've even printed off quite large...
November 2, 2006 at 7:34 am
I think the short answer to both questions is no, I used a debug.print to see if the text was there but hidden.
November 2, 2006 at 7:08 am
it's not just Go that get's missed, I tried it again on another SP and I go
CREATE PROCEDURE spDeleteReminder @sMemo as VarChar(200),@sDate as varchar (200)
AS
instead of
CREATE PROCEDURE spDeleteReminder @sMemo...
November 2, 2006 at 6:29 am
it's for editing purposes, I'd be using update on the record and as I won't know which field I'd be updating it'll be difficult keeping track of which field I'd...
October 5, 2006 at 8:54 am
thanks for pointing me in the right direction
October 5, 2006 at 1:57 am
Thanks John, that worked a treat
August 29, 2006 at 6:50 am
Viewing 15 posts - 166 through 180 (of 237 total)