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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.