engineertdog
✅ Object Reference is null, even with try/catch
Yeah, I could use that as a bypass until I get this reworked. This will work for small systems with less than 500k rows, but the systems that have 5 million rows is going to be problematic with this approach.
13 replies
Base Class architecture
My question, is, am I on the right track? This class currently does Source->Destination and Destination->Source (effectively). Should this be broken out? One base class, another to reverse data flow? The intent is that I'd have the application specific classes that determine how data is pulled and formatted, and then I/O (extract/flush) classes for being able to read/write to file, SQL, or SDK
4 replies