Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm a beginner in database and havent worked on it before. My current projet right now is to put DICOM files into a database. DICOM files (.dcm files) are binary files which need to be parsed and stored in the database. As far as i have read through Oracle 11g, it parses DICOM files and stores them into the database. I am currently working on C#(VS2008) and im not sure if i can access this database from c#. I wanted to know if i'm heading in the right path, or if there are any other database i could look at? Any help would be appreciated :) Thanks!
Posted

1 solution

You can access Oracle through C#, no problems. And Oracle 11G has support [^]for dicom files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900