Convert Font in SQL 2005
-
Hi Guys.I have a table in database Access with a Font(example:VN-Times).I want to bring all struct and data from Access to Sql with Font default in SQL(Unicode).Please help me how to do :-O
if you cound not try then msgbox("you will lose") else msgbox("you can change yourself") end if
-
Hi Guys.I have a table in database Access with a Font(example:VN-Times).I want to bring all struct and data from Access to Sql with Font default in SQL(Unicode).Please help me how to do :-O
if you cound not try then msgbox("you will lose") else msgbox("you can change yourself") end if
-
Databases don't store fonts. You either have char/varchar (standard ascii characters) or nchar/nvarchar which is unicode.
Bob Ashfield Consultants Ltd
It sounds like he is storing font characteristics for some control in his database. If that is the case, what's so hard about replicating Access fields into SQL, doing the proper conversions of the field types?
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham