Hi,
I have data as:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]id[/TD]
[TD]name[/TD]
[TD]value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]A2[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]A3[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]....[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
How to export the data (Range:A1:C&i) to MS SQL server, to table called "test"?
I know how to get/select the data from MS SQL: TAB DATA/Connections/Workbook Connections/Add... then just add connection string & into command line put: "select * from..."
Then into TAB DATA, from Existing Connection menu, connect to the data, and put range/table/pivot_table, where data should be save.
I have data as:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]id[/TD]
[TD]name[/TD]
[TD]value[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]A2[/TD]
[TD]22[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]A3[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]....[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
How to export the data (Range:A1:C&i) to MS SQL server, to table called "test"?
I know how to get/select the data from MS SQL: TAB DATA/Connections/Workbook Connections/Add... then just add connection string & into command line put: "select * from..."
Then into TAB DATA, from Existing Connection menu, connect to the data, and put range/table/pivot_table, where data should be save.