Hi Guys,

Can I please have a copy of the transfer.xml config for a Microsoft
Access database that someone has working?

Mine looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<transfer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="transfer/resources/xsd/transfer.xsd">
        <objectDefinitions>
                <package name="datasourcename">
                        <object name="bio" table="Bios">
                                <id name="id" type="numeric"/>
                                <property name="perid" type="numeric" 
column="perid"/>
                                <property name="datephotoadded" type="date" 
column="datephotoadded"/>
                                <property name="departmentids" type="string" 
column="departmentids"/>
                                <property name="departmentidsprevious" 
type="string"
column="departmentidsprevious"/>
                        </object>
                </package>
        </objectDefinitions>
</transfer>

Memos would translate into a string in this case correct? Will keep
googling this.

Thanks!
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to