


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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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."...
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 ...
Can anyone mention the drawbacks of using BDC in sharepoint and any alternative for this....
I want to know the drawbacks of BDC and any alternative for thisThank you...
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 ...
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 ...
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 ...
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 ...
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 ...
