Help request wiht python programming string properties.

Dear all,

For my personal work flow i would like to have the possibility for an interface with MYSQL.

So far have been able to build a separate database editor within Blender. Within python have been able to display the content of a table and is done by means of label’s. See also attached picture.

I would like to have the possibility to edit field’s within the database and then make a commit button to update. Therefore my thought is to use an editable string property. Looked into documentation (blender wiki etc )and it seems that this is possible but then fields will be added to objects within blender and this is not directly what I’m looking for. Like to make use of local variables within python scripts.

Somebody a suggestion how this can be done.

Regards Ben.

Attachments