database-agnostic
What happens when a table in a database has more rows than the max size of the index data type?
For example if i have a unsigned int in开发者_开发百科dex in my table, what happens when i get more rows than sizeof(unsigned int) ?[详细]
2022-12-20 06:36 分类:问答design for 'simple' inventory system
I want to make a relational database system for a local computer hardware non-profit. There are two inter-related features that I want to figure out how to implement. First, we need to manage our inve[详细]
2022-12-16 05:53 分类:问答Database independence
We are in the early stages of design of a big business application that will have multiple modules. One of the requirements is that the application should be database independent, it should support SQ[详细]
2022-12-14 08:57 分类:问答Database neutral .NET application
Many product developers want to write a .NET application which will work seamlessly with any popular RDBMS like SQL server, oracle, DB2 , MySql. If we use the Data application block it dynamically pic[详细]
2022-12-11 01:03 分类:问答