Board index » delphi » Reading VARBINARY fields > 255 characters
Danny Mavromatis
![]() Delphi Developer |
Fri, 06 Sep 2002 03:00:00 GMT
Reading VARBINARY fields > 255 characters
MS, in their infinite wisdom, have changed the systems tables between SQL
Server 6.5 and 7. Trigger, procedure and view sources were kept in a table with the column containing the source defined as VARCHAR(255). Long source definitions were made by linking together multiple rows in this table ordered by a 'position' column. I could read the data out of the system table without any problems. In SQL7, the column in question has been changed to a different type of Alternatively, is there some way with a non-persistent TQuery to override BTW, SQL Explorer cannot handle some of these new datatypes either. It Regards, |