DSN less OWC problem

S

Sean McPoland

Hi ya'll,

having a problem on a corporate intranet.

Have built a new page with OWC chart in it - created the
datalink etc but when i go to another PC it tells me that
I do not have the ODBC DSN installed.

I do not want to go round every user installing a DSN for
them.

How do I set up OWC to use the data which is server bound
rather than having the clients having to reference the
data as well through a DSN.

Help gratefully received.
TIA
Sean
 
E

Effie

You can do it using 2 ways:
1- Build array on the asp/vb part, and transfer the data to the OWC;
2- Or-
Chartspace1.ConnectionString
="DRIVER=SQLServer;SERVER=svr1,3180;UID=xy;PWD=xz;APP=Microsoft® Windows®
Operating System;Network=DBMSSOCN;DATABASE=main"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top