Development Questions


0 Row affected
Could you please assist with the following? UPDATE dbo.[Elution_Report_Template] SET [Elutriation_Set_SqM] = dbo.[Elution_Report].[Elutriation_Set_SqM], [Elutriation_Pump_SqM] = dbo.[Elution_Report].[Elutriation_Pump_SqM],

Answer Question   |  June 29, 2009  5:32 AM
Database engineering, Query, rows affected, SQL, Update
asked by:
75 pts.

finding the output
what is the output to Private Sub btnDisplay_Click(…) Handles btnDisplay.Click Dim num As Double = 7 AddTwo(num) txtOutput.Text = CStr(num) End Sub Sub AddTwo(ByRef num As Double) num += 2 End Sub

Answer Question   |  June 29, 2009  3:35 AM
Visual Basic 2008
asked by:
5 pts.

Website Architecture
If you were builiding a high volume website with high email outbound capacity, what is the architecture you would use? Hardware, Operating System, Programming Language, Email Server, Email software. Cost would be a consideration, and also supportability. Site would be supported by a contracting company, so this is a consideration.

Answer Question   |  June 30, 2009  12:47 AM
Web development, Website architecture, Website design
asked by:
10 pts.

Dependencies
what are the dependencies in a project? how can the project manager define the dependencies in the project?

Answer Question   |  July 16, 2009  12:59 PM
IT project management, Project dependencies
asked by:
15 pts.

Input String
#include "stdafx.h" #include <iostream> #include <stdio.h> using namespace std; void main() { char line[33]; int no; cout<<"Enter no"; cin>>no; cout<<"Enter text"; gets(line); } When i run this code in Visual C++ 2008 using Ctrl + F5 Output comes as: Enter no 3 Enter text Press any key to continue I am unable to input text [...]

Answer Question   |  June 29, 2009  12:52 PM
C++, c++ string, Visual C++ 2008
asked by:
5 pts.

Two dropdownlist select one change data of another list. !hELP ME OUT
Two dropdownlist (drpcountry & drp city). i just want if i select pakistan in drpcountry other dropdownlist which is drpcity should display cities of that country it works for 1st country pk but if i select other the cities drp list dont update and show same old cities. i have true autopostback in both dropdownlist [...]

Answer Question   |  June 29, 2009  8:49 AM
ASP.NET, Dependant ComboBox, DropDownList, Web development
asked by:
10 pts.

nsRoledn
What is the syntax to add a nsRoledn to user within a javascript function from a perl script?

Answer Question   |  June 29, 2009  6:07 AM
JavaScript, JavaScript functions, ldap javascript function, nsRoleDN, Perl, Web development
asked by:
20 pts.

Using TRichEdit: What color is this line?
I am using Delphi 7 and a TRichEdit component that has various colored lines in it. For example, text on lines 1 through 10 is clRed, lines 11 through 14 are clGreen, lines 15 through 25 are clRed, lines 26 through 27 are clGreen, etc… What I would like to do is generate events that [...]

Answer Question   |  June 27, 2009  6:31 PM
Delphi, Delphi 5, Delphi 5.0, Delphi 7, Delphi 7.0
asked by:
25 pts.

Field in crystal reports duplicating lines from quote
Using Crystal Reports XI on windows XP accessing SQL 2000 running on windows 2003 server using a Visual Manufacturing database. This is hard to describe accurately but here goes… I am running a report that uses QUOTE, QUOTE_LINE, QUOTE_PRICE and QUOTE_Binary_to_notes. QUOTE_Binary_to_notes is a view in the DB: CREATE VIEW dbo.[Quote Binary to Notes] AS [...]

Answer Question   |  July 15, 2009  6:01 PM
Crystal Reports, Crystal Reports XI, SQL Server 2000, Visual Manufacturing, Windows XP
asked by:
5 pts.

Lotus Notes databases runs slower on Mac
Hi, I have a few questions: Can somebody enlighten me why databases on mac runs slower compared to PC? Is there a way to improve speed performance on Mac? What tools can I use to monitor or trace where the performance break since Java Debugging console does work on Mac? Thank you!

Answer Question   |  June 26, 2009  5:40 PM
Domino Designer, Java, Lotus development, Lotus Notes Database, Lotus Notes Performance, Mac, Mac OS
asked by:
55 pts.

