"SQL Server Compact 2008" including spatial support -


i've read somewhere there "sql server compact 2008" including spatial support search it, can't find anywhere. example, there's nothing on https://connect.microsoft.com/sqlserver/content/content.aspx?contentid=5470 regarding compact version.

does know scoop is?

i have situation here, have created wpf application sql compact edition database , want store spatial data in it. using google maps , want use geography data type not supported in ce. now, should best approach should follow, should use express edition how encrypt data in db / make safe?

you can store geography data in "image" column in sql server compact db, no support geography. can alos encrypty sql server compact db (as know already)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -