Help With Simple External DB Sync
I'm trying to automate data entry into InfoQube. Using http://sqlitebrowser.org/ I created db with 3 rows: id, start, end. I added 10 entries to it, using sqlite3 python module. When I use following code in sync file, I get error: "3 fields found for mapping, RecordID field not found (cd is not a field in your IQBase).
<ConnectionString>
Database=D:\Inbox\db1.sqlite;
</ConnectionString>
<FieldMap>
[id] cd
[name] Started Timer
[number] Ended Timer
</FieldMap>
<RecordIDField>cd</RecordIDField>
Database=D:\Inbox\db1.sqlite;
</ConnectionString>
<FieldMap>
[id] cd
[name] Started Timer
[number] Ended Timer
</FieldMap>
<RecordIDField>cd</RecordIDField>
Anyone can help?
P.S. I have created field called "cd" in InfoQube
- Read more about Help With Simple External DB Sync
- 9 comments
- Log in or register to post comments


