database - Excel DB connection: insert, update & delete? -


i used data-from other sources-from sql server controls import database table excel workbook. looks perfect, , refreshing data works charm.

however, whenever make changes table (editing, inserting or deleting rows), cannot seem find way push these changes database. makes me wonder whether possible.

can tell me how this, or confirm not supported?

when make 'live' table in excel linking external data source have described in question, excel manages using querytable object behind scenes.

querytable objects have ability refreshed on demand, , refresh on periodic schedule defined user.

quertytable objects not bi-directional. can used import data excel, not write changes data source.

querytable objects can manipulated vba.

custom vba code can written automatically write data source changes made user table. absolutely requires writing code... not simple option can select excel user interface table.

can tell me how this, or confirm not supported?

insert, update, , delete not supported excel user interface.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -