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

    Send fax using AT Command set

    Using hyla command what should be the sequence of AT commands To send a fax, I can dial the remote fax machine by opening com port and issuing Hyla AT Command, but after that what to do to send any image file or any text file as a fax to fax machine. Thanks in advance... Rahul Gade If you...
  2. RahulGade

    To find out undocumented API's Parameter

    Please help me, I have one generic dll whose documentation is not available,i know the function names in it but want to know the parameters in it. Also i have one application which usase that dll. I have used Win32dasm like many other utilitys but they doesn't work for the dynamic linking...
  3. RahulGade

    Returning multiple resultset from table through function

    To return multiple resultset from a "select * ..." command we can use the temp table to store that records in postgres 7.0.2 or later. we have to use the syntax inside the function like : create temp table tmp as select * from tablename; and use another command in the same connection session...
  4. RahulGade

    one subquery using order by and limit for delete

    I have to build one function which will delete all the record in the table which satisfies specified condition except latest 20 records . for this i have writen one query which seems logically good but not working on postgreSQL, because postgreSQL doesn't support order by and limit inside...
  5. RahulGade

    temp table inside the function gives error

    when i Try to create any temp table it gives me message "how to copy ..? " anybody please tell me how i can create temp table from function.
  6. RahulGade

    postgres security using username and password doesn't work

    In fact when i don't pass the password for the specified username, i get logged in but it should not happened. if i specify wrong password but valid username then also it gives me entry into postgres interactive mode, also from the c++ connection object. please tell me how to implement the...

Part and Inventory Search

Back
Top