D
Dave F
Before I start this process, I wanted to see if any one has already done it.
I need to get Outlook data into SQL Server and there are 141 standard fields
in Outlook.
Has anyone created a CREATE TABLE script will map the standard fields and
their data types to a SQL Server table?
I can bring them into SQL Server using DTS and create a table on the fly but
the resulting fields are all datatype nvarchar(255). I am looking for a
more accurate mapping of datatytpes and was hoping someone who has already
done this would be willing to share their work.
Also, is there a fast way to get a mapping of VBA object names to Outlook
field names?
For example, the Outlook field "company" is referenced in VBA as
"Outlook.ContactItem.CompanyName."
Is there a convenient listing of all these VBA referernces ("company" =
"companyname")
I need to get Outlook data into SQL Server and there are 141 standard fields
in Outlook.
Has anyone created a CREATE TABLE script will map the standard fields and
their data types to a SQL Server table?
I can bring them into SQL Server using DTS and create a table on the fly but
the resulting fields are all datatype nvarchar(255). I am looking for a
more accurate mapping of datatytpes and was hoping someone who has already
done this would be willing to share their work.
Also, is there a fast way to get a mapping of VBA object names to Outlook
field names?
For example, the Outlook field "company" is referenced in VBA as
"Outlook.ContactItem.CompanyName."
Is there a convenient listing of all these VBA referernces ("company" =
"companyname")