Operand Clash - TWideMemo
Posted: Mon 24 Mar 2008 19:51
using a ClientDataSet with Intraweb and SQL Server. D2006 and the latest version of SDAC. if i run my app in the standalone mode from a workstation, it works. if i run my app as a dll or as an exe from the server, i get an error
"Operand type clash: varbinary is incompatible with ntext"
fixed it by changing from an ntext to a text field. thought i might have been a permission issue but run logged in as sa. it could be that something is going on depending on whether we are accessing SQL Server using TCP/IP or shared memory. the app worked when i was running version 3 of sdac. i am basically just inserting a record using insertrecord. anyway, i do not understand why this is happenig and would like to. thanks.
"Operand type clash: varbinary is incompatible with ntext"
fixed it by changing from an ntext to a text field. thought i might have been a permission issue but run logged in as sa. it could be that something is going on depending on whether we are accessing SQL Server using TCP/IP or shared memory. the app worked when i was running version 3 of sdac. i am basically just inserting a record using insertrecord. anyway, i do not understand why this is happenig and would like to. thanks.