M
mosscliffe
I have two tables containing similar data but from different sources.
I would normally use a UNION statement to create my SELECT statement,
but because I have Access Memo fields, these get truncated at 255
characters, if I use Union. This was a nightmare to discover why it
was truncating, sometimes and not others. I never realised it was the
UNION causing the problem.
I am wondering if i can get around this by doing a separate SELECT for
each table. I have an OleDBDataAdapter, which I use to fill a
DataTable.
The question is will the Second Fill, overwrite the first Fill or Merge
with it or Append. I need to Append.
Any advice gratefully received
I would normally use a UNION statement to create my SELECT statement,
but because I have Access Memo fields, these get truncated at 255
characters, if I use Union. This was a nightmare to discover why it
was truncating, sometimes and not others. I never realised it was the
UNION causing the problem.
I am wondering if i can get around this by doing a separate SELECT for
each table. I have an OleDBDataAdapter, which I use to fill a
DataTable.
The question is will the Second Fill, overwrite the first Fill or Merge
with it or Append. I need to Append.
Any advice gratefully received