Redirecting all URL combinations
Hi, You can employ URL shortening, just follow the link: http://en.wikipedia.org/wiki/URL_shortening for further queries, you can ask on the same thread. Thank you Anil I would add a canonical tag instead. That way something like http://www.homepage.com and http://www.homepage.com?source=techtarget aren’t viewed as different pages.

View Answer   |  September 28, 2012  11:36 AM
DNS, DNS server, URL, URL redirection, Windows Server 2008, Windows Server 2008 Administration
answered by:
1,125 pts.

Error: Pointer not set for location referenced using QykmExportKeyStore
Removing the volatile key from the declarations and using the ‘OBJN0100′ format, updating the version variable to have 10 characters , I have the Error: <b>CPFB006</b> , and the Error code sections returns 16 , how can I read this error meaning ? <pre> int main() { char path [50]; strcpy(path, “/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB”); int pathLength; pathLength [...]

View Answer   |  September 12, 2011  11:11 PM
QykmExportKeyStore, Source code, Source Code Analysis, Source code management
answered by:
330 pts.

How to read Rows of a DatagridView through for loop
You don’t need to modify your Loop, but your code to update and save. Your ‘save’ code should use ‘i’ as the row number. For example, to reference the first column of the current row, you would use something like this: <pre>DGVStudRecord.Rows(i).Cells(0).Text</pre>

View Answer   |  September 12, 2011  2:36 PM
DataGridView, VB.NET 2008, Visual Studio 2008
answered by:
63,535 pts.

answered by:
15 pts.

How to use an object to travel data from one form to another
Without DNS, computers would have a very tough time communicating with each other. However, most Windows administrators still rely on WINS for name resolution on local area networks and some have little or no experience with DNS. Steven Warren explains how to install, configure, and troubleshoot a Windows Server 2008 DNS server. You can install [...]

View Answer   |  September 7, 2011  1:38 PM
DataGrid, DataGridView, VB DataGrid, VB.NET, Visual Basic .NET
answered by:
15 pts.

Best book on network programming with C #
U may go here: <a href=”http://searchwindevelopment.techtarget.com/answer/Book-on-network-programming-with-C”> Or C# Network Programming written by Richard Blum, published by Sybex. It is good for beginners and u may get guidance step by step. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx hahaha

View Answer   |  September 6, 2011  8:46 PM
C#, IT Books, Networking, Visual Studio, Visual Studio 2010
answered by:
30 pts.

SHA1 Digest in Perl.
Obviously, the problem is that SHA1 module is not included in the AIX Perl distributive… Locate the module in CPAN, download and install it – sounds simple, but you might need to download and install some more modules on which SHA1.pm depends. Fortunately, the installer “knows” about dependencies and even if not download them automatically, [...]

View Answer   |  September 3, 2011  12:21 PM
AIX, Linux, Linux administration, Perl, Perl error handling, SHA1
answered by:
3,120 pts.

JVM problem: Not able to run the Java Program but it’s getting compiled
You r running JAVA that’s okay, but on which OS i.e. window or Linux ? U didn’t mention here. though I am providing some solution 4 u. 1. if this is windows, then set the environment variable and must download the latest java sdk standard version. 2. If this is linux, then after 1st install [...]

View Answer   |  September 3, 2011  5:08 AM
JAVA jvm, Java programming, JVM, Virtual Machines
answered by:
655 pts.

MS Access 2007 Date Query Question
you may need to play with the format a bit but under the criteria for query of that field give this a shot and adjust as need: >DateAdd(“m”,-52,[Enter date. I.E. June 2011]) My test field was defined as ‘Date/Time’ with a format of ‘Medium Date’

View Answer   |  September 3, 2011  2:39 AM
Access Database, Access Database Format, Access query
answered by:
1,445 pts.

SQL query working differently in sql plus and SSSR
There are a few things that can cause this. 1. Security – if you have certain roles when running interactively, and SSRS is running under an account with different roles, if there are records that are secured, you may see different results. This is unlikely (requires fairly advanced systems). 2. Environment settings – It is [...]

View Answer   |  September 2, 2011  7:56 PM
SQL Query, SQL Server, SQL Server Query, SSRS reports
answered by:
3,830 pts.

select parent where more than one child
Queries like this can get tricky depending on your table design. If your table looks like this: <pre>CREATE TABLE MyTable (ParentId INT, ParentSequence INT, /*A number which is unique per parent*/ Value INT)</pre> You can do something like this <pre>SELECT * FROM ParentTable WHERE EXISTS (SELECT * FROM MyTable WHERE MyTable.ParentId = ParentTable.ParentId AND ParentSequence [...]

View Answer   |  September 2, 2011  4:18 AM
SELECT statement, SQL, SQL queries
answered by:
655 pts.

sql query
The question is not clear enough, and much more details are needed. What database ? What do you mean by “doesn’t respond” ? What tool are you running the query on ? Are you running the query from an application ? if so, what programming language ? Can you post your code ? and what [...]

View Answer   |  September 2, 2011  3:58 AM
SQL queries, SQL Query
answered by:
655 pts.

Order by clause in SQL Server subqueries
top clause in sql which requires you have to sort the rows based rownum because this, you need to use “order by”.

View Answer   |  August 26, 2011  12:39 PM
SQL Query, SQL Server 2008, SQL Server Query, Subquery
answered by:
45 pts.

Problem exporting Oracle 10g to excel
Download and use Oracle SQL Developer free from Oracle.

View Answer   |  August 25, 2011  10:52 AM
Java, Oracle 10g, Oracle 10g administration, Oracle export
answered by:
15 pts.

Open IT Forum: Did you buy a TouchPad?
Yep, sure did. Picked up one for me and one for the wife (got the bigger one for $150 each). Waiting for the hackers to get Android onto the devices which should just be a few more days.

View Answer   |  August 24, 2011  8:19 PM
AS/400, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Developers, Development, Exchange, Hackers, Hewlett-Packard, HP, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Open IT Forum, Oracle, SAP, Security, SQL Server, Storage, Tablets, TouchPad, Virtualization, VoIP, Windows Server
answered by:
64,505 pts.

Is Windows hosting a better platform compared to Linux?
If you don’t have any experience with Linux and you do with Windows then Windows is the better option for you. Neither is better by itself, it all depends on the person who is setting up and managing the server as to if it’ll be secure or not. There are plenty of instances of Linux [...]

View Answer   |  August 24, 2011  2:04 PM
Linux, Linux hosting, Linux Server Hosting, Windows Server
answered by:
64,505 pts.

Updating a Date Time Field
You need to update the WHERE portion of the query so that it only impacts the row or rows that you want it to change.

View Answer   |  August 23, 2011  8:42 PM
Scripts, SQL, SQL 2005, SQL Server, SQL Server 2005
answered by:
64,505 pts.

Update a Date_Time Field
I’m not a SQL Server guy, but in virtually all RDBMSes you would code something like: SET column_name = NULL It is important to remember that null values are *special* in the extreme. HTH

View Answer   |  August 23, 2011  8:07 PM
Scripts, SQL, SQL 2005, SQL scripts, SQL Server 2005
answered by:
5,205 pts.

Printing data in VB 6.0
how can i print data of database without using data report

View Answer   |  August 22, 2011  10:19 AM
VB 6, Visual Basic 6, Visual Basic printing
answered by:
15 pts.

Stop crystal prompts for parameter value
<a href=”http://www.fetal.de/crystal-reports-ohne-den-enter-parameter-values-dialog/”>this article helped</a> me (<a href=”http://www.fetal.de/en/crystal-reports-ohne-den-enter-parameter-values-dialog/”>in english</a>)

View Answer   |  August 20, 2011  8:12 PM
Crystal Reports, VB 6.0, Visual Basic
answered by:
15 pts.