The easiest way to create a SQL db from Code
(We’ll get back to the series on Reflection next week.)
So, I’ve started experimenting with replacing my TestComplete test scripts with CSharp test scripts. This shouldn’t be too big of a deal since most of what I’m scripting are web applications and I can control that code via the WebBrowser control.
Well, the first thing my current script does is delete a database and recreate it. When I went looking for how to create a database, all I could find was code similar to this:
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Friday, April 11th, 2008
