|
-
Jul 8th, 2005, 12:11 PM
#1
Thread Starter
Lively Member
Ms Access Alternatives?
I've Just reinstalled windows and yet I've misplaced my Microsoft Office CD so I cant install Ms Access to edit/view my Databases. Any suggestions on a free program that is good and downloadable?
Any suggestion would help.
Thanks.
-
Jul 8th, 2005, 01:58 PM
#2
Re: Ms Access Alternatives?
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Jul 8th, 2005, 05:52 PM
#3
Frenzied Member
Re: Ms Access Alternatives?
checkout dbtools in my signature
-
Jul 9th, 2005, 08:00 AM
#4
Re: Ms Access Alternatives?
Here are three that I use that and they also happen to be free:
MySQL
MSDE
Postgresql
Last edited by Mark Gambo; Jul 9th, 2005 at 08:09 AM.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Nov 15th, 2005, 02:49 PM
#5
Hyperactive Member
Re: Ms Access Alternatives?
are there DB similar a Access? Only DB for one pc.
mysql, sql server express, ...are client-server.
regards,
anna7
Last edited by anna7; Nov 15th, 2005 at 02:52 PM.
-
Nov 15th, 2005, 05:48 PM
#6
Re: Ms Access Alternatives?
MySql, Sql Server Express, and MSDE can all be installed on a local PC I believe. (Sql Server Express and MSDE are designed for this).
-
Nov 16th, 2005, 09:08 AM
#7
Re: Ms Access Alternatives?
MSDE is designed for single-user access only?
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Nov 16th, 2005, 09:10 AM
#8
Re: Ms Access Alternatives?
MDBs are more 'convenient' in that you only need the MDB file and MDAC to be present on the machine, while the other servers need the database engine to be installed.
If you don't have a lot of data, I'd suggest XML files.
-
Nov 16th, 2005, 09:11 AM
#9
Re: Ms Access Alternatives?
MSDE uses jet technology? I thought it was a stripped-down SQL server?
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Nov 16th, 2005, 09:29 AM
#10
Re: Ms Access Alternatives?
 Originally Posted by Dave Sell
MSDE uses jet technology? I thought it was a stripped-down SQL server?
Yes, SQL Server stripped down. Where does it say it uses Jet technology?
-
Nov 16th, 2005, 12:07 PM
#11
Re: Ms Access Alternatives?
 Originally Posted by Dave Sell
MSDE is designed for single-user access only?
As mendhak said it is a cut-down version of SQL Server, the number of users is limited, but only 'softly'.
After more than a certain number of users (I think it is 5 or 8) are connected to the same database, all queries to that database are slowed down, but more people can connect.
-
Nov 16th, 2005, 12:11 PM
#12
Re: Ms Access Alternatives?
That sounds suspiciously like Jet behavior...
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Nov 16th, 2005, 12:27 PM
#13
Re: Ms Access Alternatives?
Nah, Jet would accidentally trash the database after 5 users (or x hours, or y MB)
The slowdown in MSDE is entirely planned. As long as you keep below the user limit it is a great piece of kit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|