Can you store documents in SQL?
- Can you store documents in a database?
- Can you store a PDF in a SQL database?
- Can you store a Word document in a 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.
Can you store a PDF in a SQL database?
When we store PDF file in SQL Server database, we need to convert the PDF file into a byte array and then put it into the varbinary(max) field of a table. From your description, you want to use VB code to store the PDF file into SQL Server database, I recommend you post the question in the VB.NET forums.
Can you store a Word document in a database?
Create 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. Create a website with a page that contains some control like "textbox", "FileUpload" and "Button" on the design part of that page (. aspx). Write the code in the ".
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago