On CBS News: Tracking terror activity worldwide
7 Resources for

values

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Addiction Cost Calculator (exe)
Calculates clean time based on sobriety date. Also calculates money saved from not using drugs and alcohol, time saved from not using, and years of potential life saved from not using. Values are calculated based on a few simple inputs from the user, including check boxes indicating which substances they...
Tags: Spiritual River, Values
Software downloads 2007-11-08
Three effective ways to anger people in meetings
Weve all found ourselves in meetings where things rapidly drift off track. Conversations drift off track. Ideas are conflated, strange concepts breed in the conversational undergrowth, and an enraged leader eventually tears off his shoe and pounds on the table. Eventually a dead horse comes wandering in so everyone can...
Tags: Values, Meetings, Meeting Rules, Wisdom, elephant
Blog posts 2007-02-17
Practically iterating infrastructure projects
Iterations, iterations, iterations. Every time you look at project methodologies they talk about “iterative approaches” or “short development cycles” as if they were a panacea for all the ills of modern IT. In some ways they are; keeping things short and concrete, with tangible results, does do wonders...
Tags: hardware, iteration, Project Management, Project Manager, Project Planning, rack, Review, server, software, Team Management, Values, Wisdom
Blog posts 2007-01-26
SQL Question: When the Pivot data contains a Key Column (and character data at that!)
I recently wrote about pivoting (or is it unpivoting?) some data. A new wrinkle has been added.Let's say that the data now looks like this:INSERT INTO X ( FIELD1 ) VALUES ( 'row1,1,2'); INSERT INTO X ( FIELD1 ) VALUES ( 'row2,2,3'); INSERT INTO X ( FIELD1 ) VALUES...
Tags: Field1, INSERT, SQL, VALUES
Blog posts 2006-07-06
Customize database queries using views in PostgreSQL
One of PostgreSQL's more usefulcapabilities is the ability to create custom "views". These views arenothing more than pre-defined SQL queries, which are stored in the database andcan be re-used as and when needed. Storing frequently-used SQL queries in thismanner is more efficient than typing them out each time and also...
Tags: Contributor Melonfire, database, INSERT, PostgreSQL, VALUES
Technical articles 2006-01-27
Build upon SQL's built-in statistical functions
Median code not practicalThe code to compute the median is not very practical, as it employs a cross join. On one of my modest tables, the 60,000 rows will become 3.6 billion in the intermediate result set. I let it run for over 30 minutes before I terminated the query....
Tags: alternate, INSERT, median, MikeSQLDBA, software, SQL, statistics, VALUES
Discussion threads 2006-01-24
php and my sql
first of all here is the php code:http://pastebin.com/251806Ok, I have the page sorta working after squishing some bugs, i'm left with an anomoly i can't figure out....If i try to enter text with no spaces into the text boxes and submit, i get this error:Error adding client data: Unknown column...
Tags: Programming languages, Databases, SQL, client data, VALUES, Error
Q&A 2005-03-10

Additional Resources

Excel - Importing External Data
When I import my portfolio from Yahoo, the values columns has two totals. One with just the values and the other preceeded by dollar sign and the second set of values.
Tags: trinks@..., Microsoft Excel
Discussion threads 2007-06-07
Calculating Access fields with Null values
Don't let Null values derail your formulas. See how to use the NZ function to convert the values to zeroes. by Mary Ann Richardson
Tags: Microsoft Access, Formula, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management, Mary Ann Richardson
Blog posts 2008-07-01
How can i get the values of a dropdown list which is populated using AJAX
Hi,I have a gridview in which there are 5 template columns each containing a dropdownlist. When the aspx page is loaded first three of the dropdownlist are populated from database. Then I have onchange javascript event on each of the first three dropdownlist. when user selects all of the...
Tags: smart_am80@..., dropdownlist, AJAX
Discussion threads 2007-11-05
Microsoft Exchange Server Error Code Look-up (EXE)
Use the Error Code Lookup tool to determine error values from decimal and hexadecimal error codes in Microsoft Windows operating systems. The tool can look up one or more values at a time. All values on the command line will be looked up in Exchanges internal tables and presented to...
Tags: Microsoft Exchange Server, Server, Microsoft Corp., Value, Productivity, E-mail Servers, Groupware, Enterprise Software, Software
Software downloads 2007-08-30
get value of a form variable on same asp page
Hi there,I have an asp page where a form uses action="post", which gets values for 2 variables in form in text box from user. How do I access those values in the same asp page after user submits response values ? Any ideas ?Best RegardsYou can access them any time...
Tags: asP, Value at Risk, Linesh.Patankar@..., programming
Q&A 2005-04-15
10 tricks for handling null values in Microsoft Access
Have you ever run into problems caused by someone who neglected to accommodate null values? Are there any additional situations where you've had to work around or proactively handle null values to prevent errors?HmmWhere not(source.field) is null
Tags: 10 things, JodyGilbert, Microsoft Access, Microsoft Corp., Null, software, sql, susan harkins
Discussion threads 2006-10-12
Using Objects of Measurement to Detect Spreadsheet Errors
There are many common spreadsheet errors that traditional spreadsheet systems do not help users find. This paper presents a statically-typed spreadsheet language that adds additional information about the objects that the spreadsheet values represent. By annotating values with both units and labels, users denote both the system of measurement in...
Tags: Spreadsheet, Productivity
White papers 2005-11-22
what goes into redo?
hi friends,i got two doc. i.d from which its clear that both previous and changed values get stored into redo.had some discussion with experienced people,half of themsay only changed values,while some says both values gointo redo.
Tags: sukumaran.vijay@...
Discussion threads 2007-08-30
How to...hide duplicate values in an Access report
When pulling Access data together into a meaningful format, you may find that reports repeat data. Depending on how you're using the data, you may, or may not, want to display those duplicate values. Even properly normalized tables won't eliminate duplicates in a report, like this one.Now, it's normal to...
Tags: Access
Blog posts 2007-07-23
How to use default values with database columns
When you create a database table in Oracle 9i, you have the option to specify a DEFAULT value. Using default values on database columns helps to insulate database design issues from application code. With the DEFAULT value set, you can change it at some later date with a single ALTER...
Tags: Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Download resources 2005-06-03
Creating a form to append a table with values from other tables/data entry
Hi,I have built an Access DB containing 3 tables: dimensions, time, companies. The tables are not linked and are to be used to look up values for the new form. The goal is to create an Access form that would allow the user to select distinct values
Tags: access forms to append table, main table, programming, software, Value at Risk, zima8172@...
Discussion threads 2006-10-12
Resistor Values (exe)
Resistor Values is an electrical engineering program that will calculate the value of a 4 band resistor. Resistor Values will determine the value of a resistor based on the color bands or the reverse, it can display the color bands of a resistance value entered by the user.
Tags: Color, Resistor Values
Software downloads 2006-03-15
Wrong values from drop down list
HiThe drop down list has the values 1.6, 2.7 and 4. The cell link points to cell C2.When getting the values from C2 i results in 1, 2 and 3.Suppose it is showing the row number of the drop down box instead of the actual input value. WHY?Am I blind?Thanks,...
Tags: per@...
Discussion threads 2007-09-06
  • << Previous
  • page 1 of 1
  • Next >>

Content Types

Blog posts (3 results)
Discussion threads (1 results)
Q&A (1 results)
Software downloads (1 results)
Technical articles (1 results)


TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now
Crash Course: HTML
This pre-packaged presentation contains everything you need to get end users up to speed about HTML --even if you don't consider yourself a public spe ...
Buy Now