Viewing 15 posts - 1,561 through 1,575 (of 6,216 total)
Hey ZZ,
I dont have a code sample handy, I think it's one of the these two errors (the other is a timeout):
If Err.Number = -2147217871 Or Err.Number = -2147467259
Have...
September 22, 2003 at 11:10 am
Interesting question. I don't see any easy way offhand. Guess one way would be to insert everything into temp tables that had a key for the id's, then as you...
September 21, 2003 at 5:47 pm
I'll see about it adding to our book list.
Frank - I'd say an honest 4-6 weeks. Incredbile that in 2003 anything can take that long, but I sent several books...
September 21, 2003 at 5:41 pm
You're on track. If someone maxes out the range with a big insert (or the agent doesnt run often enough), you can run out of keys. Unless you have a...
September 19, 2003 at 7:39 am
No reason you can't do this, I do it all the time. Things to watch out for is any type of modal dialog/prompt for user input. App runs with no...
September 19, 2003 at 7:37 am
The typo thing is a good idea - will add to the growing list for items to look at in the next site iteration.
You're right, it was ease of publishing...
September 19, 2003 at 7:30 am
September 19, 2003 at 7:26 am
Deployment has always been the single biggest drawback to fat clients on an internal LAN. If you learn to manage this proactively, it can be done well and without a...
September 18, 2003 at 10:46 am
I took the VB.Net exam. Doable. We used the MS study guide and did quite a bit of hands on (got an article posted about it). I dont know that...
September 18, 2003 at 10:41 am
Haven't seen one, but it would be useful. Hopefully another reader has it!
Andy
September 17, 2003 at 6:13 pm
As far as I know it's per connection, no way to set globally. If you're running any type of login proc to record entry/exit, you could potentially put the SET...
September 17, 2003 at 6:12 pm
For reporting that isn't money/life critical, I'd say set the isolation level to read uncommitted. For reporting it hardly ever matters and blocking is often an issue - easier to...
September 17, 2003 at 12:44 pm
The procs themselves or the execution? You can select views and stored procs as part of a pub and they'll be sent over with the snapshot, but changes to the...
September 17, 2003 at 11:24 am
I don't have samples. Give it a shot, if you can't get it, post what you have and we'll work on it together!
Andy
September 17, 2003 at 11:23 am
For internal desktop apps I believe I can build quicker/faster/better with a heavier client - but still building logical layers. Web apps have their place and I've seen some amazing...
September 17, 2003 at 11:21 am
Viewing 15 posts - 1,561 through 1,575 (of 6,216 total)