R
Rod Snyder
I am trying to extract Notes data from a Project into either a
text-delimited file or Access database. When creating the map in project to
do this, the data type that is assigned to the Notes field is either text or
varchar, which only allows me to export 255 characters from the Notes field.
I need for the data type to be Memo so that all the information being stored
in the Notes field exports to the file or database. I have not been able to
figure out how to change the file type when creating the map. Is there a
way, or will I need to create a stored procedure to define the data field
type and extract it directly from the SQL server?
Rod
text-delimited file or Access database. When creating the map in project to
do this, the data type that is assigned to the Notes field is either text or
varchar, which only allows me to export 255 characters from the Notes field.
I need for the data type to be Memo so that all the information being stored
in the Notes field exports to the file or database. I have not been able to
figure out how to change the file type when creating the map. Is there a
way, or will I need to create a stored procedure to define the data field
type and extract it directly from the SQL server?
Rod