Portable
I write a program abd use sql and i want write it and cell it I want it could be portable may be in destination's system there is no sql server what should i do
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 13, 2009, 2:19 AM
by design the program is not designed well, a portable application cannot use a sql server unless you want it to talk to a main SQL appliaction, and sell your services as part of the deal. otherwise i would recommend you to either change the design to an XML file or scheme because any type of DB just wont work on a portable based application.
sorry...
MaharajePosted Aug 12, 2009, 11:12 PM
i can't use Compact Edition or SqlEngine?
or Convert my SQL to OpenSource mysql?
if i want to use compact edition all of my code programming will change?
Master BillaPosted Aug 12, 2009, 10:46 PM
Then you keep own sql server in your place, and make it all your sold programs connect to your sqlserver.
or else you can use the Open source Database likes MySql
Thank you