prodigymad
Technical User
Hello all,
I am working for an IT firm that uses an SQL database as the backend to a VB application. We setup financial imports into the database via the VB program but we are now getting more advanced requirements.
We have started using stored procedures to do INSERT & UPDATE statements but the new one is to import XML files from other financial organisations. We have the XSL schemas, etc and currently we parse the file into a CSV file and then import this.
I have read about the OPENXML and the sp_xml_preparedocument script. I can't get my head round how to use this for my requirements. We need the schema to be stored somewhere and then everyday a file will be imported as XML. I hope this makes sense!
I am working for an IT firm that uses an SQL database as the backend to a VB application. We setup financial imports into the database via the VB program but we are now getting more advanced requirements.
We have started using stored procedures to do INSERT & UPDATE statements but the new one is to import XML files from other financial organisations. We have the XSL schemas, etc and currently we parse the file into a CSV file and then import this.
I have read about the OPENXML and the sp_xml_preparedocument script. I can't get my head round how to use this for my requirements. We need the schema to be stored somewhere and then everyday a file will be imported as XML. I hope this makes sense!