I appreciate the response. The reason we are not upgrading Crystal is because the company is in the midst of migrating from a Legacy system to SAP, and may not need these existing reports once it is implemented. If the business decides to keep some of the reports, we will look to upgrade to...
I have a Web app running on an Intranet server that impersonates a specific account in order to access the SQL Server database. The app has a link to a Word doc in a secure directory only allowing certain employees access. Problem is that the program is impersonating an account that does not...
I don't think they would ever need to run on seperate servers. Also, both solutions would involve connecting to a Legacy system and a SQL Server. Will performance be better by combining the solutions into one Web Service?
We have 2 seperate business problems to resolve that require the use of Web service technology. My question is, should we use 1 Web service or use 2 distinct Web services to facilitate a business solution? I am really looking to get advice on the best practice for this situation with my main...
I am attempting to do an INSERT RESULTS into a sqlCe database table, but receive exception stating that "There was an error parsing the query. [Token line number,Token line offset,,Token in error,,]". Code in question is shown below.
CODE
Friend Sub InsertAllScoringDetail(ByVal headerID As...
I am attempting to do an INSERT RESULTS into a sqlCe database table, but receive exception stating that "There was an error parsing the query. [Token line number,Token line offset,,Token in error,,]". Code in question is shown below.
Friend Sub InsertAllScoringDetail(ByVal headerID As String...
We currently have 2 mobile devices using a custom .NET mobile application and SQLCE to successfully merge data with the SQL Server. Currently have one publication setup on the SQL Server with only one subscription that is being used by both mobile devices. Is there any way to prevent specific...
I am using VB.NET and Outlook 2003. I need to retrieve the SMTP email address from the outlook mail object instead of the exchange address that is returned when reading the SenderEmailAddress property. Please help.
I am using the Microsoft Outlook 11.0 Object Library. When the code is executed the SaveAs method of the MailItem object returns an error stating "The parameter is incorrect." It will only save if the type parameter is olTXT. This code worked in the past using Outlook 2000.
Imports...
I have tried this but it doesn't seem to be working.
ALTER PROCEDURE GetApprover
@Cost money,
@EmployeeNumber varchar(5) = NULL
AS
DECLARE @ManagerCost money
DECLARE @MaxCost money
SET @ManagerCost = (SELECT Cost FROM Approver WHERE EmployeeNum = @EmployeeNumber)
SET @MaxCost = (SELECT TOP...
I developed a custom windows service that needs to access the outlook object to resolve email addresses. Worked fine until I installed it on a Windows 2003 server. Now it locks up during the resolve process because of a security measure on Windows 2003 server. So I ran the resolve process in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.