vbnullchar Posted September 4, 2007 Share Posted September 4, 2007 how can i get the column names of ms access table? thanks, Link to comment https://forums.phpfreaks.com/topic/67859-solved-column-names/ Share on other sites More sharing options...
vijayfreaks Posted September 4, 2007 Share Posted September 4, 2007 Hi.. use following function to get this.. odbc_field_name($res_id,0) will give first column.. odbc_field_name($res_id,1) will give 2nd column.. Regards, Vijay Link to comment https://forums.phpfreaks.com/topic/67859-solved-column-names/#findComment-341128 Share on other sites More sharing options...
vbnullchar Posted September 4, 2007 Author Share Posted September 4, 2007 how to get all of them? Link to comment https://forums.phpfreaks.com/topic/67859-solved-column-names/#findComment-341137 Share on other sites More sharing options...
vbnullchar Posted September 4, 2007 Author Share Posted September 4, 2007 got it, thanks.. Link to comment https://forums.phpfreaks.com/topic/67859-solved-column-names/#findComment-341144 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.