rengber


Member since 07/25/2006

Location: New Zealand

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

57 snippets

7848 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 1070 posted 17 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 1567 posted 17 years ago by rengber
Noob stuff, but I always end up looking this up.
0 873 posted 17 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 1045 posted 17 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 1466 posted 17 years ago by rengber
0 852 posted 17 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 1406 posted 17 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 1089 posted 17 years ago by rengber
1 933 posted 18 years ago by rengber
Weird issue with Intellisense and the HitTestInfo class. Just type it in, it will compile.
1 1215 posted 18 years ago by rengber
Annotated version of the Microsoft/GotDotNet demo from the MSDN Wiki.
0 962 posted 18 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 1103 posted 18 years ago by rengber
0 811 posted 18 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 1024 posted 18 years ago by rengber
1 2 Next »