SAP Webservice consumed by .Net client…ISSUE!!!
Hi All I have exposed my interface as a webservice and my client is a .net component. Now when i test my client with WS Navigator type tools I recieve proper response. Now as per requirement I tried to absorb the service(SAP PI WebService) in .Net client. Now the issue is while i try getting [...]

Answer Question   |  June 26, 2009  1:16 PM
.NET, SAP PI, SAP WebService
asked by:
5 pts.

AP Div Limit?
Is there a limit to how many AP Div you can have on one page? My page works great unitl I add the 27th AP Div and then it completely messes up the page – my menu bar no longer works, formats change, colors change – but only in IE it is very odd. It [...]

Answer Question   |  June 26, 2009  5:43 AM
AP Div, Internet Explorer, Web development
asked by:
5 pts.

datagridview perform click
I have “walked” a collections of rows in my datagridview. I want to essentially do a PerformClick() on the row of my choice. How do I do that?

Answer Question   |  August 3, 2009  9:27 PM
DataGridView, PerformClick, Visual Basic, Visual Studio 2005
asked by:
5 pts.

dynamic temporary table variable usage
We have an sqr (running against a MS SQL Server DB), that references a dynamic temporary table variable in several begin-sql and begin-select statements. I am getting a syntax error in one begin-select statement where I can’t resolve the problem. It occurs after the INNER JOIN on the [$Temp_Final_IDlist] temp table. It appears as if [...]

Answer Question   |  June 25, 2009  7:53 PM
Dynamic SQL, INNER JOIN, SQL tables, SQL variables
asked by:
15 pts.

Acceptance Testing and tools to accommodate it
I was wondering if anyone is currently doing Acceptance Testing and if so what tool do they currently use. Can Visual Studio Test Edition be utilized for this task. I am more familiar with QA/QC testing and this is something our company imaybe moving towards implementing. Does anyone have any advise or pointers in any [...]

Answer Question   |  July 1, 2009  6:37 PM
Acceptance Testing and tools, QC/QA Manager, User acceptance testing, Visual Studio Test Edition
asked by:
25 pts.

Failover issues in a SQL Server 2005 mirrored database
I have a SQL Server 2005 mirrored database with a witness. Everything seems to be working OK but I am having problems in the instance a failover occurs. Once the primary server goes down, my access to the database continues normally once both servers are back up and running and the old mirror is left [...]

Answer Question   |  June 25, 2009  4:23 PM
Database mirroring, DSN, Failover, SQL Server 2005, SQL Server 2005 connectivity, SQL Server Database Mirroring
2,585 pts.

How to remove the values of xml tags null without removing the tag names?
Hi, I have the following xml : … …. <A> <B> <C>11122</C> <D>loop</D> <E>30-03-05</E> <F>integer</F> <G>decimal</G> <H /> </B> </A> … …. I need to remove all the values under <payment_details> so that the xml will be in the desired format as below: … …. <A> <B> <C></C> <D></D> <E></E> <F></F> <G></G> <H /> </B> [...]

Answer Question   |  June 25, 2009  12:00 PM
MSXML.DOMDocument, NULL values, XML
asked by:
5 pts.

how can we delete a value in combobox
i recorded(on QTP)the manully deletion of a value in SAP Gui combobox and saved.i executed the same script ,but the value is not deleting,so how can delete the value in combo box.

Answer Question   |  June 25, 2009  11:33 AM
QTP Automation, SAP administration, SAP Automation on QTP
asked by:
5 pts.

When defining custom rules, Intellisense doesn’t work
I am using Visual Studio as IDE for compiling project with other specific compiler, so to make everything work I made my own custom rules for compiling and linking. The problem is that Open Document option doesn’t work. For example: in file main.cpp there is a line #include “Types.h” Highlight ‘Types’, right click, press Open [...]

Answer Question   |  June 25, 2009  9:28 AM
Custom rules, Intellisense, Visual Studio
asked by:
5 pts.

Excel Page setup Landsacape
How to write a VB script to change the Excel file page orientation to Landsacpe.

Answer Question   |  February 22, 2010  9:20 AM
Landscape, Microsoft Excel, VBScript
asked by:
Dha
5 pts.