How can I store PDB files?
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Hi. How can I store PDB files in my MS SQL Database? I want to have a compilation of those files for quick retrieval. There's only an image and xml file in the datatype list. What about other files? :confused:
Take a look at the Binary and VarBinary datatypes.
-
Hi. How can I store PDB files in my MS SQL Database? I want to have a compilation of those files for quick retrieval. There's only an image and xml file in the datatype list. What about other files? :confused:
Here you are: How To Read and Write BLOB Data by Using ADO.NET with Visual C# .NET[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion