What do I need to do to "turn off" the frameworks need for a data source?
Really all you have to do is comment out the SetConnections() method in the AppMain.vb file. If you are going to have BOs this becomes more tricky. You can create a "dummy" connection, but any Save() or Undo() calls will fail since it will try to use the connection.