I need to connect to my network SQL server from Enterprise Browser. The SQL example shown just connects/creates a database on the mobile device. How do I connect to my SQL server? ! !
Connect to SQL server from Enterprise Browser |
Connect to SQL server from Enterprise BrowserI need to connect to my network SQL server from Enterprise Browser. The SQL example shown just connects/creates a database on the mobile device. How do I connect to my SQL server? ! ! |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi, Enterprise Browser does not have any special features for interfacing with remote SQL servers, in this case it would behave just like any other browser and you could use JavaScript to access your server. This StackOverflow post looks appropriate.