server and saving
#1

Can a whole server be made by enums? Or anything in script.:I need a really better alternative for dini , ysi and mysql. If you guys can suggest me the best.
Reply
#2

SQLite, best known alternative and really powerful.

"Enums" is irrelevant to the context here. Enumerators are used as a part of an array, nothing to compare with a saving system.
Reply
#3

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Enumerators are used as a part of an array
That is not all they are for. They can be used for a lot more.

But yes, they are completely out of context here and make no sense on this subject.
Reply
#4

I was just referring to a general use, example use of enums.

And i think if the OP is refering to memory vars, then he must read SVars and PVars!
Reply
#5

Enums are used to assign names to indexes (generally to make them more organized ) as in ( array[10] is no different than array[some_10_index_enum] )
At the end, enums will be compiled simply as numbers ( ? not 100% sure ) so nope, it's not possible to save anything in them
There is pretty much nothing neat and more organized than MySQL - 1 file, 1 database, multiple perfectly organized tables ( unless you lack common sense when creating them .. ), I suggest you to use that
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)