简体   繁体   English

通过GUI显示的BLOB文件

[英]BLOB file to display via a GUI

This is more of a, "hey, any ideas on how to go about doing this?", type of question. 问题类型更多是“嘿,关于如何执行此操作的任何想法?”。

So, 所以,

I'm working on a READ-ONLY GUI in Visual Studios, that loads data from an Oracle database. 我正在Visual Studios中的只读GUI上工作,该GUI从Oracle数据库加载数据。 -- I am currently stumped on how to go about doing something: Loading an BLOB file from the oracle database and having it display via the GUI, so that the person reading it would be able to download said file by clicking a logo or text field or whatever works really. -目前,我对如何执行某件事感到困惑:从oracle数据库加载BLOB文件并通过GUI显示它,以便阅读该文件的人能够通过单击徽标或文本字段来下载该文件。或任何真正有效的方法。 The person wouldn't be the ones uploading files; 这个人不会是那些上传文件的人。 they should just be able to download them from what the GUI is pulling from the database. 他们应该只能够从GUI从数据库中提取的内容下载它们。

Keep in mind, this file should not be limited to a single file type, should be able to upload .pdf, .txt, .wordx, .png, etc)... from Oracle, into Visual Studio. 请记住,此文件不应限于单个文件类型,而应能够从Oracle上传.pdf,.txt,.wordx,.png等)到Visual Studio。

I'm not sure which tool to use, nor the best way to go about this. 我不确定要使用哪个工具,也不知道最好的解决方法。

Tried looking it up, haven't really found any examples worth-mentioning or ideas pertaining to loading FROM Oracle into displaying for C#. 尝试查找它时,还没有真正找到值得提及的示例或关于将FROM Oracle加载到C#显示中的想法。

Any examples or ideas would be much appreciated. 任何示例或想法将不胜感激。

SQL Developer offers this feature - via Java. SQL Developer通过Java 提供此功能 You asked about tools... 您询问工具...

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM