Board index » delphi » Possible to store an excel spreadsheet as an object in SQL?

Possible to store an excel spreadsheet as an object in SQL?


2005-01-11 07:11:58 AM
delphi127
 
 

Re:Possible to store an excel spreadsheet as an object in SQL?

SQL is a language. You cannot store anything in it. If you have a question
about storing something in a database you need to tell us which database
you are using.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
Jim writes:
 

Re:Possible to store an excel spreadsheet as an object in SQL?

Do you want to store the spreadsheet in BLOB-field for some SQL-database?
Of course, you can - check the TOLEContainer.SaveToStream, for example or
load the spredsheet from file to BLOB-field