Hello,
I'm writing data to an access server using the SQL command update. When the write gets to a certain size it fails because it truncates. How do I work around this problem in SQL? Any examples on using memo and OLE datatypes with SQL would be useful as well. I'm seeing multiple copies of the data I write to the memo fileds and I have no idea how to use the OLE field.
The updatetext command seemed promising but I'm not sure it is supported and I can't find any good examples. I'm doing all this with TCL.
Thanks,
Colt
I'm writing data to an access server using the SQL command update. When the write gets to a certain size it fails because it truncates. How do I work around this problem in SQL? Any examples on using memo and OLE datatypes with SQL would be useful as well. I'm seeing multiple copies of the data I write to the memo fileds and I have no idea how to use the OLE field.
The updatetext command seemed promising but I'm not sure it is supported and I can't find any good examples. I'm doing all this with TCL.
Thanks,
Colt