Hello Stephen,
I think the database provider only uses ANSI SQL, so it is not dependent on the DBMS you are using. If you wish to use Oracle, you should simply replace System.Data.SqlClient classes in the DataServer.cs/DataServer.vb file with the ones from the
Oracle Data Provider for ASP.NET. The database content provider for RadFileExplorer stores everything in a single table - no files or folders are referenced on the server's file system. To download the files in the browser, a special handler (Handler.ashx) is used. The handler queries the database and streams back the file so it is displayed in the user's browser.
Greetings,
Lini
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.