therealgooey
therealgooey
CC#
Created by therealgooey on 3/1/2023 in #help
✅ Array Assignment Error
Yep, that was it! Now that I think about it, that makes sense. I appreciate the help
9 replies
CC#
Created by therealgooey on 3/1/2023 in #help
✅ Array Assignment Error
CS0131: The left-hand side of an assignment must be a variable, property or indexer.
9 replies
CC#
Created by therealgooey on 3/1/2023 in #help
✅ Array Assignment Error
Wondering if anyone can take a look at this.
9 replies
CC#
Created by N0mlss on 2/16/2023 in #help
❔ SQL: Shared data. One or two table
Yes. You don't want to have misc information attached to data that isn't related to what it's actually storing. I.e. if you're storing sales data, you don't want a column like "additional drivers".
14 replies
CC#
Created by N0mlss on 2/16/2023 in #help
❔ SQL: Shared data. One or two table
Is that a hard requirement? If that's the case, I would only have two tables if the rental and sale data differed enough to warrant it.
14 replies
CC#
Created by N0mlss on 2/16/2023 in #help
❔ SQL: Shared data. One or two table
Probably yeah. Depends on the business rules
14 replies
CC#
Created by N0mlss on 2/16/2023 in #help
❔ SQL: Shared data. One or two table
I would have a vehicle table with the vehicle information, and then I would have a finance table, and possible break that up into sales and rentals if the information diverged between the two.
14 replies
CC#
Created by therealgooey on 2/16/2023 in #help
❔ Large XML Documents Performance Issues
Yeah, I started switching to XmlReader yesterday afternoon when I realized that I probably wasn't going to be loading it into memory. However, we use XPath for lookups, and I've been running into problems integrating that without rebuilding XPath support.
5 replies