Viewing 15 posts - 16 through 30 (of 49 total)
Thanks for that response Wildh and a happy new year to you.
I think you've missed my difficulty.
The flow would be that job A kicks off an external process. If (and only...
January 5, 2005 at 5:46 am
Slightly off topic, but I didn't think you could install the SQL-Server service on XP Home edition. Am I wrong?
I know that you can install Enterprise Manager
Sam
January 4, 2005 at 3:24 am
Hi
This error normally means Access can't work out how to identify and pass back to SQL-Server which columns to update because it doesn't have enough information.
When you linked the SQL...
December 8, 2004 at 3:56 am
Sameh
Unless someone else knows an obscure bit if trickery you cannot safely generate your invoice numbers using "in-stream" SQL from VB the way that you have done it. You must...
December 6, 2004 at 3:13 am
How are you generating the new invoice number?
If you're doing it "by hand" then that's a receipe for things going wrong.
I don't know the format of your invoice number...
December 3, 2004 at 6:24 am
Sameh
This is a tricky one. Firstly SQL_Server handles multiple users very well and you wont get rows deleted as a result of this.
A good place to start would be to...
December 3, 2004 at 3:08 am
Stephen
No problem.... we've all been there and know what it's like to hit a brick wall. Glad my mutterings helped.
Sam
December 1, 2004 at 2:47 am
Thanks Yvan
Knew it had to be something
Sam
November 29, 2004 at 7:23 am
Hi Stephen,
Sorry if this sounds obvious but but can you try creating a simple test table in SQL-Server, then linking it to MS Access and seeing if you can do...
November 29, 2004 at 3:17 am
OK, having read all your comments, and despite my ealier post about there practically always being a set-based solution, there is one occasion where I used a cursor. It was this:-
I...
November 29, 2004 at 3:06 am
Good grief don't even think about using global temp tables.... the person who designed that bit of functionality had horns growing out of his head and a forked tail....!
Errrr..... whew,...
November 25, 2004 at 2:50 am
What if 2 or more users co-incidentally create a temp table called #Temp1 at the same time? As these are all held in tempDB the sysobjects tables needs to make...
November 24, 2004 at 3:26 am
OK I'll bite and be the first to jump in.
Cursor!! - don't make me larf, I'll do it using proper programming.
But seriously, when I first started SQL programming I'd come from applications programming...
November 24, 2004 at 3:20 am
Dallen,
I see what you mean now.
Sorry but the answer is no, you can't pass a table variable (or any other variable for that matter) outside of the batch or...
November 24, 2004 at 3:05 am
Hi
Just re-read your original post and I saw that it was Access 97 you were talking about, so ignore the first question.
The rest of it still holds true though... in...
November 23, 2004 at 3:23 am
Viewing 15 posts - 16 through 30 (of 49 total)