Click to See Complete Forum and Search --> : How To Down Load The OCX Control from the net and Register then on to the Client Machine.


brittorajesh
February 21st, 2000, 01:02 AM
Hi Friends,

I have a problem with The Ocx Control if you can help me out
I Have a control in my Webserver I Have to Down load the that particular Control into the Client machine,
pl suggest how shall I proceed with the code. One more thing I have created a System DSN in my server
but whwn I open the particular applicaion in the Client its says that No dsn found, is it necessary to create DSN
in the Local machine aslo if Yes How shall i Automatically create the DSN from my webserver
as soon as i down laod the Control.
Do pl Help me out this is vert curtial for me.

Thanks you all in advance.

Lothar Haensler
February 21st, 2000, 02:21 AM
create a CAB file for your OCX using PDWizard and specify the location for your CAB file in the CODEBASE attribute of the HTML OBJECT tag in your HTML page.

You are accessing a database from your OCX?
In that case you should use either DSNless connections, or yes, you'd need a DSN on the local machine. That's not really a web application!

IMHO you should use another technology, such as RDS (remote data services)instead.