A ad Sep 25, 2005 #1 I create a script file (.sql) with DTS. How can I read it into Asp.net and execute it?
C Cor Ligthert [MVP] Sep 26, 2005 #2 Ad, For both you have to use the "ExecuteNonQuery" from a xxxcommand where xxx is the provider I hope this helps, Cor
Ad, For both you have to use the "ExecuteNonQuery" from a xxxcommand where xxx is the provider I hope this helps, Cor