Introduction.
We have already seen that the SourceConnectStr property, when used together with the 'Source Database' property in an MS Access Query, allows us to open and work directly with external data sources such as dBase, FoxPro (Versions 2.5 or 3.0), and Excel tables.
We also learned how to include these property specifications within an 'IN clause' directly in the SQL statement of a query.
However, for data sources such as AS/400 (iSeries), SQL Server, and FoxPro (via newer database engines), Access requires an ODBC (Open Database Connectivity) connection string. This connection string defines how Access communicates with these external systems, specifying the driver, data source name, authentication credentials, and other parameters needed to establish the connection.
ODBC Connection String
The best way to learn and understand more about the Connection String Syntax of different ODBC Data Sources is to go through the following steps and look at the Connection String of the Linked Table:
Create an ODBC DSN (Data Source Name). Refer to the Post Linking with IBM AS400 Tables.
Link the Table from the source directly using File -> Get External Data -> Link Table.
Select ODBC Databases in the Files of Type control.
Select the ODBC DSN that you have created from the displayed list.
Click OK. If you have not created a DSN, you can create a new one by selecting the New... Command Button.
Select the Table to link with your MS-Access Database.
After linking the Table, select the linked Table.
Select Design from the Database Menu. You will receive a warning message saying that the Linked Table Structure cannot be modified. Click Yes to the Prompt: Do you want to open it anyway?
Display the Property Sheet (View ->Properties).
Description Property of Table
On the Description Property of the Table Structure, you will find the ODBC String that can be used directly on the Query's SourceConnectStr Property.
A few examples of ODBC Connection String Values are given below:
AS400 (iSeries) Table:
- ODBC;DSN=myData;UID=UserID;PWD=Password;TABLE=PAVUP.APC161D
- ODBC;DSN=MyData;UID=UserID;PWD=Password;DATABASE=Parts
- ODBC;DSN=Visual FoxPro Tables;UID=;PWD=;SourceDB=C:\MyFoxpro;SourceType=DBF;Exclusive=No;BackgroundFetch=Yes;Collate=GENERAL;Null=Yes;Deleted=Yes
As shown in the examples above, the DSN Name, User ID, Password, and other parameters in the ODBC connection string are specific to each data source and must be entered accurately to establish a valid connection to their respective tables.
In the case of the AS400 (iSeries) ODBC connection string, the table name and library (or folder) name are separated by a dot (.), following the convention used in IBM systems, for example, `MYLIB.MYTABLE`.
For more details on setting up such connections, you can refer to the earlier discussion titled “Linking with IBM AS400 Tables”, which explains how to properly link AS400 (iSeries) tables to a Microsoft Access database using ODBC drivers and connection parameters.
I've Found a SQL scanner that can locate any SQL server at your network (multi-subnet) it can also try to brute force the SA user account (or any other account) to make sure the password is not easy.
ReplyDeleteyou can get it here: http://www.softpedia.com/get/Internet/Servers/Database-Utils/SQL-Locator.shtml