Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <dataConfig>
  2. <dataSource type="JdbcDataSource"
  3. driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  4. url="jdbc:sqlserver://192.168.1.20\SQLEXPRESS:1433;databaseName=webscrape"
  5. user="kveer"
  6. password="kevin" />
  7.  
  8. <document name="tableAbstract">
  9. <entity name="[PubMedstg][tblAbstracts]" query="SELECT txtTitle, lngAbstractID as id, memBody FROM [webscrape].[dbo].[PubMedstg.tblAbstracts]"
  10. deltaImportQuery="SELECT txtTitle, lngAbstractID as id, memBody FROM [webscrape].[dbo].[PubMedstg.tblAbstracts] WHERE DateLoaded > '${dataimporter.last_index_time}'">
  11.  
  12.  
  13. </entity>
  14. </document>
  15.  
  16. </dataConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement