Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I save a Word document to a database?

After selecting the file. Click on the convert button to save the file. Identity column for Serial number. Name of the file. Display File name that you want to show. Extension of file. Content Type of file. File in binary format. Size of file. Date of file insertion.


Can Microsoft Word create a database?

Create a blank database On the File tab, click New, and then click Blank Database. Type a file name in the File Name box. To change the location of the file from the default, click Browse for a location to put your database (next to the File Name box), browse to the new location, and then click OK. Click Create.

How do you save a file in a database?

To reuse a database or a database object, you use the Save As dialog:1Open the database or database object.2On the File tab, click Save As.3Do one of the following steps: To save a database in a different format, click Save Database As. ... 4Click the format you want to use for the new copy.

Can we store documents in database?

Yes, but note, they are the producer of the Oracle DB, and for any other user there are cost issues. Using commercial DB such as Oracle for storage of files is simply cost ineffective. However, with PostgreSQL for example, you can simply run another DB instance only for blob storage.

How do I save a Word document in mysql?

begin transaction; try { save new record for document; save Word document in predefined directory, using record's ID as the filename; } catch (Exception e) { rollback transaction; throw e; // Rethrow exception } commit transaction; The code above assumes that an exception is thrown when an error occurs.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours