New List using SQL Server

<< Click to Display Table of Contents >>

Navigation:  PlantExpressTools > How to use > Update Selection Lists > Setup >

New List using SQL Server

Previous pageReturn to chapter overviewNext page

In this example we use a SQL Server database with the table "Services".

Selection Lists 62

We open the main dialog again.

Selection Lists 01

We see the configuration of the previous chapters. Make sure they are all disabled before continuing.

Selection Lists 63

As with MS Access we create a new UDL file.

Selection Lists 64

We get the same empty dialog.

Selection Lists 65

This time we need to select a SQL Server provider. Windows by default already have the "Microsoft OLE DB Provider for SQL Server" installed. The other Providers may come with installing SQL Server or SQL Server Management Studio. Or you can download them here.

Selection Lists 66

You type in the SQL Server name.

Typically SQL Server databases don't use their own user name and password to identify yourself, but rather use the Windows user name.

Selection Lists 67

After you typed in the server name you can select the database from SQL Server.

Selection Lists 68

As with MS Access you should test the connection to make sure everything is ok.

Selection Lists 69

Make sure you get a positive result.

Selection Lists 70

Again, the path and files name is shown.

Selection Lists 71

We make it relative again.

Selection Lists 72

We select the table, columns and category settings.

Selection Lists 73

We see the new line.

Selection Lists 74

We update the Selection List.

Selection Lists 16

We get the result.

Selection Lists 17

When we check we see the content from our SQL Server database.

Selection Lists 75

Next Chapter: Delete Lists