I did this several years ago at another job and it is proving difficult to find the pieces to rewrite. I think it was hard to find then too but hoping someone can point me to the right place or has a working sample?
In any case I want to save a file in a database so I am thinking a file stream to BLOB. I want to say I used ADO somehow for the stream.
My backend will be SQL 2008. If someone knows an ideal SQL BLOB datatype, excellent otherwise I can probably find it related to another environment.
Then I used it for my version control for my front end. I essentially had to access files saved. One that updated the application and the application which would extract the update application and load it which in turn updated the Application and reloaded it. It worked like a charm.
Now I want to use it for storing 'standard' modules with versioning and possibly evolving into an object based version control system. - So yes this really is what I want to do as I know it is not a popular thing to implement.
In any case I want to save a file in a database so I am thinking a file stream to BLOB. I want to say I used ADO somehow for the stream.
My backend will be SQL 2008. If someone knows an ideal SQL BLOB datatype, excellent otherwise I can probably find it related to another environment.
Then I used it for my version control for my front end. I essentially had to access files saved. One that updated the application and the application which would extract the update application and load it which in turn updated the Application and reloaded it. It worked like a charm.
Now I want to use it for storing 'standard' modules with versioning and possibly evolving into an object based version control system. - So yes this really is what I want to do as I know it is not a popular thing to implement.