StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
XML to BO
XML to BO
Post Reply
Like
0
XML to BO
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Keith Chisarik
Keith Chisarik
posted 19 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 939,
Visits: 40K
I need to import data from a number of XML documents, I looked through the SF namespaces for a function to do this but didn't find anything. I want to makes sure I am not missing it before I do it by hand like I used to do with a reader. Essentially I am looking for VFP's 'cursortoxml'. Do you have something like that I have missed?
Keith Chisarik
Sigma Data Systems
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
XML to BO
Keith Chisarik
-
19 Years Ago
Give this a shot: Dim loTable As New Data.DataTable()...
Trent L. Taylor
-
19 Years Ago
You can do this straight into a business object also by using the...
Trent L. Taylor
-
19 Years Ago
nice...... ty
Keith Chisarik
-
19 Years Ago
"DataTable does not support schema inference from XML." is what I get...
Keith Chisarik
-
19 Years Ago
You can only read the XML file if it was written to the file using the...
StrataFrame Team
-
19 Years Ago
You can get it to work...I have done this on a number of occasions....
Trent L. Taylor
-
19 Years Ago
Microsoft XSD Inference 1.0
The Microsoft XSD Inference utility...
Daniel Essin
-
19 Years Ago
Me.OrdersBO.CopyDataFrom(importedorder_datatable)
I get an...
Keith Chisarik
-
19 Years Ago
[quote]Bug? or does vb.net just not like underscores in tablenames?...
Trent L. Taylor
-
19 Years Ago
great, sorry I missed that 2nd parameter.
Now why isnt the...
Keith Chisarik
-
19 Years Ago
[quote]I see them added, but they dont get saved.. is there something...
Trent L. Taylor
-
19 Years Ago
How do I save the BO with my newly added records then?
I...
Keith Chisarik
-
19 Years Ago
If all of those rows need to be set to dirty, the you can manually set...
Trent L. Taylor
-
19 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search