I have a remote view. The user performs some edits, changes are sent to the backend which is SQL Server 2000.
The remote view is bound to a VFP grid.
Now the surprise: the data on the SQL server shows all character columns padded with space char (asc 32) to the column size. How can I prevent this from happening? I tried set ANSI_PADDING on / off, but no change.
VFP6-sp5, SQL 2000, W2K Prof sp3
tia, joga
The remote view is bound to a VFP grid.
Now the surprise: the data on the SQL server shows all character columns padded with space char (asc 32) to the column size. How can I prevent this from happening? I tried set ANSI_PADDING on / off, but no change.
VFP6-sp5, SQL 2000, W2K Prof sp3
tia, joga