mysql queries for saving
#1

Hi,

When player disconnect i have a lot of stuff to safe, i have 10~15 seperate queries update, i think make fushion to 1-2 querie? but i need to create string like new string[ 50000 ]; can i update query with that lenght?
Reply
#2

You can either write the big query into a file or create a stored procedure. There's also strcat, but I personally don't like it. I'd go with the stored procedure.
Reply
#3

But is there a limits for blueg mysql plugin, like what max lenght in query can by?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)