Text - Varchar - char which one? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Text - Varchar - char which one? (
/showthread.php?tid=435774)
Text - Varchar - char which one? -
Stefand - 08.05.2013
Hey,
I made a "Country" row in my Account Database.
But when I type in The Netherlands, It changes it by itself to Te or T or tC. But never The Netherlands.
Is that a problem from varchar?
If yes what other thingy do i need to select then?
Re: Text - Varchar - char which one? -
SuperViper - 08.05.2013
The type should be varchar and the length should be 75 so that it can support all of the countries in the world.