To just get your code editor to the point of having a namespace in a DLL to
add more code... you can just start Visual Studio - create a Class Library
of your langauge choice.... then you can rename the Class1 file in solution
explorer to a more appropriate name... and then replace the Class1 file's
content with something like this:
Namespace XXXXXX
Public Class DBFunctions
End Class
End Namespace
Hope this helps!
--
Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional -- DPM