Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM server binding in a C.R.
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Reporting
Title:
VFP COM server binding in a C.R.
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01172396
Message ID:
01172396
Views:
48
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.
Reply
Map
View

Click here to load this message in the networking platform