Y
YisMan
Hi everyone
How can I append records from an Access table to a SQL Server table?
regular append queries cut off the memo fields at 255 chars. no good.
i tried using adodb with sqloledb provider, bu then it doesnt find my access
table.
any ideas anyone?
i probaby can open recordsets manually and copy 1 row at a time, but this
will be complicated to maintain as fields are added, modified and removed.
How can I append records from an Access table to a SQL Server table?
regular append queries cut off the memo fields at 255 chars. no good.
i tried using adodb with sqloledb provider, bu then it doesnt find my access
table.
any ideas anyone?
i probaby can open recordsets manually and copy 1 row at a time, but this
will be complicated to maintain as fields are added, modified and removed.