Anonymous Asked in Cars &Transportation ยท 2 weeks ago

How do you save a document in a database?

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


How do I save a Word document to a database?

Introduction1Create a table in a database to store the document files and some other relevant data by which I can fetch the documents from the table.2Create a website with a page that contains some control like "textbox", "FileUpload" and "Button" on the design part of that page (. aspx).3Write the code in the ".How to Save PDF, Word and Excel Files Into The DataBase

Can you store documents in a database?

To save a file in a database, it often needs to be converted in a way so it can be correctly stored. If you choose to store the file as text, you might decide to store it in base64 format for example. You'll need to write some logic in your application to convert files to base64 before they're saved into the database.

How do I save a PDF as a database?

Save PDF file in SQL Server database in binary formate and then display it when you select according to inserted or save ID.1Create table with ID Identity column,PdfData Image, Name varchar(25)2Browse pdf file.3Code for Save Selected PDf File.4Now Bind Grid View from DataBase.5Code Selected Index of GridView.Save PDF File in SQL Server Database using C#

Related Questions

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