Is it possible to dynamically create a datawindow or datastore from a xml string, much like the .SyntaxFromSQL /.Create combination?
For example, I would like a "fleet"-datastore, where the "cars" are the rows, and "id", "color" and "make" are the columns.
<fleet>
<car>
<id>1234</id>
<color>red</color>
<make>Toyota</make>
</car>
<car>
<id>5678</id>
<color>blue</color>
<make>Opel</make>
</car>
</fleet>
I'm using PB12.5.2.5703. (Classic)
Request clarification before answering.
Hello Erik,
Please find below an example from old Sybase CodeXchange web site that we are being migrated to the SAP wiki page sooner or later:
HTH,
Jacob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe since SAP has placed PowerBuilder under Mobile in it's management structure, it should consider bringing back PocketBuilder and give it the ability to deploy to Android, iOS and Windows Mobile devices. Also, it should not be restricted to use only SQL Anywhere. It should be able to use whatever DBMS is most common on the platform.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.