Programming in C# the communication between client and server: How to do it?
In one of my exams i have to do a program that communicates with client using C#. NET TCP. So i ask for help from anyone.
Answer Question
| February 2, 2012 9:53 AM
C#, C# .NET, NET TCP
In one of my exams i have to do a program that communicates with client using C#. NET TCP. So i ask for help from anyone.
How to convert XML data into tabular form in SQL Server 2005
Hi, I have a concatenated string of XML data. I need to convert the string into tabular form. Please suggest how it can be done. Thanks in advance!
Answer Question
| November 29, 2010 12:02 PM
SQL Server, SQL Server 2005, XML, XML development, XML File Creation
Hi, I have a concatenated string of XML data. I need to convert the string into tabular form. Please suggest how it can be done. Thanks in advance!
Do I need SQL?
DO I need it? I am just a home user anf oerform simole tasks, but have 8 examples of SQL programs in my program list. I have win 7 64 bit O/S
Answer Question
| November 29, 2010 11:19 AM
SQL, SQL procedure, SQL Server, SQL statements
DO I need it? I am just a home user anf oerform simole tasks, but have 8 examples of SQL programs in my program list. I have win 7 64 bit O/S
VB for Excel
I have an Excel Workbook (Template) inkl VB Modules and Forms. I want to export the Modules & Forms so that it can be stored at one place, but accessible from several Workbooks (different Periods etc) of the same type. How do I do this?
Answer Question
| November 29, 2010 9:09 AM
excel, Excel workbooks, VBE, Visual Basic
I have an Excel Workbook (Template) inkl VB Modules and Forms. I want to export the Modules & Forms so that it can be stored at one place, but accessible from several Workbooks (different Periods etc) of the same type. How do I do this?
How do I keep the original value of a field in Access 2010?
Hello, I have an inventory with varying prices (which may change weekly). I need to compare the current price with the original price. However, I only want the users to input one price value in a form. I’ve tried to do this with a datamacro and the “old” command, but every time i update the [...]
Answer Question
| November 29, 2010 12:28 AM
Access 2010, Access Database, Access forms, Access Forms Database, office 2010
Hello, I have an inventory with varying prices (which may change weekly). I need to compare the current price with the original price. However, I only want the users to input one price value in a form. I’ve tried to do this with a datamacro and the “old” command, but every time i update the [...]
Problem Accessing Web Server via HTTP After Changing Wireless router
Hi there, I have query regarding a wireless router. My internet connection setup consists of an ADSL modem (D-link DSL-320T) connected via an Ethernet cable to a wireless router (D-link DIR-615). My network appliances in turn connect to the router wirelessly. Originally, I had the modem connected to the DIR-615 wireless router (***model = H/W [...]
Answer Question
| February 9, 2011 5:39 PM
D-Link, D-Link routers, HTTP, Network, Web Server, Wireless router
Hi there, I have query regarding a wireless router. My internet connection setup consists of an ADSL modem (D-link DSL-320T) connected via an Ethernet cable to a wireless router (D-link DIR-615). My network appliances in turn connect to the router wirelessly. Originally, I had the modem connected to the DIR-615 wireless router (***model = H/W [...]
Deleting unmatched records from a file in iseries SQL
I’m trying to delete unmatched records from file A based on file B. The files are matched by ListNo. Code: DELETE FROM DVMURRAY/INSRP100 WHERE SHListNo = ALL ( SELECT SHListNo FROM DVMURRAY/INSRP100 Left Outer Join DVMURRAY/INSRP200 on SHListNo = SDListNo WHERE SDListNo is Null ) Row not found for DELETE. [...]
Answer Question
| November 24, 2010 5:31 PM
iSeries SQL, iseries v5r4, RPGSQL, SQL, V5R4
I’m trying to delete unmatched records from file A based on file B. The files are matched by ListNo. Code: DELETE FROM DVMURRAY/INSRP100 WHERE SHListNo = ALL ( SELECT SHListNo FROM DVMURRAY/INSRP100 Left Outer Join DVMURRAY/INSRP200 on SHListNo = SDListNo WHERE SDListNo is Null ) Row not found for DELETE. [...]
Giving in Date Range in Crystal Reports 8.5
I am trying in Crystal 8.5 to get records for those who did not donate in a given date range, but did give in a different date range (i.e. did not donate 5/1/1985 thru 4/30/2009, but did donate 5/1/2009-4/30/2010). Those who meet the criteria are then marked as “new donor”. I am getting too many [...]
Answer Question
| November 24, 2010 4:36 PM
Crystal 8.5, Crystal Reports 8.5, Date format, iMIS
I am trying in Crystal 8.5 to get records for those who did not donate in a given date range, but did give in a different date range (i.e. did not donate 5/1/1985 thru 4/30/2009, but did donate 5/1/2009-4/30/2010). Those who meet the criteria are then marked as “new donor”. I am getting too many [...]
T-SQL with Recursion – Display top ID on all levels below (To: Kent Milligan)
Hell Kent, I read through “V5R4 SQL Packs a Punch” http://www-03.ibm.com/systems/resources/systems_i_software_db2_pdf_rcte_olap.pdf I would need the query in figure 20 and the result in figure 21 which do not show up in the article. I have a query similar to the example (parts of an iSeries Power5 server) that shows all the levels correctly, however, [...]
Answer Question
| November 29, 2010 1:36 PM
Recursion, SQL Query, T-SQL, V5R4
Hell Kent, I read through “V5R4 SQL Packs a Punch” http://www-03.ibm.com/systems/resources/systems_i_software_db2_pdf_rcte_olap.pdf I would need the query in figure 20 and the result in figure 21 which do not show up in the article. I have a query similar to the example (parts of an iSeries Power5 server) that shows all the levels correctly, however, [...]
IN and Exists in SQL?
What is the difference between IN and EXISTS IN SQL? I googled but I dint get good information. PLease provide me the exact deifference between them.
Answer Question
| November 26, 2010 7:18 AM
Oracle 10g Express, Oracle SQL, SQL, SQL commands, SQL Server
What is the difference between IN and EXISTS IN SQL? I googled but I dint get good information. PLease provide me the exact deifference between them.
VIsual Web Developer 2010 express, c#.net Licencing
Hi All We are planning to develop an web application using ASP.net and code behind as C#.net. For this we are using .net Framework 4.0 and Visual Web developer 2010 edition and database as mysql, server as IIS. I would like to know if there is any licensing issue in developing the above application, since [...]
Answer Question
| November 23, 2010 5:36 AM
.NET Framework, ASP.NET, C#, IIS, VIsual Web Developer 2010 express
Hi All We are planning to develop an web application using ASP.net and code behind as C#.net. For this we are using .net Framework 4.0 and Visual Web developer 2010 edition and database as mysql, server as IIS. I would like to know if there is any licensing issue in developing the above application, since [...]
Word 2007 Forms Radio Buttons & Text Fields
After checking a radio button I can’t access successive fields
Answer Question
| May 8, 2011 11:20 PM
Radio buttons, Word 2007, Word 2007 Field Codes
After checking a radio button I can’t access successive fields
Unhandled win32 exception occurred in crw32.exe
When running the Standard Report Wizard, I get “An unhandled win32 exception occurred in crw32.exe[1904]“. The bracketed number may change, but the error continues and terminates the program. I do not have DEP turned on. I do have third party software (Echo Database) that uses Crystal Reports. Once I got the report open and the [...]
Answer Question
| November 24, 2010 10:54 PM
Crystal Reports, DEP, Win32, Windows XP, Windows XP Error Messages
When running the Standard Report Wizard, I get “An unhandled win32 exception occurred in crw32.exe[1904]“. The bracketed number may change, but the error continues and terminates the program. I do not have DEP turned on. I do have third party software (Echo Database) that uses Crystal Reports. Once I got the report open and the [...]
Backing up a Joomla website without plugin
How can we backup a Joomla website without a plugin? We need the db and the files associated with it for disaster recovery.
Answer Question
| November 23, 2010 4:42 PM
Backup and Recovery database, Backup and restore, Database Recovery, Disaster Recovery, Disaster Recovery Database, Joomla
How can we backup a Joomla website without a plugin? We need the db and the files associated with it for disaster recovery.
Union operator in SQL server 2000
How to give where condition to the result of the query using Union operator?
Answer Question
| November 23, 2010 7:27 AM
SQL Query, SQL Server, SQL Server 2000, SQL Server Query
How to give where condition to the result of the query using Union operator?
Sending Email in Excel using Macro
Hi, I want to create a button in excel wherein once you click that button a message will pop-up and ask “Are you sure you want to send notification to your supervisor?” Yes/No. If yes is selected a New Outlook Message will appear where recipient’s email address is already given and the subject is already available [...]
Answer Question
| November 22, 2010 6:34 AM
Access 2000, excel, Excel macros, Outlook, VBA Access 2000
Hi, I want to create a button in excel wherein once you click that button a message will pop-up and ask “Are you sure you want to send notification to your supervisor?” Yes/No. If yes is selected a New Outlook Message will appear where recipient’s email address is already given and the subject is already available [...]
Get the latest unique entries for user ID in Access database
I have a database with a table that lists message entries. Each entry has an autonumber field ID, and a UID field that groups messages. My question is, how can I get the latest entry for each UID? Example Table: ID UID Message 1 1 Some Text 2 2 More Text 3 1 [...]
Answer Question
| November 24, 2010 3:46 PM
Access, Access Database, Access Database Format, Access Tables
I have a database with a table that lists message entries. Each entry has an autonumber field ID, and a UID field that groups messages. My question is, how can I get the latest entry for each UID? Example Table: ID UID Message 1 1 Some Text 2 2 More Text 3 1 [...]
Using an ampersand in JCL
Does anyone know how to handle 2 &’s together in a JCL ?? I mean in my jcl after replacement of my variables, it is coming like ‘&&’. No errors on jj but run time error ‘Incorrect use of ampersand’ !! Please reply asap, urgent requirement. Thanks!!
Answer Question
| November 22, 2010 2:00 PM
Date in JCL, JCL, Job Control Language, Programming Languages
Does anyone know how to handle 2 &’s together in a JCL ?? I mean in my jcl after replacement of my variables, it is coming like ‘&&’. No errors on jj but run time error ‘Incorrect use of ampersand’ !! Please reply asap, urgent requirement. Thanks!!
Embedding instructions into Microsoft Word
Hi, This query is based on MS-Word. In a ms-word document,I want to specify only the important points. But when I click on the points,I need to get the explanations written by me. The explanations can appear either as a pop-up widow or as a text. Please help me how to embed this in MS-word. [...]
Answer Question
| November 19, 2010 9:51 AM
Embedded programming, Microsoft Word, Microsoft Word features, Object Linking and Embedding
Hi, This query is based on MS-Word. In a ms-word document,I want to specify only the important points. But when I click on the points,I need to get the explanations written by me. The explanations can appear either as a pop-up widow or as a text. Please help me how to embed this in MS-word. [...]
How to write text into word doc using SQL 2000 query analyzer
how to write text into word doc using sql 2000 query analyzer. Thanks in advance.
Answer Question
| November 19, 2010 7:02 AM
SQL 2000, SQL Query, SQL Query Analyzer, SQL Server 2000, SQL Server 2000 queries
how to write text into word doc using sql 2000 query analyzer. Thanks in advance.





