odbc - insert/update sql server tables from q

Hello,

I am using odbc to connect to MS SQL Server. 

I am able to read tables, but after I perform some updates, say insert some new rows into the table, I’d like to send them back to SQL Server. 

I am wondering if there is a way to do that in odbc.k, NOT through the evaluation of INSERT statements, since there can be hundreds or thousands of new rows. 

Thank you!

Bill