rengber


Member since 07/25/2006

Location: New Zealand

Website: http://rengberg.blogspot.com/

57 snippets

4789 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

rengber's Recent Snippets



1 2 Next »
Stupidly simple, but I keep forgetting it.
0 781 posted 16 years ago by rengber
Typically won't work if the ASP.Net service identity (in the machine.config ProcessModel section) is a local account.
1 1165 posted 16 years ago by rengber
Noob stuff, but I always end up looking this up.
0 616 posted 16 years ago by rengber
This persists the dynamic classes generate by the .net serialize to disk at location C:\Documents and Settings\A063913\ASPNET\Local Settings\Temp Note. This will allow you to debug into the serialized classes from VS2005
1 732 posted 16 years ago by rengber
This is as small as this can go: 'xs:dateTime(sql:variable("@stringDate"))' It needs to be a literal string for the Value() function. Xml Datatype http://msdn2.microsoft.com/en-us/library/ms189887.aspx Sql:Variable() Function http://ms...
0 1141 posted 16 years ago by rengber
0 565 posted 16 years ago by rengber
If there will be multiple sets of these tags in a scanned XML string, you need the '?' after the '*' to specify a non-greedy (lazy) match.
4 1076 posted 16 years ago by rengber
You could eliminate the ListDictionary if you created a simple method to map C# types to DbTypes. Although this method also lets you skip over some object properties my using the ListDictionary to contain a subset of properties. It could also be us...
0 836 posted 16 years ago by rengber
1 674 posted 17 years ago by rengber
Weird issue with Intellisense and the HitTestInfo class. Just type it in, it will compile.
1 911 posted 17 years ago by rengber
Annotated version of the Microsoft/GotDotNet demo from the MSDN Wiki.
0 677 posted 17 years ago by rengber
Dots match any charecter, this matches any 7 chars. You need to change that bit to match a different pattern.
1 802 posted 17 years ago by rengber
0 545 posted 17 years ago by rengber
Very important to set the RefCursor Type. Otherwise you get the PLS-00306 Error 'Wrong Number or types of arguments'
0 751 posted 17 years ago by rengber
1 2 Next »