Guest User

Untitled

a guest
May 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <dataConfig>
  2. <dataSource type="JdbcDataSource"
  3. driver="com.mysql.jdbc.Driver"
  4. url="jdbc:mysql://85.214.68.102/joomla_0"
  5. batchSize="50"
  6. user="xxxxxxx"
  7. password="xxxxxxxx"/>
  8. <document>
  9. <entity name="jos_dataitems"
  10. query="select * from jos_dataitems">
  11. <field column="items_id" name="dataid"/>
  12. <field column="description" name="beschreibung"/>
  13. <field column="title" name="Titel"/>
  14. <field column="Prijs" name="Preis"/>Select1
  15. <field column="Select1" name="EAN"/>
  16. <field column="Select2" name="beschreibung_kurz"/>
  17. <field column="Select3" name="beschreibung_lang"/>
  18. </entity>
  19. </document>
  20. </dataConfig>
Add Comment
Please, Sign In to add comment