ms

ms access adp calls a stored proc (SQL Server ) but just hangs in 2005 but ok in 2000

Hi This never happened before, the apd doesnt return any error messsages, just calls the stored proc (delete statement) but doesn't complete, no error message. This only happens when calling the sp on SQL Server 2005, it's fine with the same query in SQL Server 2000. It doesnt make any sense! Please Help!! I've run out of ideas, I wi...

custom modelbinder

Hi I want to create a custom modelbinder which validates the bounded model. I have found several examples of this and it works as it should. But I want to also to be able to send the user back to the page he came from if there is errors in the model. Is this possible to do and are there any obvious side effects by doing this? What I w...

ASP issue in retrieving datas

set rs6= objconn.execute("select TotalDays from newbank where " & _ "newbank.empid= '" & session("EmpID") & "' and newbank.LeaveType = 23") Here 23 is the value in the Field name LeaveType.But TotalDays are not retrieving.Can help to solve this Thank You ...

subject is missed at receiver end.

Hi, while sending mails from our J2EE application . Subjects are blank at the receiver side (in MS outlook) , but the same mails receives fine (receives subject) with yahoo,gmail etc. We have used the "ISO-8859-1" encoding for mail content. ...

Is there some templates for CMS to make web site like MSDN Library ?

like MS Library: http://msdn.microsoft.com/en-us/library/default.aspx or like Android developers portal: --http://developer.android.com/guide/topics/resources/available-resources.html-- ...

Access MS SQL Server from a web application present in linux machine?

I can access MS Sql from a web application resides in Windows. But it is not possible with a web application reside in Linux. com.microsoft.sqlserver.jdbc.SQLServerDriver is used in this application. Following are the configurations. Tomcat 6 MS SQL 2005 jdk6 Driver :com.microsoft.sqlserver.jdbc.SQLServerDriver ...

MScharts line chart

hi, i am using mschart to plot a line graph.in which i want to plot multiple series in one chart area so i am using for loop to obtain series1,2,..... and the line graph is working fine for the series1 when the second series is added the yaxis is interval is getting reduced the chart is becoming samll i.e chart area it is using is becom...

With CTE is same like temp tables ?

Hi all, I am using "WITH CTE" inside my trigger. So if many users came into my web app, does the performance will be slow. Droping will be automatically happen. Will creation and droping of CTE is more costlier. Is is advisable? How much can i store using WITH CTE? Is it same like TEMPORARY TABLE? ...

Visual Studio 10, JavaScript intellisense inside javascript.js file, and where is the MicrosoftAjax-vsdoc.js

I can get javascript intellisense going from and aspx or master page ie <script src="../../Scripts/jquery-1.4.1-vsdoc.js"type="text/javascript"></script> <script type="text/javascript"> $.isFunction( </script> gives me a drop down in vs2010. I do all(most) of my js coding inside a js file. How do I get intellisense drop do...

MS Ajax, Visual Studio, vsdoc MicrosoftAjax-vsdoc.js

Is there a vsdoc for ms ajax (MicrosoftAjax-vsdoc.js) ? ...

How do I create an MS Word add-on that automatically recommends terms by detecting what user is typing (muti-word matching)?

I am aware of auto-complete and custom dictionary, but my application requires matching multiple, unspecified number of words or acronyms. I want to suggest to user a standard way of writing a particular term by detecting what she means. Kind of like when you are typing a date and word suggests the standard format. ...

MS CRM 3.0 , CRMWEBSERVICE,

we Have a ms crm 3 instance installed and running on a VM, we have created a separate project and are creating a custom web service. we have added web references to the crm webservice as well as the metadata service and it connected fine. however when we try and use the CRMService.[entity] it is not providing us with any of the entities ...

printing a record

Hi, I am using this code to print a record from the form Private Sub btnPrintRecord_Click() On Error GoTo Err_btnPrintRecord_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.PrintOut acSelection Exit_btnPrintRecord_Click: Exit Sub Err_btnPrintRecord_Click: MsgBox Err.Description Resume Exit_...

MS Access 2007 Blob Image export?

I have a MS Acccess 2007 database where we have inserted jpg images as blobs. I am looking for a tool that can export these images to MS SQL Server database. Any advice will be appreciated. Rob ...

MS Access 2007 Duplicate values (key violation error) and have eliminated duplicate values

I have been importing the same type of excel file into MS Access 2007 and have had not problem until recently. The message says I have a key violation when I am overwriting a table. There were duplicates in the excel file (primary key field) which I deleted and I checked the excel file meticulously. I have reimported and its still show...

How to use MS Azure AppFabric via proxy server in corporate network

I'm testing the Service Bus AppFabric within our corporate network by runnng the Echo service sample from the AppFabric SDK samples (WindowsAzurePlatformAppFabricSDKSamples_V1.0-CS). However, the code seems to hang at the host.Open(), and no exceptions being thrown. I left the program running like hours but it's still hung at that line...

Creating a CSV File in java from a HashMap

I have a hashMap in java in terms of some keys which each key is indicating a flow. Then each value showing statics about each packet belongs to that flow. What I need to do is, to draw graphs for each flow based on those values. for example: Flow1: {[length, time],[],[],...} Flow2: {[length, time],[length, time],[],...} i need t...

MS Access query with dynamic from statements

Ok this is vexing me. I have a query I created with an in statement in the from clause. What I am looking to do is have a global variable populate that from statement. Example Select * Form query1 in <Global Variable filename> What is going on is I link to a file that has hundreds of linked table and queries in it. My database only ha...

Product for Microsoft Outlook Email Archive

Are you guys aware of any third party product for archiving emails of Microsoft Outlook? ...

How do I BULK INSERT with additional column showing filename?

Hey there, I'm still getting used to SQL, so before I get to using stored procedure, I would like to understand how to use BULK INSERT effectively first. I need to combine 50+ csv files and dump them into an SQL table. The problem is, I'd like to be able to tell each record apart (as in, each record belongs to a certain csv file, which...