SQLite functions!
#3

db_get_field fetches the field content passed by a field number.

db_get_field_assoc fetches the field that matches the fieldname you passed.

In theory, db_get_field_assoc should be slower than db_get_field, because db_get_field_assoc has to loop through the fields and compare names.
Reply


Messages In This Thread
SQLite functions! - by Youice - 25.10.2012, 00:45
Re: SQLite functions! - by Emmet_ - 25.10.2012, 00:47
Re: SQLite functions! - by ReneG - 25.10.2012, 00:49
Re: SQLite functions! - by Youice - 25.10.2012, 00:50
Re: SQLite functions! - by Youice - 25.10.2012, 00:55
Re: SQLite functions! - by ReneG - 25.10.2012, 00:57
Re: SQLite functions! - by Youice - 25.10.2012, 00:59
Re: SQLite functions! - by ReneG - 25.10.2012, 01:02
Re: SQLite functions! - by Youice - 25.10.2012, 01:09
Re: SQLite functions! - by Kevin FOx - 25.10.2012, 01:18

Forum Jump:


Users browsing this thread: 1 Guest(s)