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 Rhinorhino 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: QuintonV
  • Content: Threads
  • Order by date
  1. QuintonV

    change sendmail from gateway to dialup

    Hi Currently my sendmail is working 100% correct, but I now need to set it up to run of a dialup connection, currently it is running of my diginet line which is permanently connected. What do I need to do to set it up, I don't eaven knowe how to configure a dialup connection in linux. I am...
  2. QuintonV

    cannot perform a nested loop

    Hi I have a table whith 2 recordsets one recordset displays an event name a date a maximum participants, this has a smal where cluase select those fiew fields where the startdate is >= to date() this works fine. the second recordset(participants) is a diffrent table it has 3 fields primary key...
  3. QuintonV

    database calculate button

    Hi ive got a for that searches a access databse using ado anyways on the for ive created a calculate button that calculates several database fields like forinstance if gender = male then salalry = somegivenvalue now when the statement actualy compiles it doesnt set that database field to what I...
  4. QuintonV

    email notifications feature

    Hi Every one How do I ad a email notifications feature to my asp webpages? or can that only be done by coldfusion like this site? Thanx Quinton
  5. QuintonV

    delphi databse manual or tutorial

    Im still new to delphi and want to write a databse application so far I can filter stuff using sql filtersets and display the databse results on a form but I want the user to be able to enter data to filter by does anyone knowe of a good tutorial that could showe me how to do this and is it...
  6. QuintonV

    select where field is empty

    Hi ive tried everything I can think of to filter a recordset where a field is empty, ive got various fields like datefields etc.. that have empty fields and dont knowe how to specify a empty clause in my where statement ive tried < &quot;0&quot; or = &quot;&quot; or ='' I also tried &quot...
  7. QuintonV

    windows automatic logoff

    How can I logoff a windows 95 or windows 98 machine off automaticly after a certain ammount of time of system idle is theyre a way to write a policy script or edit the registry, I am also running a domain. Thanx Quinton Quintonv@gmx.net
  8. QuintonV

    iis loged in user timeout

    Hi I use IIS on Windows NT 4 and have a .asp page that logs users in to a website anyway when a user is inactive for 5 minutes the they get loged out because the server has a inactive timeout where do I actualy find that setting so I can make it longer to around 20 minutes? Thanx Quinton
  9. QuintonV

    how do i use the database expert with mysql server

    When I run the databse expert it only has a option for access table files how do I run it with mysql? or does some1 knowe of a nice sql tutorial that I can download ive already done the tutorial that comes with delphi but didnt help much. Thanx Quinton
  10. QuintonV

    odbc error to many conections

    Hi I have a mysql db and asp frontend runing of the db I rescently upgraded my db from access to mysql because of to much data being stored inside it anyway now whenever I proces a querie from my asp pages to the db it creates a new process or thread on the server and once the querie goes...
  11. QuintonV

    mysql 3.2 date statement

    HI Im using the curent latest stable version of mysql on a windows platform im using timestamp on a field to keep the latest time of when a record was modified now I want to ad the default date when a record was created, when I used to have my db in access all I did was go into the design of...
  12. QuintonV

    order by

    Hi Is there anyway to order by more then one field in mysql? I want to order by the key field and another field which has dates , in laymans terms by multiple fields not just one also can they hav difrent orders ie asc and others desc?
  13. QuintonV

    default date value in datetime field

    how do I get the curent date now() as a default value for a date field? I used timestamp and want it in the same formate ie. yyyy/mm/dd hh:mm:ss but need a static date that doesnt change for keeping track of when a record was created I tried puting date() in the default value field of the...
  14. QuintonV

    configuring procmail to filter incoming mail????????

    Please I need more help once again! How do I configure procmail or sendmail to filter incoming mail? not spam because at long last I cant receive spam annymore! What I want to be able to do is.... filter incoming mail for file attachments like jpg files etc. Because I run a mail server at the...
  15. QuintonV

    How do I stop spamming to my domains and setup relaying

    Please I need help to stop spamming to my domains. When I test my sendmail server using outlook, I send it too my domain using a fake email addres like ffdsf@mydomain.co.za and eaven thow that address doesnt exist it still goes through to my domain (which means its spam) now how do I prevent...
  16. QuintonV

    Sendmail cannot find popper and help with pop3

    When I load sendmail or restart it after making changes it says that it cant find the popper file. my smtp is working fine iv'e tested it. but pop3 gives me an error. do you have to create a new popper file if so what does it include and what is the full path and file of this popper file? or is...

Part and Inventory Search

Back
Top