Show All Related Tags
Did you mean
character (180 results), chart (78 results), flowchart (21 results), charity (17 results), charge (9 results)more...
Show Fewer Related Tags
Did you mean
character (180 results), chart (78 results), flowchart (21 results), charity (17 results), charge (9 results), characteristic (6 results), Charles Schwab & Co. Inc. (5 results), charter (5 results), Charlotte (4 results), chargeback (4 results), characterization (4 results), Videsh Sanchar Nigam Ltd. (3 results), Bucharest (3 results), charm (3 results), Richard Stallman (2 results), Richardson Software (2 results), Richard Clarke (2 results), Charter Communications Inc. (2 results), turbocharge (1 results), Bruce Richardson (1 results), Scott Charney (1 results), CharacTell (1 results), Richard Gordon (1 results), Chartered Semiconductor Manufacturing Ltd. (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Protect sensitive data with .NET 2.0's SecureString class
- You have the output wrongYou say "You’ll notice the code simply displays the name of the class (System.Security.SecureString) when it executes." This is incorrect. The output is "TechRepublic.com". The editor owes me a brewski.doug in SeattleOutput IS correctAt least for me it is. I am running the code in version...
- Discussion threads 2007-06-13
- Oracle OCI Dates
- I have a question around the Oracle OCI.I have a datatype of ub1, in oratypes.h this is defined as an unsigned char[7] (6 chars with null terminator " "). however, when referencing the values, it appears the code i am debugging is referencing as array variables and not as char values....
- Q&A 2006-08-18
- SQL Query
- In a simple table(obsdate datetime, value money)Rainfall records values are logged at the date and time the observations obsdate. Since rain may occur more than once on one day a typical slice of data is:2006-03-28 12:00:00.000 0.22006-03-29 14:45:00.000 0.22006-03-29 15:00:00.000 0.22006-03-29 15:15:00.000 0.42006-03-29 15:30:00.000 ...
- Q&A 2006-03-21
- Subtract 2 Time fields Formula
- I have 3 fileds in my databaseMsSql.ArriveDepartTotalI would like to have the total field contain the Value of 'Depart-Arrive'11:40:44 AM - 1:49:44 PM = 2.9Could some show me how to create a formula to to this with in the table itself.Not sure if you can do this in mysql, but...
- Q&A 2006-01-20
- summarize by date in a sql statement
- I am trying to write a report in Excel, I am using 3 tables from a sql server database, one table has tech labor by invoice which I want to sum by date, the 2nd table is Tech name and id #,the 3rd table is time clock entry by date....
- Q&A 2005-12-23
- I can received but can't SEND MAIL
- Everytime I intend to reply e-mail or even trying compose mail, I always received the following error page:Line: 538Char: 50Error: expected ')'Code: 0URL:http://us.f1518.mail.yahoo.com/ym/compose?YY=55859Line: 325Char: 8Error: 'RTEIDGenerator'is undefinedCode: 0URL:http://aa.f613.mail.yahoo.com/ym/compose?YY=55859Line: 2935Char: 3Error: 'RTEEeditor'is undefinedCode: 0URL:http://aa.f613.mail.yahoo.com/ym/compose?YY=55859Line: 1857Char: 6Error: 'editor'is null or not an objectCode: 0URL:http://aa.f613.mail.yahoo.com/ym/compose?YY=55859These errors cause me not to send or compose...
- Discussion threads 2005-12-18
- 10 questions to ask yourself before optimizing your database
- "Standard Columns"?Tip 8 mentions "Standard Columns". Is this in Enterprise Mananger, Query Analyzer or somewhere else? I can't find it and I'm not sure what it is. ThanksGreat QuestionsGreat Questions. What are the answers?Anyone reads this comments?where is the Standard Columns?Thanksagreed, how about answersI agree that...
- Discussion threads 2005-08-23
- Using Activex control inet
- I have written an MS access module that uses the inet activex control to ftp a file from one of our mainframes to a pc.The file is a consecutive file with a record lenght of 350 chars. If I use ftp through the dos prompt the file downloads fine....
- Q&A 2005-07-26
Additional Resources
- Email Trigger HELP
- Hi,we use sql 7 and i want to be able have an email sent to a email address whenever an order over £5000 is placed.This is what i have the moment, and i do receive an email but i dont know how to show the customer name.CREATE TRIGGER xackmailcef ON...
- Discussion threads 2007-07-24
- find '*'
- finding (*) asterisk symbol in the textfind in textdepending on programming language.I suggest you search www.google.com/codesearch for 'strstr' (strstr (const char *haystack, const char *needle))
- Discussion threads 2006-12-12
- Mainframe - file aid - edit VB file
- HI,I have a sequential file created as variable block. the record lenth max is 1000. (allocated as 1004)One of the record in the file is 1200. i want to add some more char at the end and make it as 1250 char. how i change the record length of a...
- Q&A 2005-12-07
- CString
- In C++, there exist several functions to manipulate strings that are declared as char var; The functions such as strncpy, to copy one string to another, strdot to convert a string to decimal format and many others. However, if a string is declared as a CString, a format allowed for...
- Discussion threads 2007-10-03
- What else besides Term:ReadKey I can use
- Tried to accept user response (one key stroke 0r so) to continue the perl segment, but learned that Term:ReadKey is not working under Win32. What else I can use? Please help.The following is the one I am trying to achieve:#!/usr/bin/perl -wuse CGI ':standard',"-debug";use Tie::File;use Term::ReadKey;......sub somthing{...print "Press any...
- Discussion threads 2007-01-27
- I am finding difficulty in answering these questions. Plese help me.
- LINE------------Contains50------ char * b, q, *r;200-------- b=getbuf;201----- q = *b;212----- r= anotherfunctionb;213-300---/* we want to use ‘q’ and ‘r’ here*/2000---- char * getbuf2001----- {2002---- char buff[8];2003-2050----- /* unspecified, buff defined here *./2051----- return (char *) buff;2052------- }Q1. What will be in variable ‘q’ after line 201 is executed? Under what conditions might...
- Discussion threads 2007-07-14
- Insert using data from form transact sql
- I am trying to write a simple query or so I thought that takes data from an Access form and inserts it into the database. as far as I can tell my syntax is right but it doen't seem to be aware of the form. The code is ALTER PROCEDURE...
- Q&A 2005-03-18
- C# checkbox INSERT record into SQL
- Would like a simple example of a webform in C# containing checkbox inserting Y/N into a SQL table.To make this short, let's assume you have the webform designed and laid out. Given this, we have a CheckBox control with an ID of chkYN and a SQL Table tblTest that...
- Q&A 2005-04-06
- need c/c++ help with keylogger
- here is a keylogger code but it wont compile#include #include #include #include #include #pragma comment(lib, "ws2_32.lib")void foo(int letra,char *file);void leer(char *file);char tex[5000];int main(int argc,char **argv){BOOL x;unsigned int i;char s[255],directory[300];long key,res;HKEY ret;HWND r;char buffer[1024],buffer1[1024];WSADATA data;SOCKADDR_IN add;SOCKET sock; if(argc6){ printf("-Usage:%s ",argv[0]); printf("nr%s","-Example:keylogger2 keylog.log 1 213.4.129.129...
- Q&A 2006-01-26
- Excel / Word object uneven char spacing
- Hi all,I have a series of linked excel worksheets in a word document. I am using small font (8pt times) and all the tables have uneven spaces between characters of words. I understand this has something to do with a kerning problem. Whats weird is if I insert an excel...
- Q&A 2006-04-27
- Compute working time
- Hi to all,is there a way to get the working and overtime in a table by query? the data type of the in and out is char with a length of 5.Hopes someone responds and thanks in advance.Huh?In what language? What are you trying to do?why
- Discussion threads 2006-10-27
- Building a data values dictionary
- This week's SQL Server newsletter presents the basic SQL for building a data values dictionary.Will you follow the steps in this tip to create a data values dictionary? Do any of your clients ever request this kind of data? Please let us know.If you aren't subscribed to the free SQL...
- Discussion threads 2004-10-11
- << Previous
- page 1 of 1
- Next >>
