This blog posting will help in configuring BDC.
Requirement-
SharePoint Server 2007
SharePoint SDK
Adventure Works Database
For backend purpose we will using Sql adventureworks database
Download details- http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en
Download details- http://www.codeplex.com/MSFTDBProdSamples
Click on the Setup.exe to install Application Definition Designer.
Replace
myServerAddress with Sql Server Name
myDatabase with AdventureWorks or the database name in case you are using other then AdventureWorks.
After replacing these details click on connect
This will prompt you with a screen "Enter the name for the LOB System". Give some meaningful name to your ADF File.
Expand the tree structure based on the screen shot above and select Find_[AdventureWorks] and then click on Execute.
Enter a valid value to see if it pulls up the result or not. I picked up the value "1" by looking at the table DimProduct
Now we know that our connection and Find functions are working properly.
On successful import we will get the message "Application definition Import Successful "
Over here we have selected EnglishDescription,EnglishProductName,ModleName,ProductAlternateKey,ProductKey and ProductLine.
Value under "Display this field of the selected type" is the one against which Check name feature will work
Click on Ok
Test- This is our BDC Column.
All these steps will help us in creating a simple BDC Configuration. We can create and develop more complex BDC solutions using various other tools