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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20399303.html
Zones:
CDate Answered: 11/15/2002 Rating: 7.8 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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20664246.html
Zones:
MS AccessDate Answered: 06/30/2003 Rating: 9.8 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20974732.html
Zones:
JavaDate Answered: 05/31/2004 Rating: 8.0 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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21119119.html
Zones:
.NETDate Answered: 09/05/2004 Rating: 8.4 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 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21229847.html
Zones:
Windows XPDate Answered: 12/29/2004 Rating: 8.0 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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 03/17/2006 Rating: 8.0 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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21401871.html
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...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 05/11/2005 Rating: 7.8 Views: 0
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 :
...
http://www.experts-exchange.com/Database/Oracle/Q_21481516.html
Zones:
OracleDate Answered: 11/10/2005 Rating: 8.6 Views: 9
UPDATE tblLotHeader INNER JOIN qryLotsThatAreEmptyButNotClosed ON tblLotHeader.ID = qryLotsThatAreEmptyButNotClosed.LotHeaderID SET tblLotHeader.Closed = -1;
When I run this I get "Operation mus...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21763061.html
Zones:
MS AccessDate Answered: 04/08/2006 Rating: 9.0 Views: 0