[MonoDevelop] Database Add-In in MonoDeveloper for Windows 2.4

Daniel Morgan monodanmorg at yahoo.com
Tue Jun 15 18:23:21 EDT 2010


Oracle 10g XE is the easiest to install. 
http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
 
-- or --
If using Debian or Ubuntu, you can add this to /etc/apt/sources.list

    deb http://oss.oracle.com/debian unstable main non-free 
  
Then do the following:

    sudo apt-get update
    sudo apt-get install oracle-xe-universal
    sudo /etc/init.d/oracle-xe configure 

Or install Oracle 11g which installs good these days on Linux.
http://www.oracle.com/technology/software/products/database/index.html
 
Or you can download a Virtual Box appliance with Oracle Database 11g Release 2 running on Oracle Enterprise Linux.  It also includes a GUI SQL tool SQL Developer.
 
http://www.oracle.com/technology/software/products/virtualbox/appliances/index.html
 
 
 

--- On Thu, 6/10/10, Luciano _ <lnc19 at hotmail.com> wrote:


From: Luciano _ <lnc19 at hotmail.com>
Subject: RE: [MonoDevelop] Database Add-In in MonoDeveloper for Windows 2.4
To: monodanmorg at yahoo.com, monodevelop-list at lists.ximian.com
Date: Thursday, June 10, 2010, 1:38 PM




 
Hi:
        DB addin cannot be included beacause it wasn't tested on windows, but, you can create your own package from a Linux version (you could use mautil to generate a package and the install on windows or build md from trunk). It will work in most operations, but some other operations could not work properly.
         It's easy to say "add support for" but is really hard to make it happen :) The first problem that i have maintaining the DB addin is time (i haven't) the second is that i haven't got all the resource that i need (i.e.: i don't have access to oracle server). But if you want it, i wrote a doc a couple of month ago on how to implement a new provider [1]. 
 
Bye Lucian0
 
[1] http://monodevelop.com/Documentation/Database_Addin

 

 
> Date: Tue, 8 Jun 2010 10:16:27 -0700
> From: monodanmorg at yahoo.com
> To: monodevelop-list at lists.ximian.com
> Subject: [MonoDevelop] Database Add-In in MonoDeveloper for Windows 2.4
> 
> Can the Database add-in be included in MonoDevelop for Windows 2.4 please ?
> 
> Also, can you provide support for other database engines, such as, Oracle, Sybase ASE, Firebird, and ODBC please? Even if you are unable to support the features of the other providers, at least provide a minimum of basic support for them. 
> 
> Search basic support can include connnecting, listing tables, and executing queries and displaying the result. 
> 
> ODBC support would include only connecting and executing queries and displaying results.
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list






      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100615/1644c6d0/attachment.html 


More information about the Monodevelop-list mailing list