strcat and sqlite help
#3

You don't see the problem in your query output?

pawn Код:
`Obj2Rx`,`Obj2R`Obj599X`,
Missing a comma there between obj2r and obj559x.

You could vastly reduce the amount of columns in your table by putting all data from a single object into a column. So that a single column holds the objects - "objectid x, y, z, rx. ry. rz" and anything else you might need. Then split the data when you retrieve it. This also makes your code much more manageable.

This way you can have many many more objects per house without having to do HUGE queries.

SQLite can handle a lot of columns per table, but it's not good practice to do so.
Reply


Messages In This Thread
strcat and sqlite help - by new121 - 12.02.2013, 05:25
Re: strcat and sqlite help - by new121 - 12.02.2013, 05:30
Re: strcat and sqlite help - by iggy1 - 12.02.2013, 08:08
Re: strcat and sqlite help - by new121 - 12.02.2013, 10:12
Re: strcat and sqlite help - by new121 - 12.02.2013, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)