PDA

View Full Version : سوال: مقایسه AccessوSQLServer Compact



moh899
شنبه 10 مرداد 1394, 15:46 عصر
سلام
یک برنامه میخوام بنویسم که دیتابیس اون لوکال هست.برای دیتابیس Accessبهتره یاSQLServer Compact؟
اگه دوستان یه مقایسه از از هردو رو بدن ممنون میشم.

alvandlinux
یک شنبه 08 شهریور 1394, 00:32 صبح
دوست عزیز sqlite رو هم بررسی کن.به نظرم با توجه به شرایطت sqlite بهتر باشه. sqlite احتیاج به نصب هیچ برنامه جانبی نداره. در لیست زیر مجمو عای از مزایاش معرفی شده


SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include:


[*=left]Zero-configuration - no setup or administration needed.
[*=left]Implements most of SQL92. (Features not supported)
[*=left]A complete database is stored in a single disk file.
[*=left]Database files can be freely shared between machines with different byte orders.
[*=left]Supports databases up to 2 terabytes (2^41 bytes) in size.
[*=left]Small code footprint: less than 30K lines of C code, less than 250KB code space (gcc on i486)
[*=left]Faster than popular client/server database engines for most common operations.
[*=left]Simple, easy to use API.
[*=left]Self-contained: no external dependencies.
[*=left]Sources are in the public domain. Use for any purpose.