Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat are the limitations to SQL Server Compact? (Or - how does one choose a database to use on MS platforms?)
    primarykey
    data
    text
    <p>The application I want to build using MS Visual C# Express (I'm willing to upgrade to Standard if that becomes required) that needs a database.</p> <p>I was all psyched about the SQL Server Compact - because I don't want the folks who would be installing my application on their computers to have to install the whole of SQL Server or something like that. I want this to be as easy as possible for the end user to install.</p> <p>So I was all psyched until it seems that there are limitations to what I can do with the columns in my tables. I created a new database, created a table and when I went to create columns it seems that there isn't a "text" datatype - just something called "ntext" that seems to be limited to 255 characters. "int" seems to be limited to 4 (I wanted 11). And there doesn't seem to be an "auto_increment" feature.</p> <p>Are these the real limitations I would have to live with? (Or is it because I'm using "Express" and not "Standard"). If these are the real limitations, what are my other database options that meet my requirements? (easy installation for user being the biggie - I'm assuming that my end user is just an average user of computers and if it's complicated would get frustrated with my application)</p> <p>-Adeena</p> <p>PS: I also want my database data to be encrypted to the end user. I don't want them to be able to access the database tables directly.</p> <p>PPS. I did read: <a href="http://www.microsoft.com/Sqlserver/2005/en/us/compact.aspx" rel="noreferrer">http://www.microsoft.com/Sqlserver/2005/en/us/compact.aspx</a> and didn't see a discussion on these particular limitations</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload