Viewing 15 posts - 16 through 30 (of 937 total)
Evil Kraig F (9/23/2011)
Mike C (9/23/2011)
So here's a...
September 23, 2011 at 5:27 pm
I just saw that getMD5hash myself. What exactly is the point of that field? In addition to what Kraig pointed out, if you absolutely need to populate this MD5 hash,...
September 23, 2011 at 5:12 pm
SQL can guarantee the integrity of your individual SELECTs followed by INSERTs by itself, but it sounds like your .NET app is single-threaded? If that's the case the "tail-end" theory...
September 23, 2011 at 4:18 pm
Elliott Whitlow (9/23/2011)
September 23, 2011 at 4:13 pm
Based on the OP's description it sounds like he's checking to see if the record exists first. Possibly via SELECT prior to INSERT.
So here's a question: assume a CI on...
September 23, 2011 at 4:08 pm
Evil Kraig F (9/23/2011)
September 23, 2011 at 3:32 pm
j_depp_99 (9/23/2011)
September 23, 2011 at 3:29 pm
Hi Jonathan,
I'll take a look at it. I've actually created an expression evaluator using Irony, but I'm interested in taking a look at how you approached it. One thing I'm...
June 26, 2011 at 6:34 pm
Hi Jonathan,
I recall our conversation, but I can't find our old email exchange (I recently had to restore my system, lost a big chunk of emails). I definitely like what...
June 26, 2011 at 5:58 pm
laptop (6/26/2011)
However, I have two concerns about the approach taken. First, it relies on the Irony project, which is a...
June 26, 2011 at 4:10 pm
Been a while since I've done anything with Classic ASP/VB, but it appears the only thing that DLL you were looking at is doing is storing a "table" of noise...
May 17, 2011 at 8:01 pm
mbrading (5/17/2011)
Hi Mike,Very sorry ... a different bookmark for a different download.
This was an asp script doing a similar conversion job.
Sorry to waste your time.
Regards
Matt
No problem Matt. I'm still...
May 17, 2011 at 7:09 pm
mbrading (5/17/2011)
The first line in the global.asa file is the problem ...
object id="NoiseWords" progid="IISSample.LookupTable" runat="Server" scope="Application"
That progid is not valid on...
May 17, 2011 at 5:46 pm
mbrading (5/16/2011)
Thanks for your help ...
When I install the provided scripts, the global.asa file throws the follwonig error ..
The object has an invalid...
May 17, 2011 at 5:39 am
Never heard of lkuptbl.dll. Can you be more specific with an exact error message, maybe the code that's causing problems?
May 16, 2011 at 10:01 am
Viewing 15 posts - 16 through 30 (of 937 total)