SQL Server Compact Edition (connect from external connection)
I'm working with a device (barcode printer) that can connect to a database to retrieve some of it's information. I want to host SQL Server Compact开发者_如何学C Edition on the PC that is talking to the printer. Will the SQL Server Compact allow an external connection from the printer?
Yes, it will for sure. It have limitations, but it can be connected from another machine.
What are the limitations to SQL Server Compact?
精彩评论