| Thread | Last Post | Replies |
|
| Different results between SQLCLR and Winforms dll | 20 Feb 2007 22:20 GMT | 1 |
I wrote a some crypto wrappers into a dll for use in our vb6 app and for abstraction for when we migrate to a pure .net app. In the dll I created the following hash routine. Original function from dll:
|
| CLR stored procedures in TableAdapter: no fields are populated? | 17 Feb 2007 20:56 GMT | 6 |
While experimenting with CLR stored procedure, I discovered it won't populate the fields in the TableAdapter, like a normal stored procedure. Why is this? GetClientList = normal stored procedure
|
| Attempts to use DefaultNetworkCredentials on Async web service methods doesn't work | 16 Feb 2007 18:10 GMT | 2 |
I'm back, and I've got a new wrinkle. In the last episode, I had to resort to using the Async methods for invoking web services so that ThreadAbortExceptions .Abort() the call without sticking the connection open.
|
| Extra UDF parameter appeared | 16 Feb 2007 13:14 GMT | 1 |
I have application which integrates into MS SMTP server and filters incoming SMTP messages. Based on the sender address the app queries a database angainst blacklist and whitelist. Everything was working fine, and all of a sudden without changing the app, it logs the following ...
|
| Application Configuration Block & Stored Procedures.. | 12 Feb 2007 23:06 GMT | 9 |
I have looked at the MSDN docs/google etc.. but I have not found any help, so I thought I would throw the question/query out to the public... so here goes.. I have an existing library that is configured via a application
|
| Reference to System.Messaging | 07 Feb 2007 19:06 GMT | 1 |
I just wanted to write a CLR function that evaluates some data and eventually sends a message using MSMQ. So I added a reference to System.Messaging. When creating the assembly I get an error claiming that System.MEssageing cannot be
|
| SQL Mobile CE - Removing records from table with RDA TrackingOn | 07 Feb 2007 10:09 GMT | 1 |
I am sure that some one has solved this problem before. i am using RDA to do Data syncronisation from SQL CE to SQL2005. It seems that if you PULL a Table with TrackingOn and then delete the Record from the server. It does not get reflected on the PDA after next PUSH.
|
| Aborting Web Service Method Invokes after ThreadAbortException | 05 Feb 2007 22:19 GMT | 1 |
I had started and rambled on in another thread about this problem (AppDomain unloads - ThreadAbortException during WebRequest.GetResponse()), but I thought I do a fresh post with new information and fresh ramblings. I have a pair of simple SQL CLR functions, one which does a
|
| Optional parameters in CLR stored proc | 05 Feb 2007 11:27 GMT | 5 |
How do I specify an optional parameter for a Visual Basic CLR stored procedure? I also need to include default values. Thanks
|
| What is a "Standard Database"? | 04 Feb 2007 03:12 GMT | 2 |
I'm looking for some guidelines to design, develop and maintain a standard database. I mean standard in terms of naming conventions, schema, security, availability, maintenance and every aspect that there is standards. However I'm not sure if there can be standard rule for all of ...
|
| AppDomain unloads | 02 Feb 2007 20:53 GMT | 3 |
I'm getting the behavior that an AppDomain unload occurs (due to memory pressure) and after that regular synchronous web service calls I made before now stall and timeout, but if I do something like switch to a etc/hosts based entry to the target, I can successfully access it.
|
| schema | 01 Feb 2007 13:51 GMT | 2 |
How do I specify the schema to use when I deploy a CLR stored procedure from the Visual Studio?
|