RAD Studio
ContentsIndex
PreviousUpNext
Using Data Explorer to Obtain Connection Information

Before you have a connection, you can use Data Explorer to assemble connection strings.

To browse database providers
  1. Choose ViewData Explorer or click the Data Explorer tab in the Project Manager.
  2. Expand a provider node under either dbExpress or Ado.Net to expose the list of available database providers.
  3. Expand the second–level provider node to view the list of potential connections.
To get connection information
  1. In the Data Explorer list of providers, right-click a second–level provider.
  2. In the context menu, click Modify Connection. The Add Connection dialog is displayed.
  3. In the Add Connection dialog, click Advanced. The Advanced Properties dialog is displayed, containing a scrollable list of connection properties. The left column contains connection string keys; the right column contains their values.
To format a connection string
  1. In the Advanced Properties dialog, enter values in the right-hand column for the connection properties named in the left column. The text field at the bottom of the Advanced Properties dialog contains the resulting connection string text.
  2. Drag the cursor over the connection string text to select the connection string text. Copy the text. You can then paste this connection string wherever you want.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!