ADMIN
2005-08-20 09:09:56 UTC
I have SQL2K in the backend and visual foxpro in front end.
My sql database has a column called address and it is in memo type.
I tried following but could not get anywhere:
select cast(address as char(35))
or
select convert(char(35), address)
What is the best method ? Please help
My sql database has a column called address and it is in memo type.
I tried following but could not get anywhere:
select cast(address as char(35))
or
select convert(char(35), address)
What is the best method ? Please help