Is there a way to tell df_get_record not to skip the current "passwordcolumn'? I need to transfer the value in the password field to another database, but df_get_record refuses to read that column.
Thanks,
Ken
How to read "passwordcolumn" from table
2 posts
• Page 1 of 1
Is there a way to tell df_get_record not to skip the current "passwordcolumn'? I need to transfer the value in the password field to another database, but df_get_record refuses to read that column.
Thanks, Ken
Hi Ken,
Sorry. For security reasons I thought it would be best to never load password columns into memory. Blob columns are also not loaded for performance reasons. If you need to copy the password column to another db you can load the data with an sql query explicitly. You can try changing the widget:type on the password column to 'text' temporarily. That would probably get you going. Best regards Steve
2 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 36 guests |