how do I insert word, pdf and text to sql database in vb.asp
ASP.NET
3
Posts
3
Posters
1
Views
1
Watching
-
how do I insert a word, pdf and text to sql database and view the files in gridview using vb.asp
The same way you would with another technology. Be sure to use a parameterized statement.
-
how do I insert a word, pdf and text to sql database and view the files in gridview using vb.asp
Because those documents can be large and contain images, you should consider storing them in a folder and just store the path string in the db, especially if your db budget is low.