what string size.
#1

Hi,

When i want to select all from a specif database table, what string size i need to use? for ex:

SELECT * FROM players WHERE Name='%s'
Reply
#2

You can count it? Can't you? It is 37 characters in total, make a string size of 38. (1 byte is stored as null)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)