Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP COM server binding in a C.R.
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
VFP COM server binding in a C.R.
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01172396
Message ID:
01172396
Vues:
49
Hi:

I have a VFP COM server with employee info.
I got to bind this info into Crystal Reports.
e.g:
using myComDemo;

....

Employee e = new Employee();  // VFP com server
string myXML = e.getInfo();
DataSet dsEmployee = new DataSet();
dsEmployee.ReadXml(new StringReader(myXML));
....
How can I bind the XML data in a Crystal Report if I can not read the data from C.R. Field Explorer ?
How can I read data from a COM server using this tool ?

T.I.A.
Répondre
Fil
Voir

Click here to load this message in the networking platform