View Full Version : How to acces com port from PL/SQL ??
Robert Bralic
05-04-2005, 09:14 PM
I have problem with accesing com port from PL/SQL,
can anybody tell me how can I do this ??
Thanks ina advance, Robert !
robo_bralic@yahoo.co.uk
Mark C. Stock
05-05-2005, 02:50 AM
"Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in message
news:d5ca35$4r5$1@ss405.t-com.hr...I have problem with accesing com port from PL/SQL, can anybody tell me how can I do this ?? Thanks ina advance, Robert ! robo_bralic@yahoo.co.uk
PL/SQL in the database or PL/SQL in the tool?
com port on the database server, on the application server, or on the client
machine?
what have you tried and what kind of problem occured?
++ mcs
Robert Bralic
05-05-2005, 04:26 AM
"Mark C. Stock" <mcstockX@Xenquery .com> wrote in message
news:QcednR3_f9LxZ-TfRVn-sw@comcast.com... "Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in message news:d5ca35$4r5$1@ss405.t-com.hr...I have problem with accesing com port from PL/SQL, can anybody tell me how can I do this ?? Thanks ina advance, Robert ! robo_bralic@yahoo.co.uk PL/SQL in the database or PL/SQL in the tool? com port on the database server, on the application server, or on the
client machine? what have you tried and what kind of problem occured? ++ mcs
Dear,
From FORMS on client machine(maybe this is not group for question like
this).
Thanks in advance ,
Robert !
robo_bralic@yahoo.co.uk
Daniel Morgan
05-05-2005, 06:00 AM
Robert Bralic wrote:
"Mark C. Stock" <mcstockX@Xenquery .com> wrote in message news:QcednR3_f9LxZ-TfRVn-sw@comcast.com..."Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in messagenews:d5ca35$4r5$1@ss405.t-com.hr...I have problem with accesing com port from PL/SQL,can anybody tell me how can I do this ?? Thanks ina advance, Robert ! robo_bralic@yahoo.co.ukPL/SQL in the database or PL/SQL in the tool?com port on the database server, on the application server, or on the clientmachine?what have you tried and what kind of problem occured?++ mcs Dear, From FORMS on client machine(maybe this is not group for question like this). Thanks in advance , Robert ! robo_bralic@yahoo.co.uk
Not to be unkind ... but ..
It is the group. What you are doing is playing games by
providing insufficient information for someone to help
you.
Try again:
What product and what version of that product?
What are you trying to do?
What is the business case you are trying to solve?
What problem are you having when you try to do it?
And as you were asked by Mark, the com port on which machine?
You can't expect help when your posts make it look like
you think we can look over your shoulder and read your mind.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace 'x' with 'u' to respond)
Mark C. Stock
05-05-2005, 08:09 AM
"Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in message
news:d5d3dn$oh6$1@ss405.t-com.hr... "Mark C. Stock" <mcstockX@Xenquery .com> wrote in message news:QcednR3_f9LxZ-TfRVn-sw@comcast.com... "Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in message news:d5ca35$4r5$1@ss405.t-com.hr...I have problem with accesing com port from PL/SQL, can anybody tell me how can I do this ?? Thanks ina advance, Robert ! robo_bralic@yahoo.co.uk PL/SQL in the database or PL/SQL in the tool? com port on the database server, on the application server, or on the client machine? what have you tried and what kind of problem occured? ++ mcs Dear, From FORMS on client machine(maybe this is not group for question like this). Thanks in advance , Robert ! robo_bralic@yahoo.co.uk
yes, this is the group, but you question left out a lot of important
details -- since there are two places the PL/SQL could reside, and 3
machines where the port could be.
additionally:
what version of forms? web-deployed or client-server?
++ mcs
BalkanBoy
05-12-2005, 03:05 AM
I guess you need send some text or similar to output device (printer, lcd
display) connected on com port. This is one example I use in my aplication,
to print receipts on POS printer, over com or LPT printer. But, instead of
com port, this is way you can make txt file on disk too.
example:
procedure print is
file_handle TEXT_IO.FILE_TYPE;
out VARCHAR2(255);
begin
file_handle:= text_io.fopen('com1' , 'W');
TEXT_IO.PUT_LINE(file_handle, 'some text you want to print');
--------
text_io.fclose(file_hadle);
end;
end;
"Robert Bralic" <robo_bralic@yahoo.co.uk> wrote in message
news:d5ca35$4r5$1@ss405.t-com.hr... I have problem with accesing com port from PL/SQL, can anybody tell me how can I do this ?? Thanks ina advance, Robert ! robo_bralic@yahoo.co.uk
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.