Viewing 15 posts - 76 through 90 (of 112 total)
Hi there,
I've had the same problem and I'm on service pack 3A and it still hasnt got any better!
Rolf
July 21, 2003 at 3:14 am
The SAGE software uses a proprietary database. Its pretty old and is based on something called Retreive 4G I think!
We have support through the SAGE reseller but they have not...
July 11, 2003 at 8:15 am
Thanks,
I didnt realise the logic would be so similar to VB etc.
Looks simple enough..I'm off to try it thanks again.
Rolf
July 10, 2003 at 6:35 am
All the clients are set to TCP. Its also very intermittent. For the vast majority of the time the connections are fine.
Rolf
July 1, 2003 at 2:20 pm
Its SQL2000 with service pack 3. The ODBC driver is old (3+ years) but its not that that is causing the problem. The old driver is the reason the IIs...
June 23, 2003 at 4:55 pm
Thanks for all the replies.
So the general opinion is to not force SQL to lock a row but use a flag and attempt to write that flag as;
Update table where...
June 6, 2003 at 2:43 pm
That last suggestion is neat but unfortunately I have to check first that the bid value has not changed since the initial point that the user started the bid. Tried...
June 4, 2003 at 11:46 am
thanks for the replies...looking into an ActiveX script now.
Rolf
June 4, 2003 at 11:42 am
Anyone else got any views on this concurrency problem or why I cant get my head round the conception of flagging being any more robust...?
Rolf
May 29, 2003 at 2:10 pm
Thikning about the flagging method; wont that be just as suceptible to concurrent attempts...? Two users could be setting the flag to locked at the same time, they would both...
May 21, 2003 at 3:55 pm
isnt that just a more precise way of locking tables...?
Rolf
May 21, 2003 at 2:35 pm
Thought there might be some issues with locking...in what instances would locking be suitable then..?
Thanks again
Rolf
May 21, 2003 at 1:40 pm
You can also use ActiveX scripting within a DTS task and use the SPLIT command of VB, like so;
split(YourString, ",")
This will split a string(which in your case is one dimensional)...
December 31, 2002 at 3:05 am
I didnt realise that by activescript you meant ActiveX script! Dum really I should have guessed.
Already read that section then dived straight in ann built my VBscript code to read...
December 20, 2002 at 6:35 am
Cant find anything much about it in BOL =(.
Will give it a go today. Luckily its not a mission critical job, just something to save someone some time!
Hopefully I am...
December 20, 2002 at 1:32 am
Viewing 15 posts - 76 through 90 (of 112 total)