If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Access or Excel like database for Linux/Unix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 13:25
daluu daluu is offline
Registered User
 
Join Date: Apr 2004
Location: San Jose, CA
Posts: 4
Access or Excel like database for Linux/Unix

I was wondering though, probably hopeless, is there any possibility of running a database similar to Access, or Excel, or a delimited text file under Linux/Unix?

It's too bad I haven't found such a equivalent. On windows, it's nice to be able to setup a simple database using Access, Excel, or a text file, without a DSN simply by using COM objects & the appropriate ODBC or OLE DB drivers. This way, I don't have to bother & haggle with the admin people.

Unfortunately, it seems on non-windows systems, your only option is a REAL DBMS and ODBC with DSN, which all require admin intervention. It's safer this way but less productive (for the individual).

How come there's no COM & Access like equivalent for Linux/Unix? It would be nice. but I guess those who use Linux/Unix are hardcore db pros anyway (no offense meant here), so they don't care?
Reply With Quote
  #2 (permalink)  
Old 04-28-04, 16:54
JODonnell JODonnell is offline
Registered User
 
Join Date: Feb 2004
Location: Pittsburgh, PA
Posts: 41
Quote:
Originally Posted by daluu
I was wondering though, probably hopeless, is there any possibility of running a database similar to Access, or Excel, or a delimited text file under Linux/Unix?

It's too bad I haven't found such a equivalent. On windows, it's nice to be able to setup a simple database using Access, Excel, or a text file, without a DSN simply by using COM objects & the appropriate ODBC or OLE DB drivers. This way, I don't have to bother & haggle with the admin people.

Unfortunately, it seems on non-windows systems, your only option is a REAL DBMS and ODBC with DSN, which all require admin intervention. It's safer this way but less productive (for the individual).

How come there's no COM & Access like equivalent for Linux/Unix? It would be nice. but I guess those who use Linux/Unix are hardcore db pros anyway (no offense meant here), so they don't care?
There are many tools that can be used to parse CSV files in Linux/Unix. Sed and awk would be good options to mimic some of excels tools. Emacs can also work on columns of data in delimited or fixed width files. On the office suite side you can use OpenOffice www.openoffice.org. There are also Access like tools in OpenOffice.
Reply With Quote
  #3 (permalink)  
Old 04-28-04, 17:43
daluu daluu is offline
Registered User
 
Join Date: Apr 2004
Location: San Jose, CA
Posts: 4
thanx, I'll look into those tools. But can those tools allow me to connect to an Access/Excel/text file (as database) and run queries from a webpage, using PHP/Perl/JSP? Both the databases & website would be on a Linux server. That's what I'd like to be able to do.

I was under the impression that for websites hosted in Linux, you can only connect to MySQL or other full fledged DBMS using its native connection functions or ODBC. Whereas in Windows the same can be done, or I can connect to an individual Access file on the website & use it as the database.
Reply With Quote
  #4 (permalink)  
Old 04-29-04, 13:40
JODonnell JODonnell is offline
Registered User
 
Join Date: Feb 2004
Location: Pittsburgh, PA
Posts: 41
Quote:
Originally Posted by daluu
thanx, I'll look into those tools. But can those tools allow me to connect to an Access/Excel/text file (as database) and run queries from a webpage, using PHP/Perl/JSP? Both the databases & website would be on a Linux server. That's what I'd like to be able to do.

I was under the impression that for websites hosted in Linux, you can only connect to MySQL or other full fledged DBMS using its native connection functions or ODBC. Whereas in Windows the same can be done, or I can connect to an individual Access file on the website & use it as the database.
http://us4.php.net/manual/en/faq.dat...tabases.access

This link explains what you need to use an access file under php.
Reply With Quote
  #5 (permalink)  
Old 04-29-04, 14:10
daluu daluu is offline
Registered User
 
Join Date: Apr 2004
Location: San Jose, CA
Posts: 4
thanx again. unfortunately, according to the docs, it seems I can only work with Access on a Windows machine, or have the Unix system connect to a Windows system just to use the Access db. And interfacing with an intermediary db or system only works if you'r an admin. I'm looking from the user perspective. I can only hope, and work with what I got for now.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On