Search found 2 matches

by andyc
Tue Jan 11, 2011 4:11 pm
Forum: Databases
Topic: MS-SQL ntext field retrieval over odbc
Replies: 4
Views: 4994

Re: MS-SQL ntext field retrieval over odbc

Thanks for that but I initially hit the issue when running Rev 4.0 then I updated to Livecode 4.5 in the hope that it might help but I still get the same problem. :(

Anyone else got any ideas?
by andyc
Tue Jan 11, 2011 12:58 pm
Forum: Databases
Topic: MS-SQL ntext field retrieval over odbc
Replies: 4
Views: 4994

MS-SQL ntext field retrieval over odbc

Hi there, I've got an app that retrieves data from a MSSQL server instance. The only field in the database concerned is of type ntext. There are three rows as follows: Row 1 here Row 2 here ümlaut When I have my app running on a mac and I log the number of bytes retrieved I get 10, 10 and 6. I also ...