I want my application to create database in the user’s computer. The database would be simple, with only one table. Is this possible? What would be in the connection string? Should the user have installed some kind of server?
I want my application to create database in the user’s computer. The database would
Share
I suggest you take a look at SQL CE – it is an embedded database which you can distribute with your application.