473,387 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ASP communications with a separate application?

I want to create an ASP page that can retrieve some data from my
custom-written VB6 application (which would be running on a different
computer than the ASP server). Is it possible/ workable/ feasible/
practical to create an activex dll (written in VB6) that would be in
the ASP which could connect to my program via a Winsocket and pass the
needed info back and forth?

I have experience with exchanging info between two programs using
Winsockets; what I don't know is, would this work in the activeX DLL /
ASP situation.

Any thoughts?
Jul 19 '05 #1
6 1242
On Sun, 04 Jul 2004 14:04:05 -0700, Martin <ma**********@comcast.net>
wrote:
I want to create an ASP page that can retrieve some data from my
custom-written VB6 application (which would be running on a different
computer than the ASP server). Is it possible/ workable/ feasible/
practical to create an activex dll (written in VB6) that would be in
the ASP which could connect to my program via a Winsocket and pass the
needed info back and forth?
Probably.
I have experience with exchanging info between two programs using
Winsockets; what I don't know is, would this work in the activeX DLL /
ASP situation.

Any thoughts?


Try a VB6 group, you basically don't need ASP since you're using an
ActiveX control.

Jeff
Jul 19 '05 #2
On Mon, 05 Jul 2004 13:10:26 GMT, je*********@zina.com (Jeff Cochran)
wrote:
On Sun, 04 Jul 2004 14:04:05 -0700, Martin <ma**********@comcast.net>
wrote:
I want to create an ASP page that can retrieve some data from my
custom-written VB6 application (which would be running on a different
computer than the ASP server). Is it possible/ workable/ feasible/
practical to create an activex dll (written in VB6) that would be in
the ASP which could connect to my program via a Winsocket and pass the
needed info back and forth?


Probably.
I have experience with exchanging info between two programs using
Winsockets; what I don't know is, would this work in the activeX DLL /
ASP situation.

Any thoughts?


Try a VB6 group, you basically don't need ASP since you're using an
ActiveX control.


What I'm trying to come up with is a way to allow ASP to access the
data that is being generated by my VB6 program. Then I (or someone
else) could create a web-interface to my current program.

Jul 19 '05 #3
Well if possible it sounds like it might be a job for using
querystrings.

Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
http://www.Bullschmidt.com
ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
> What I'm trying to come up with is a way to allow ASP to access the
data that is being generated by my VB6 program. Then I (or someone
else) could create a web-interface to my current program.


If your VB6 program is storing data in a database, then ASP can access
it. In what format is the data from the VB6 prog stored?
Jul 19 '05 #5
On 6 Jul 2004 10:27:15 -0700, la**********@yahoo.com (Larry Bud)
wrote:
What I'm trying to come up with is a way to allow ASP to access the
data that is being generated by my VB6 program. Then I (or someone
else) could create a web-interface to my current program.


If your VB6 program is storing data in a database, then ASP can access
it. In what format is the data from the VB6 prog stored?


Some of the information is stored in a database (MS Access). And, I
realize that ASP could get at that directly. But, if nothing else,
doing so would introduce concurrency issues. I would much prefer to
have only one program "hitting" the database.

In any case, other parts of the information is "live" in the VB6
program. For the most part, it's stored in variables - some of it is
in an INI file. The VB6 program is interacting with some industrial
equipment so some of the data is resident in other devices which are
accessed via a network.
Jul 19 '05 #6
On Mon, 05 Jul 2004 07:27:35 -0700, Martin <ma**********@comcast.net>
wrote:
On Mon, 05 Jul 2004 13:10:26 GMT, je*********@zina.com (Jeff Cochran)
wrote:
On Sun, 04 Jul 2004 14:04:05 -0700, Martin <ma**********@comcast.net>
wrote:
I want to create an ASP page that can retrieve some data from my
custom-written VB6 application (which would be running on a different
computer than the ASP server). Is it possible/ workable/ feasible/
practical to create an activex dll (written in VB6) that would be in
the ASP which could connect to my program via a Winsocket and pass the
needed info back and forth?


Probably.
I have experience with exchanging info between two programs using
Winsockets; what I don't know is, would this work in the activeX DLL /
ASP situation.

Any thoughts?


Try a VB6 group, you basically don't need ASP since you're using an
ActiveX control.


What I'm trying to come up with is a way to allow ASP to access the
data that is being generated by my VB6 program. Then I (or someone
else) could create a web-interface to my current program.


That would depend on how the data is available. If for example your
VB program will generate XML, then an ASP page is easy. If your VB
program simply aggregates data from other sources, maybe using ASP to
those other sources will work. Or you could rewrite the interface of
your VB app in VB.NET.

Jeff
Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: aa | last post by:
Does ASP allow communications between sessions? Usually Response sends the response to the destination from which the Request came. Is it possible to send the Response to some other client who is...
0
by: Dana Morris | last post by:
Call for Participation OMG's First Annual Software-Based Communications (SBC) Workshop: From Mobile to Agile Communications http://www.omg.org/news/meetings/SBC2004/call.htm September 13-16,...
1
by: Catherine Jo Morgan | last post by:
This is for a recreational tree climbing database. When a climb is arranged, it often begins with one or more inquiries by phone or email. Sometimes it takes several communications to answer...
6
by: Peter Krikelis | last post by:
Hi All, I am having a problem setting up input mode for serial communications. (Sorry about the long code post). The following code is what I use to set up my comm port.
4
by: Paul Baker | last post by:
Hello All, This is my first post so apologies if this is the wrong newsgroup. I'm designing software for a platform that will sit on a CAN bus. There will be three separate programs running...
2
by: ValK | last post by:
Hi! Is that possible to scan multiple ports for incoming data with Sax.Communications.Community library control)? Let's say PC has 3 available ports(com1, com2, com3). Also there is three scan...
4
by: Gary Frank | last post by:
I'd like to write a program in VB.Net that handles serial communications to several devices. VB.Net 2003 does not have adequate built-in serial communications. I heard that 2005 will have that. ...
8
by: vicky | last post by:
Hello,I met a question when I wrote the program.I want the program can transmit the data frame continuosly through the RS232 when the communication has been interrupted.But I don't know how to...
5
by: Franklin M. Gauer III | last post by:
Hi All, I've written an ASP.NET application (webservice) that does simple serial communications via the .NET 2.0 SerialComm object. The application runs fine on my development machine. The...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.