Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: room24
  • Content: Threads
  • Order by date
  1. room24

    qmail not sending emails

    i just finished installing qmail ussing this guide http://www.lifewithqmail.org/lwq.html when i do telnet servername smtp i get a connect to the smtp server as in message below 220 mail.baritaportfolio.hopto.com ESMTP when i try to echo To: localuser | /var/qmail/bin/qmail-inject there is no...
  2. room24

    search key words

    in delphi help under the index tab there are two fields labelled 1 and 2 the one labelled 1 looks like an edit box to me and the one labelled 2 looks like a ListBox i need to code a search like that but can anyone explain to me the concept of programming this feature..
  3. room24

    service packs

    are there any service packs for delphi 6 enterprise edition?
  4. room24

    hot convert string to datetime

    '1182004' @result_date has in the above string value i am trying to convert it using convert(datetime, @result_date) but i get this errror Syntax error converting datetime from character string.
  5. room24

    date question

    i trying to update the year of one date with the year of another date take the example below declare @time datetime select @time = '11/08/2003 11:59' select (datepart(yy,@time)) = datepart(yy,getdate()) this is not working out its not even compiling
  6. room24

    copy files accross network

    how would i copy a specific file from my computer to a specific place on the computers on my network using delphi
  7. room24

    copy files from command prompt

    i want create a script from my server that can copy a file file to all the machines on my net work how would i do that
  8. room24

    file copy across network

    i shared the program files directory of an xp machine on network but when i try to copy files to the computer its says access denied. i also chage the permission on the folder to full control and i still get the same error what am i not doing??
  9. room24

    finding difference between to selects

    select supplier_id from suppliers MINUS select supplier_id from orders; whats the equivalent of this query using sql server??
  10. room24

    counting with distinct

    select count(*) from (select distinct certificate_key from independent_investment_certificate_temp) when i run the above i get this error Server: Msg 170, Level 15, State 1, Line 1 Line 1: Incorrect syntax near ')'.
  11. room24

    sending mail

    how can i send an email from a linux terminal i tried "mail -s test room24@hotmail.com" and it did not go through
  12. room24

    changing display of dbgrid row

    i have two date columns in my dbgrid and i want for any row where those two dates are diferent, that specifc row should start flashing or changes its colour or anything that would create and alarm or indicator that there is something wrong in that specific row. does anyone have any ideas or...
  13. room24

    sql question

    is there a date function the can return from a list of dates the next date which is the first one greater than some "input date" example table A input date = 2002-01-02 23:59:59.000 2001-08-22 23:59:59.000 2001-09-02 23:59:59.000 2002-01-02 23:59:59.000...
  14. room24

    Wake on lan

    how do i issue a wake on lan that powers on the pcs on my network??
  15. room24

    TeamSource

    has anybody here used teamsource or can recommend a good alternative??
  16. room24

    automatic shutdown/boot of linux box

    is there a way to use cron job etc to autmatically shutdown my linux box say 7pm every evening and then boot it autmatically 8am every morning??
  17. room24

    TDBGrid question

    i have a DBGrid with data but i notice that when i drag the horizontal scroll bar with the mouse it does not scroll how do i get it to scroll?? also when i click on the scroll arrows i need it to make smaller distance scrolls so that i can read all words in my fields, right now i can't because...
  18. room24

    mail server

    Hey does anyone know how to set up a mail server on mandrake 10.0?
  19. room24

    usb key on windows 2003 server

    i installed 2003 server on my home computer in order to test it out but i realize it won't detect my dell memory key automatically. Does anyone know how to mount a usb memory key on 2003 server??
  20. room24

    blocking and sp_who

    i have a custom system written in Delphi which runs from a sql server database. When users are on the system there is some blocking on the database. i can run sp_who to find out which users are blocking and who is being blocked. i am wondering how can i find out what stored procedure is...

Part and Inventory Search

Back
Top