Hi gang,
I'm new to Visual Studio's T4 template engine, and I'm wondering how I can use COM objects to build templates. Specifically, SQL-DMO (to generate classes from stored procedures on a SQL 2000 server, SNO is not an option).
Have any of you guys done this? Any tips?
<#@ import namespace="SQLDMO" #>
is not working.
Thanks!