[mySQL] Question.
#1

hi guys i made a vehicle filterscript but when i want to show the data i stored, which were 13 fields, since mysql line command is too short it cant show me all fields, do you know any way to see ALL the fields?
Reply
#2

Код:
SELECT * FROM table
Reply
#3

Im not asking how to show it, i mean i have too much fields and mysql comand line doesnt show all of them.
Reply
#4

Use phpMyAdmin / Other MySQL DB Manager.
Reply
#5

Use different tables to show all
Reply
#6

You could increase the string size of your query variable.

pawn Код:
new Query[2000];
Some queries just need more string size. (Such as object loading from db)
Reply
#7

@coole210 - you only use query sizes when you are inputting a string into you DB.
@JamesC - I will try MyPHPAdmin Thanks.
Reply
#8

No.. You are selecting something from the database, you need a string that can fit the output of the query and show info.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)