Slashdot Mirror


User: danmorg

danmorg's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. How many analysts to screw in new light bulb? on Google Tries To Silence IPO Rumours · · Score: 1

    How many analysts does it take to screw in a light build? None, because they can't. They don't know how. They're all full of hot air.

  2. Free Tax Software on Intuit Sued Over Product Activation · · Score: 1

    Since Intuit tax software uses the horrible product activation, where can I find some free tax software. Is there a GNU project for tax software? If not, we need one.

  3. Legal Fund for BSDs and Linux on SCO Group Hires Boies After All · · Score: 1

    If SCO decides to prosecute the open source software projects, such as, Darwin, FreeBSD, OpenBSD, NetBSD, or Linux; I suggest we start a legal fund to hire legal counsel to defend these open source software projects from SCO. Maybe, we could even get help from that famous FSF lawyer. What's her name?

  4. Re:This is great and all but I have 1 BIG question on Mono Ships ASP.NET server · · Score: 1

    You can always use Red Carpet to get a GNOME 2 snapshot. This is what i did for my Red Hat Linux 7.2 system.

  5. Re:Does it build on windows? on Mono Ships ASP.NET server · · Score: 1

    Did you see the Windows setup for Mono? http://www.go-mono.com/archive/mono-0.17-stable.ex e

  6. Re:No DB2? on Mono Ships ASP.NET server · · Score: 1

    Hi,

    I have worked on the various data providers in Mono. I can say that IBM DB2 Universal Database is something we would like to support. However, there is only so much people can do. Would you be willing to help create an IBM DB2 data provider? I would be more than happy to commit this contribution to cvs for you.

    Mono supports ODBC on Linux and Windows. ODBC support on Linux and Unix is via unixODBC. unixODBC can be found at http://www.unixodbc.org/

    IBM has excellent ODBC support for their DB2 database for Windows, Unix, and Linux.

    This document details IBM's ODBC support for Unix and Linux with DB2.

    http://www-1.ibm.com/support/docview.wss?uid=swg 21 079056

    Please let me know on email list at
    mono-list@ximian.com
    if you are interested in helping on this data provider.

    Thanks,
    Daniel

  7. GNOME-DB on Coding for Multiple Databases in C/C++? · · Score: 1

    http://www.gnome-db.org/ The libgda library component provides a database-generic C API. It has providers for MySQL, PostgreSQL, Oracle, FreeTDS (which is used for Microsoft SQL Server and Sybase), ODBC, DB2, MDBTOOLS (Microsoft Access), and XML. Libgda works on Linux, Unix, and Windows. Note: libgda does not require GNOME, it only requires GLib found at http://www.gtk.org/ and libxml2. Libgda is used as the basis for System.Data.OleDb on the Mono platform available at http://www.go-mono.com/ado-net.html Libgda provides the database-generic API for GNOME-DB with inspiration based on ADO/OLE-DB. The Libgda Manual is at: http://www.gnome-db.org/docs/libgda/index.html Excerpt from the web page: The GNOME-DB project aims to provide a free unified data access architecture to the GNOME project. GNOME-DB is useful for any application that accesses persistent data (not only databases, but data), since it now contains a pretty good data management API. GNOME-DB consists of the following components: gnome-db: Front-end for database administrators. libgnomedb: Database Widget Library. These widgets are integrated with the latest versions of glade. libgda: data abstraction layer. It can manage data stored in databases or XML files and it can be used by non-GNOME applications.