Monday, March 07, 2005

Using ADO.NET in VCL for .NET

In early posts I have mixed both worlds to enable use of ADO.NET in VCL.NET and vica versa.
Bob Swart has an article about TADONETConnector component which enables you to feed ADO.NET datasets to VCL for .NET clients.
I have not noticed this component before, but it seems to connect the ADO.NET world and VCL.NET world in a perfect way!
The article also describes a way to consume a ASP.NET webservice in a VLC for .NET client!

No comments:

Use an image as your UIBarButtonItem

Using an image as your UIBarButtonItem in your navigationcontroller bar can only be achieved by using a common UIButton as the BarButtonItem...