|
-
February 21st, 2000, 02:02 AM
#1
How To Down Load The OCX Control from the net and Register then on to the Client Machine.
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.
-
February 21st, 2000, 03:21 AM
#2
Re: How To Down Load The OCX Control from the net and Register then on to the Client Machine.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|