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 Edition on the PC that is talking to the printer. Will the SQL Server Compact allow an external connection from the printer?
Asked
Active
Viewed 829 times
1 Answers
0
Yes, it will for sure. It have limitations, but it can be connected from another machine.

Community
- 1
- 1

Rafael Colucci
- 6,018
- 4
- 52
- 121
-
thanks for that and the links on limitations. I'll try it out soon. – kenny Apr 14 '11 at 23:49
-
from this link you're right. T http://technet.microsoft.com/en-us/library/ms172436.aspx – kenny Apr 15 '11 at 12:47