Menu

#43 New SQL function

open
nobody
None
5
2003-05-15
2003-05-15
No

Hi chaps,
I need a function to get the name of a field in a query...
I think I am not alone, so I suggest to you to add this
function in db_mysql.inc, and to transpose for other
engines :

function field_name($offset) {
return mysql_field_name ($this->Query_ID , $offset);
}

I hope it'll be usefull.

Bernard BOISJOT
bboisjot@ain.cci.fr

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.