Advertisement

1 - 10 of 1040 containing alltags:("must") (0.001 seconds)
I have a file called puj1.conf which contain these value. SOCKET_PORT 2001 MODEM_PORT /dev/tty2a1 LOG_FILE puj1.log My question is, how do I retrieve SOCKET_PORT value, MODEM_PORT value and L...
Zones: CDate Answered: 11/15/2002 Grade: A Views: 0
Hey there, I'm trying to run the following query... UPDATE transactions SET depositaccountid = (select Max(ID) from depositaccounts) WHERE transactions.id = (select max(transactions.id) from ...
Zones: MS AccessDate Answered: 06/30/2003 Grade: A Views: 0
I am writing a client side application that must send a control command to a video projector via LAN. The string starts with a null character, followed by "1234,Operator,3:46:07 PM,01/05/2004,5,543...
Zones: JavaDate Answered: 05/31/2004 Grade: A Views: 0
I've come across this bug I believe in the new .net Service pack 1 release... System.Timers.Timer timer = new System.Timers.Timer();                   timer.Interval = 2147483648;                   timer.Start(); 214748...
Zones: .NETDate Answered: 09/05/2004 Grade: A Views: 0
when trying to access a frequently accessed folder I get this message "windows explorer has encountered a problem and needs to close"  I must use task manager to close the action.  All information ...
Zones: Windows XPDate Answered: 12/29/2004 Grade: A Views: 0
Running ND6.5.1 on Windows servers........Question: I'd like to create an agent that will copy fields from our Portal Announcements db: startdate, Headline and Article to our Dept Calendar db field...
Zones: Lotus NotesDate Answered: 03/17/2006 Grade: A Views: 0
I should be to make a selection from a group of radio buttons or a dropdownlist, make a submission that stores it as a session variable and writes it to the screen. All I get is the submit button a...
Zones: ASP.Net Programming, XHTMLDate Answered: 04/25/2005 Grade: A Views: 0
I am trying to redesign my site. Currently, it is boring static PHP and want to upgrade to flash. Please look at inprogress http://pdim.net/projects/pdim2004/ All the tweening is done using standar...
Zones: Macromedia FlashDate Answered: 05/11/2005 Grade: A Views: 4
I'm newbie to Oracle, and don't know much 'bout the statement in Oracle. I'm trying to write a trigger, to check if the new SCREENING_TIME inserted is valid with the others. Here is my trigger : ...
Zones: OracleDate Answered: 11/10/2005 Grade: A Views: 27
UPDATE tblLotHeader INNER JOIN qryLotsThatAreEmptyButNotClosed ON tblLotHeader.ID = qryLotsThatAreEmptyButNotClosed.LotHeaderID SET tblLotHeader.Closed = -1; When I run this I get "Operation mus...
Zones: MS AccessDate Answered: 04/08/2006 Grade: A Views: 0