Business Data Catalog RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • XML definition imports OK but fails at runtime

    Hi,I'm a bit of a newbie with Sharepoint so please be gentle...What I've been trying to do is return a stock list recordset to a Business Data List; with a Business Data Item showing the details of the selected item. This should really be a no-brainer; I've gone through the SDK examples and ...

    4 answers | 2221 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing Application Definition file for a webservice

    hiI am trying to learn to write a application definition file for a simple webservice.I had a webservice with webmethod addtwonumbers which takes two parameters A & B and returns result in to C.for above defined scenario I wrote following AFD file: - <LobSystem ...

    2 answers | 17642 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Writing an ADF file for a WCF Service

    hi i am having a WCF service which inturn access other webservice i.e CurrencyConverter WebService for currency conversions which is as follows: Code Snippet public interface ICurrencyService { [OperationContract] double GetResult(string pFromCountryName,string pToCountryName,double ...

    0 answers | 1759 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Working with Business Data Column...changing column within the picker

    We've got a list with a business data column. It's somewhat working for now. The problem is that when a user clicks the browse button of the picker control, (this is a control to select a company by name), they get to search for the name because of the filters that are set up, but when they ...

    0 answers | 543 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Wildcard search / search string evaluation

    I defined the wildcard as "%" (this is proposed in all examples I've seen):<Property Name="WildcardCharacter" Type="System.String">%</Property>I've a SQL statement defined:Select Uid,firstname,lastname From dbo.Participant WHERE ...

    2 answers | 3691 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WildCard Error in Application Definition File Error with custom application

    I am trying to execute a application definition file through webpart .The filter has to be done based on UserID which is of Type Int64.But it gives error as "A Wildcard filter requires a TypeDescriptor that resolves to a String:Hence i tried to change the Filter descriptor to type ...

    1 answers | 28738 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • When BDC Webpart reports error, what log should we look at?

    Here's the message, what log is this referring to?"An error occurred while retrieving data from aspnetdb_ExtranetInstance. Administrators, see the server log for more information."...

    2 answers | 266 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • What use is the BDC ?

    In a question on another site I asked:It seems to me that you can self develop a lot on top of WSS so why would you buy MOSS at all?The answer was for the extra functionality of MOSS in:Excel Services, Form Services, Business Data Catalogue, Enterprise Search capabilties. This led me on th ...

    7 answers | 826 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • what are the drawbacks of using BDC in sharepoint.

    Can anyone mention the drawbacks of using BDC in sharepoint and any alternative for this....

    1 answers | 89 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • what are the drawbacks of BDC in sharepoint.

    I want to know the drawbacks of BDC and any alternative for thisThank you...

    0 answers | 83 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WebService and Paging / Sorting in Business Data List Web Part

    I have successfully created a BDC definition and connected it to a WebService, but paging does not work and sorting does not behave like I want either. When I click the link to change page, it does not change the page. How should I configure the BDC definition and WebService to allow for ...

    0 answers | 727 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Web Service Access via Proxy

    I'm trying to set up the Amazon web service example as described on the MSDN site. As internet access is through a proxy server, I've set the WebProxyServerConfiguration property on the LobSystemInstance to the proxy url as follows: <LobSystemInstances> <LobSystemInstance ...

    3 answers | 4366 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Web SERVICE + BDC + Application definition File+ TYped OBjects + Search +MOSS 2007

    HI , I am building an "application definition File" for a web service which has a complex Type(An object say 'Records' having 2 properties as Filter(of type string ) and Max rows(of type string) ). [snippet of code for Complex object] #region [Records Class] public class Records ...

    1 answers | 22485 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Web control (e.g. dropdown list, textbox) or URL as input parameter?

    How can I pass parameters to the BDC?E.g. Assume that I have a dropdown list with different names (name1,..., name10) and I want to group my result by nameX.SELECT * FROM myTable GROUP BY @nameXMy question is not limited to the GROUP BY expression it should work for every SQL statement ...

    3 answers | 918 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • ViewProfile (Action) not showing in BDC Data List

    Hello Guys, I've created BDC data list and BDC Related Data List to acheive Master/Detail scenario. I've used to create MSN search action in XML definition file using BDC Meta Man. But I'm not able to view 'ViewProfile' or "MSN Search' actions is BDC Data List, but i can able to view ...

    5 answers | 422 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "SharePoint - Business Data Catalog"
MSDN DEVELOPMENT