ConvertDotNetDataset()
Part of my work right now deals with going between .NET and ColdFusion, and I hit a point where I needed ColdFusion to consume a .NET DataSet. I couldn't change the .NET service, so I wrote a UDF that converts .NET DataSets into ColdFusion Queries. Thanks to Erik Giberti at the National Wildlife Federation for his early work with this - I've expanded upon his ideas to be a little faster and support multi-table DataSets. You can download the UDF at http://clearsoftware.net/client/convertDotNetDataset.cfm.
5 comments - Posted by Joe Rinehart at 9:14 AM - Categories: .NET and ColdFusion