UploadFromDB.bat won't execute
Zoho UploadTool - Done with the configuration and all but when I click UploadFromDB.bat, nothing happens. The C:Windowssystem32cmd.exe will just pop for a second nothing when it is suppose to give you information that the query yo specify is being loaded. The query i have on database_sql_queries is this:
<?xml version="1.0" encoding="UTF-8" ?>
<!-- $Id$ -->
<Queries>
<Query dbname="Test Datebase" tablename="Test" importtype="APPEND" matchingcols="" selectcols="" skiptop="">
select * from Test
</Query>
</Queries>
Thanks.