Hi,

I'm writing a large app with VB and SQL server and was intersted on some thoughts about the best method for data access:
1. Should I stay away from data controls and stick to code?
2. Is it better to use data class DLLs. If so, if there a way to share 1 connection value among various pieces of the app?

Lastly, and my biggest question is, right now the app is one large monolithic exe that I want to break up into modules. What is the best method to break up forms in an app into different modules yet share information between them?