|
Laplink Everywhere SQL Processing Feature
What is SQL Processing Feature?
The Laplink Everywhere SQL Processing feature is used to access the power and flexibility of forms from a SQL database. This feature can be found after login into Laplink Everywhere via your web browser and locating "Remote Database" on the Laplink Everywhere left toolbar. This feature must be configured in order to work properly.
How will it help me?
SQL Database administrators write menu-driven "applications" using stored procedures that allow remote users to create and track orders or whatever the specific business need is. As an example, for the creation and tracking of orders, it allows remote users to create and track orders from beginning to end as follows:
- Check inventories
- Create orders
- Submit orders
- Track orders through the enterprise
- Prepare orders for shipment, and so on
How do I go about setting it up?
A SQL Database with the forms, stored procedures, etc. required to meet your business needs must be created and an ADO connection string then supplied to Laplink Everywhere on the host computer. A demo database is available for download and the tutorial below will assist you in loading this database and configuring the Laplink Everywhere host to access it.
- Download SQLProcessing.zip to a folder on your SQL Server that you can access when the download is complete. (download here)
- Extract files from SQL Processing.zip to C:\Program Files\Microsoft SQL Server\MSSQL
- A folder "SQLProcessing" will be created which contains all the database files you will need.
- Launch SQL Enterprise Manager
- Right click on "Databases"
- Click "All Tasks"
- Click "Attach Database" this will launch the "Attach Database" window
- Click the button with the three dots that is to the left of the verify button
- This will launch the "Browse for Existing File" window
- Browse to C:\Program Files\Microsoft SQL Server\MSSQL\SQLProcessing\Data
- Select FoneFile_Data.mdf and click ok
- You will now see a .jdf and .ldf file
- Change "Attach as" field to LLESQLProcessing
- Click OK
- The following box will appear – click OK
- The "Attach Database" window will close automatically and you will be returned to SQL Enterprise Manager
- Under Databases you will now see LLESQLProcessing
- Close SQL Server Enterprise Manager
We're now going to confirm access to our SQL Server.
- Launch SQL Query Analyzer
- A Connect to SQL Server window will pop up
- The SQL Server field should contain the name of your SQL Server Database
- Ensure SQL Server authentication is selected and enter username and password for SA (this is the username you setup when creating your SQL Server Database)
- Click Ok
- A query window should open and you should be looking at the master database
- If no logon errors occurred in #23 above, close the query analyzer
We're now going to setup Laplink Everywhere to point to our SQL database so go to your workstation that you installed Laplink Everywhere on
- Go to the workstation that you installed Laplink Everywhere on
- Double click on the Laplink Everywhere icon in the system tray and a Laplink Everywhere control panel will open
- Click on Configure and then click on remote database
- You will see a Remote Database windows with an "ADO Connection String" field
- Place your cursor in the "ADO Connection String" window and type the following:
Provider=SQLOLEDB;Data Source=machine_name;Database=LLESQLProcessing;User Id=sa;Password=passcode
*You must replace machine_name with the Computer Name of the SQL Server
*You must replace passcode with the password for SA that you setup when you installed SQL Server.
- Click OK
- Close your Laplink Everywhere Control Panel
- Launch www.ll2go.com and login as you normally would
- Go to the workstation in www.ll2go.com that you configured the remote database access to
- Click on remote database
- The window on the left of www.ll2go.com will display my.remote database and allow you access to the demo database that we just established.
|