Tuesday October 14th @ 6.30pm CDT – Working with XML data efficiently
Ben Clothier, Access MVP and co-founder of the AccessUserGroups.org, will be presenting the meeting discussing working with XML data with an SQL Server backend.
Earlier this year Ben posted a 2 part blog on this topic and this will be an update/improved version of his blog. Here are the links: Part 1 & Part 2
In the talk we will cover:
- How to use XPath and XQuery to query a XML document.
- How to use XML like a relational data source.
- How to build a valid XML document in VBA with minimum code and especially without knowing the schema .
- How to post a XML document to a stored procedure in VBA.
Please add this to your calendar and tell your friends!
This is a free online meeting, please join us at:
Join the meeting: https://join.me/accessusergroups
On a computer, use any browser with Flash. Nothing to download.
On a phone or tablet, launch the join.me app and enter meeting code: 842-599-774
Join the audio conference:
Dial a phone number and enter access code, or connect via internet.
By phone:
United States +1.213.226.1066
Access Code 842-599-774#
One thought on “Tuesday October 14th @ 6.30pm CDT – Working with XML data efficiently”
Leave a Reply
You must be logged in to post a comment.
On 01:16:15 in the video, why do they put
lngType = 1 And fld.Type = dbTime
on multiple Case clauses?