Calling .NET libs from Delphi?
Basically, I’d like to call sql generators from .NET System.Data.SqlClient, like it is done here:
http://scriptdb.codeplex.com/SourceControl/latest#ScriptDB/DatabaseScripter.cs
How much bending over backwards is required to to do this?
#sql