|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
xml, mysql
hye,
i am developing a webservice on the solaris platform. i am going to compare between mySQL database and XML for storing data. the webservice sits between the client browser and the database/xml. The browser will be sending request to the webservice in xml format. However, i am undecided what language to use to connect between webservice and database/xml. added complexity is the request will have to be used to derive sql statements to query database and i am not sure what to use to query XML file. Any clues. |
|
#2
|
|||
|
|||
|
You need a server-side language, for example PHP, which has functions for both XML parsing as well as database ones. You will need to produce an API in the chosen language to convert XML to SQL and vice-versa.
There are a number of articles on the Net that discuss this (some cruder than others): |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > xml, mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|