perlom
07-25-07, 10:58
| Hi all, We are developing a client side application in C# that uses a local desktop database in its operation. The application was built using FireBird database which is a small footprint file based DB. However it doesn't support 64-Bit. Seeking another options, I looked into SQLite engine. Although it seemed that it has some popularity in that domain, however it lacked some important features that we need (i.e. some SQL commands are omitted like "ALTER TABLE ADD Constraint" or "CREAT DOMAIN"). Now I am looking into MS. Access as well,. My question is there any recommendation for a desktop DB that support 64-Bit (x64 machines), has good technical support, .NET implementation and has low administration over head. Any advice? Cheers |