RE: Should we stay with M$

From: Wade Chandler (wchandler_at_redesetgrow.com)
Date: 09/11/03

  • Next message: Jason Dixon: "Re: Source code for Install init"
    To: <redhat-list@redhat.com>
    Date: Thu, 11 Sep 2003 14:22:56 -0400
    
    

    Open Office uses data connections to emulate what Access does, but
    without locking your into one particular database. The user asking the
    first question can use Adabas, PervasiveSQL, Firebird
    (www.firebirdsql.org) for some C databases. Then OpenOffice can also
    setup JDBC and ODBC datasources. Some standalone JDBC databases
    freebies are out there. One is HSQLDB ( hsqldb.sourceforge.net ) a pure
    Java Database I've used this a bit, it's pretty nice. You'll need to
    have the JVM configured for Open Office. Anyways, there is a little
    more input on the subject.

    Good luck to the original poster. I believe using Linux is always
    better than using Windows (personal prefference). You can always get
    off cheaper....in licenses alone. You'll also find that once you
    understand Linux and have more Linux machines that connectivity between
    them and running applications from other machines and things like that
    is extremely easy, check out tunneling through ssh....remote X is
    awesome. Run an app on your desktop which is actually running on the
    server without actually going into any "Remote Connection."

    On the server side if you really need ASP you can use Chili Soft ASP
    from Sun and their server product is pretty cheap. There are tons of
    Java and PHP solutions, and I have many other pionters for you to the
    overall advantages....there really are too many to list in one email. I
    say yes in most cases, but it depends on your solution all in all. Do
    your internal users only have Windows PCs and can you actually swith
    them all over to Linux? What costs are involved? Usually hardware is
    not one if you have PCs already and don't need Windows...or you can dual
    boot in some cases or use Code Weavers. Training may be an issue...how
    much down time can you incur things like that....that will be up to how
    competent your users are and how willing management is to go to new
    platforms. It will also probably end up being determined by other
    software investments your company has in other things as well....like
    proprietary software packages that may only run on Windows....

    Hope that helps....

    Wade

    -----Original Message-----
    From: redhat-list-admin@redhat.com [mailto:redhat-list-admin@redhat.com]
    On Behalf Of Dave Ihnat
    Sent: Thursday, September 11, 2003 11:57 AM
    To: redhat-list@redhat.com
    Subject: Re: Should we stay with M$

    On Thu, Sep 11, 2003 at 10:08:01AM -0400, Reuben D. Budiardja wrote:
    > If you only need a personal db, then it's really up to you to keep
    > using
    > Access, although there are open source solution for something like
    that too
    > (eg. openoffice).

    Just to clarify--unless something has changed recently, there's no DB in
    OpenOffice.

    -- 
    	Dave Ihnat
    	ignatz@dminet.com
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Jason Dixon: "Re: Source code for Install init"

    Relevant Pages

    • Re: How can I open an SQL database and be the only one who has access to it?
      ... you can determine how SS permits access to your server. ... SINGLE_USER allows one user at a time to connect to the database. ... controlled by the termination clause of the ALTER DATABASE statement. ... To allow multiple connections, the database must be changed to ...
      (microsoft.public.data.ado)
    • Re: ORA-12518, 04030 errors after 9i-10G upgrade.
      ... All went ok until users started connecting in 100+ numbers, database is ... set up for dedicated server connections, this was never a problem in 9i. ... This did not solve problems so bounced database and decreased SGA to ... out of process memory errors. ...
      (comp.databases.oracle.server)
    • Re: ORA-12518, 04030 errors after 9i-10G upgrade.
      ... All went ok until users started connecting in 100+ numbers, database is ... set up for dedicated server connections, this was never a problem in 9i. ... out of process memory errors. ... that Oracle is having issues with OS resources. ...
      (comp.databases.oracle.server)
    • Re: ORA-12518, 04030 errors after 9i-10G upgrade.
      ... New server has 6GB ram. ... All went ok until users started connecting in 100+ numbers, database is ... set up for dedicated server connections, this was never a problem in 9i. ... This did not solve problems so bounced database and decreased SGA to ...
      (comp.databases.oracle.server)
    • Re: Proper Database Connection Cleanup
      ... but I think two of them have a database query in them. ... Public Sub ConnectToDB2(byref XCmd, byref YRS, byRef Conn) ... Set ObjRS = ObjCmd.Execute ... from DB connections in my code or from something else? ...
      (microsoft.public.scripting.vbscript)