Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Accessing database on Linux server
Name: Shane Date: July 15, 2002 at 06:09:22 Pacific
Comment:
The intranet in the firm I work is run on an Linux Apache Server, I want to allow users to access a microsoft Access database from the intranet. Can I do this using ASP? If not does anyone have any suggestions?
Name: Simon Newton Date: July 15, 2002 at 06:58:21 Pacific
Reply:
you may be looking for (or something similar to) phpmyadmin
http://www.phpmyadmin.net/
0
Response Number 2
Name: 3Dave Date: July 18, 2002 at 07:50:57 Pacific
Reply:
Yes you can....I've done it myself for part of our own company intranet. ChiliSoft ASP (http://www.chilisoft.com/ its called SunONE ASP now) hooks in to Apache and allows database connectivity. You may have to dig around for an Access ODBC driver though, I use mine with PostgreSQL backend. I've got an old release which used to be free for small networks but it seems as though you have to pay for it now!=o( The other alternative is to use Apache::Tomcat to serve JSP pages instead. I found that the Java memory overhead was too great and stuck with ChiliSoft.
Summary: Is it possible to run a FoxPro database in Linux? I have heard of emulators such as Wine, and VMware. I am a linux newbie, but I am curious to seee if I can make this work. I am running Red Hat 7.2...
Summary: Hi I have a linux server and win9x/Me/NT nodes. I want to connect printer on the Linux Server such that all the nodes can print thier stuff on the printer connected to the Linux server Any help would ...