OWC 11 Spreadsheet Control

S

sumtara

I have managed to place a spreadsheet control on a webpage and fill i
from a database. How do I get changes back to the database withou
creating a connection and cycling through each row and sending it t
the database with an SQL update
 
A

Alvin Bruney [MVP]

There's a solution in the black book that goes something like this. When you
make changes, save the changes into a server side text box. On the server,
split the text box string by a \n delimiter. That will give you all the
rows. Iterate thru the rows and build your query. I think I need to offer
the black book as a download, it will save the hassle.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top