 |
| |
Others say...
"Access is a decent engine" MS Access...well, I have been using Access since 2.0, so I know a LOT of the ins and outs.
I do NOT believe that Microsoft is banishing this in favor of SQL Server. First of all, SQL is not a front-end engine. It is a server/back-end one. Anyone who'd programmed SQL for more than 5 minutes would know that. I did and have and SQL, though terrific, is prohibitively costly and not for the local bookstore to develop with.
One user touts Macros. Do NOT NOT NOT use Macros. They are old school. I have not written a macro since version 2 (there was no choice back then). VBA is the way to go.
Many of the "wizards" do a halfway decent job building forms, reports, queries, etc. I actually turn OFF the wizards, but it is a matter of choice (for example, I can write a Command Button VBA code faster than I can wait for the wizard for simple things like Adding Records, Opening Reports, etc.) And I can customize it. I also am not a fan on some of the wizard's variable choices. stDocName drives me crazy.
Access DOES require some effort to learn and master. I do not consider myself a "master" but I am a developer. My employers like to know something about Access and I can tell them some suggestions. Access is great for: - Small client-server companies - Companies that require some degree of customization - The flexibility of adding, configuring and maintaining databases. - An App people are familiar with. (Personally I tried FileMaker Pro and hated it, it was very cludgy and could not be customized like Access).
You have to WANT to do some work in Access. Those that want a program that will read your mind and create a database with no effort, you ought to look elsewhere. However, if you can live with a small-to-steep learning curve (depends on how much you WANT to get into Access, I chose the steep path and I am still with it). Access is like Word or Excel. You can do some real rough stuff, but you can also fine tune it and get it running like a charm. I have never heard people complain about Excel having "formulas that were too difficult to master". Access is like that too, but you have to have some idea what a relational database IS and how it works. You are not creating spreadsheets here people.
Anyway, that is my opinion and it's a decent product and can make you some money if you learn it. DBA's get good wages and usually know their stuff in Access. Or else you can ignore it and try to convince someone to license something else, when they already use Word and Excel.
If you want no effort and little customization, try FileMaker Pro. (the last version I used had an awful user interface). If you want to move forwards and write some real stuff that REAL companies use, Access is a whole new world.
"Review from an Office developer" I've had the pleasure of developing and maintaining a new database in Access 2003 over the past 6 months. The previous 3 years before that I had developed in Access 97 and migrated to Access XP. So, what are my impressions of 2003?
Overall, 2003 is the same great product that XP was with minimal additional features and some new annoying ones. Here is everything from the help file under the "what's new" section for your viewing pleasure:
* View information on object dependencies * Error checking in forms and reports * Propagating field properties * Smart tags * Back up a database or project * Windows XP theme support * Improved sorting in controls * Autocorrect options * Enhanced font capabilities in SQL views * Context-based Help in SQL view * Importing, exporting, and linking * XML support * Security enhancements More new features... * New look for Office * Tablet PC support * Microsoft Office Online * Improving quality for the customer (This is a system tray icon that flashes a tool tip asking for feedback much like beta test software)
From this list, the only notable development improvement is the improved XML support, but unless this support is critical to your application development, I would stay far away from this version and stick with XP (which I rate as 5 stars).
I haven't found any improvements to the Visual Basic editor. There are a few new objects you can reference in VBA: dependency collections, smart tag collections, auto-correct, and sub form objects. Form design is mostly unchanged with no new controls to add to forms. They did improve the design interface with smart tags which helps messing around with controls a little. Propagating field properties sounds nice, but has limited use since it only propagates from table design view to all controls that are bound to it. That sounds dangerous. Are you sure you want to push that button not knowing exactly everything it will change?
The feature that I absolutely abhor in 2003 is the security enhancement. Unless you buy a digital certificate from an online authority like Verisign, the end user will be presented with THREE security warnings every time they open the database. This is absolutely ridiculous. There is a small utility that you can run to create a temporary "development" signature, but this only adds to the user confusion as installing this certificate on their machines will only present them with another security warning. Optionally, you can install a jet service pack and set each user's install to run in "sandbox" mode, but then you are limited in the code you can run on their machines which removes the entire purpose of running Access in the first place.
"Nice" It was easy to set up and works great. Consider getting it as part of the full office set, instead of seperately.
"Caveat Emptor" If you're thinking of buying MS Access 2003 there are a few things you need to consider:
1) Microsoft's new licensing/activation requirement for Office products. Office is a serious cash cow and Microsoft are tired of letting people copy it and use it illegally/for free. Access 2003 has a few new features that Access 2000 and 2002 didn't offer, but for most of us they are not worth it - unless web services, xml, smart tags and wizards turn your crank. If you're anything but a developer, most of Access 2003's new features will not be relevant to you.
2) Access is in some respects a powerful database and client-server front-end program and it may be too much for your needs. Using Access can be as simple or complicated as you let it - and it can get very complicated. If you are a small-business owner trying to get organized, you should probably consider another tool like Filemaker. If, on the other hand, you really want to get a handle on things and are prepared to invest some significant time to learn Access and your business and your database needs are growing, then Access might be for you. It is not an easy tool to use, but it is pretty powerful and a lot more usable than middle-market desktop database development tools like FoxPro and Paradox.
3) If you are a small/mid business user and have heard that Access is a great front-end for the free MySQL server-based database engine, also caveat emptor. Access uses ODBC (Open Database Connectivity) to work with MySQL and the implementation is not great so you'll quickly run into some (though solvable) strange problems... and though you could never argue with the price, MySQL itself is a bit on the not-user-friendly side - and finding support when you have a problem is tough.
4) If you are a SQLServer user, or plan to be at some point and intend to use Access as a starter database that you'll eventually migrate to SQLServer (2000 or 2005) or SQLServer Express (2005), then caveat emptor. Microsoft is punting SQLServer Express as their new low-end database - a free version of the bigger SQLServer to compete with MySQL and replace the somewhat clunkily-named and clunkily-implemented MSDE (Microsoft Desktop Database Engine). The new versions of SQLServer are fully committed to Microsoft's .Net platform - essentially a new common platform for new Microsoft products and development tools - which Access/Office is not a part of. Traditionally, many have used Access as a front-end for SQLServer or MSDE databases. Access has provided a great front-end capability for the more grown-up and complicated back-end database servers. The only doubt on the horizon is whether Microsoft are committed to supporting Access properly with future versions of SQLServer. Access Data Projects (an access database front-end for SQLServer 2000) appear to be on the chopping block. You may still be able to use Access files with "linked tables" to access newer SQLServer versions but they can be more difficult to develop and are less than optimal for anything but small database applications. And if you do fit in this category, why would you consider developing a database application at considerable expense when it might not be completely supported by Microsoft in future?
My very personal feeling is that Access is not long for this world. Access as a database application is caught between trying to be a serious database development tool with support for upstream Microsoft products and being a usable database application for small businesses. It appears that increasingly it is not effectively addressing either role. It started life as a serious database tool and then was opted into the Office product lineup where it has pretty much floundered ever since, while SQLServer has been the focus of Microsoft's attention. Sadly, Microsoft seem to have missed the opportunity to develop Access as the stand-alone database and front-end to SQLServer that it could have been.
Ironically, I have been using Access since the first version came out about 10 years ago and, having taken the time to learn it, find it to be an incredible tool for databse front-end development. But it appears that this product is nearing the end of its useful life mostly because Microsoft seem content to not invest much in the product. I certainly hope that Microsoft are just keeping their plans for an Access .Net version that will again integrate with SQLServer quiet, but indications are that there are no such plans.
"If you are a database programmer, Access is simple, easy" I use Visual Foxpro and found Microsoft Access a breeze after I have struggled with VFP for so many years. No object classes, form sets, etc.. Can anyone ever really "know" Foxpro? If you are a database programmer, you will find Access simple and easy to use. Create your switchboard and run only macros from it to launch forms, which in turn, can launch another macro from a button on the form that will run the action queries and the reports. It helps to know some Visual Basic but its not mandatory. It doesn't get any easier than this but I say this as a database programmer. If you are not a DB programmer already, get a little help in the beginning from someone who develops applications with Access. Before you know it, you will be rolling out applications with ease.
|
|
|
|
|
 |
|
 |
Buy Cheap Software Now!
|
 |
| |
Microsoft Access 2003 [OLD VERSION]
 |
List Price : $229.00
Our Price : from $289.99
|
Why I buy this one ?
- Supports a variety of data formats, including Extensible Markup Language ( XML ), OLE, Open Database Connectivity ( ODBC ), and Microsoft Windows SharePoint Services
- Access data from multiple databases in forms, reports, and data access pages, linking tables from other Access databases, Microsoft Excel spreadsheets, ODBC data sources, Microsoft SQL Server databases & other sources
- Stored Procedure Designer creates & modifies procedures stored in SQL Server, without requiring you to learn Transact-SQL
- Quickly find tables, queries, forms or reports that depend on a particular database object
- Update properties automatically
It's better to buy this one too... Microsoft Office Professional 2003 [OLD VERSION] details..
|  Microsoft Windows Live OneCare 1.0 [Old Version] details..
|  Microsoft PowerPoint 2003 [OLD VERSION] details..
|
Special offer for you..find the cheapest!
FastHDMI offers this stuff with condition New, new for:
 | Price : $289.99 Usually ships in 1-2 business days
|  |
smallfry82 offers this stuff with condition New, new for:
 | Price : $299.99 Usually ships in 1-2 business days
|  |
What our customer's say!
"Microsoft Access 2003 (Old Version)", The product was missing instructions, which since it was new should have been with it, when I complained to the company it was bought from they had a convoluted return policy. I kept the product only because I needed it. I would never do business with that company again.
"Insecurity ", I am rating this as an Access developer, so if you are a stand alone user, or novice user, you will probably be wasting your time reading it. I have not used the prodcut enough to rate it as a standalone.
I have been an Access Developer since Access 1.0. (Yes, before Access 97 and Access 2.0). Access was a fine product until this release.
I had an Access XP database (originally developed in Access 2000) that always worked fine and was running in 10-15 restaurants under either Access 2000 or XP. If did not matter to me which version the customer had installed - until I ran into a site which had this brain-dead security-run-wild release Access 2003.
The key to my Access program is a VBA routine which imports DBF (DBASE) files from the restaurant Point-of-Sale (POS) system. It looks to the POS system (Digital Dining POS) which is always located on a MS Server. It then massages the files and sends a single summary file of all the POS transactions for the day to Quickbooks using Quickbooks Software Development Kit (SDK) which contains DLLs to allow a seemless interface - not an export/import but rather sending the data real-time - into Quickbooks while it is up and running.
Access 2003 would not let my VBA code import any files from the MS Server. Indeed, it said that the Directory/Path etc. did not exist.
I thought that I had misspelled the path, or had someother problem but nothing I did could get it to work. I then tried for about an hour to turn off security but since it was billable time for the customer, I was obliged to get it to work in short order.
I was not sure what was going on. In desperation, I removed Access 2003 and installed Access XP and everything immediately worked just fine.
Watch yourself if you are do anything in VBA that requries you to import files into Access or any type of file manipulation.
I did not try linking the files because it is a POS system with stanalone DBF files and it can hang the POS system.
I am also getting sick of seeing the same bugs follow every new version of Access. (Everyone who has run 2000 and XP will know what I am talking about.)
This could have been a great product, but Microsoft has ruined it with neglect - the way they have ruined Excel and Word which were once fine programs but are now littered with bugs. I once published a newsletter and used Word to mix the text and graphics with 3 columns etc. and it was fine, but try and do that with the XP version and you will likely fail or spend so much time trying work-arounds that it will not be worth the effort. It is a struggle to get the graphics to go where you want.
In Excel I have been running into a bug where you put the correct simple formula in a cell such as sum(c1:c3) and it sits there like there is no formula, even if you refresh it.
I hope that Google puts a big scare into Microsoft and adds a database development tool to their new online word processing and spreadsheet.
If I get a copy of 2003 and have a chance to test it I will update this review and hope that I can reveal the secret (if it is actually possible) to turning off the security.
"Reporting Simplification", We purchased this product to simplify our church finance reporting; better integration of the different aspects of reporting and reduction of manual entry on different types of worksheets. We have successfully written reports for our purposes and so far, are very happy with our purchase.
"Business is great", Access has allowed me to form a database that is now making work alot easier.
"Excellent Information Managment Tool", Although many users may be a bit intimidated at the look of Access, it is worth the many hours learning how to use this software.
This tool can be customized to fit any need of any business or organization. The key to success in using Access is two fold: 1. Ensure you understand the business process you want to automate with Access. Understand the business rules (conditions for collecting data) and the reporting requirements for data output. 2. Ensure that you map (on paper) your entire work flow prior to building anything in Access. Many beginers make the mistake of sitting down at a computer and trying to start from scratch. Spend some time on developing the structure of your data as well as the functionality you want in your database.
If you are a new or inexperienced user, do some research on identifying how to write the requirements for your database i.e. what do I want to ultimately do with this thing. Ensure you know the end user level of IT expertise. Build it so the dumbest computer guy in your shop can use it-least common denominator at the user end.
After identifying your data collecting and functionality requirements, build your database from back to front. Access forces you to think in a "reverse engineering" fashion. Once you understand this basic concept, the rest is just learning how to use the tools at hand.
If you want to venture into writing VBA, do so. It is very powerful and not that hard. Everything is logical...step 1 then 2 and so on. There are some good books out there that can help you if you are starting out.
When I started out, I was assigned as a database manager for a SyBase system and I took a basic Access class to learn the fundamentals of relational databases. Access was a great tool to help me in my understanding of bigger and more complex systems.
If you are an Access user on an enterprise network (military or government) be aware that in Access 2003, there is an additional security feature called "Sandbox Mode". This can potentially crash any access database that uses functions which are blocked.
There are three levels of Sandbox mode (1,2,3). With the Microsoft Jet database engine upgrade of Service Pack 8, Sandbox mode is automatically set to 2. Most Access applications will run although you will get a message asking you if you want to allow unsafe expressions. On our military network, we are moving to level 3. Be SURE you test, test and re-test, your database in both a single and multi-user environment prior to going into production. Otherwise, some action queries may fail. There is very little in the way of information on Sandbox mode so lots of research is necessary.
Overall, if you spend the time learning it and do proper planning prior to building your database, Access will rock. I equate it to Excel on steroids. Good luck.
You might need this... Access 2003 All-in-One Desk Reference for Dummies details..
|  Microsoft Office Professional 2003 [OLD VERSION] details..
|  Microsoft® Office Access 2003 Step by Step (Step By Step (Microsoft)) details..
|
 Microsoft Access 2007 details..
|  Access 2003 for Dummies details..
| |
Read this reviews before You buy..."their is something much better", After trying access (xp version) and reading several books I still wasnt able to create much of a usable database. Now that I tried Filemaker Pro 7 I will never ever attempt to use access again. Save yourself and your sanity; get Filemaker Pro "Access may or may not be for you...", To answer the one reviewer's question, yes -- you need to activate this product (and all products in the Office 2003 suite). Does that suck? Yes. Is it real life and will all the companies who haven't done it in the past start to do it? Damn straight. So that issue, although being one at this point will be all but commonplace a few years from now except for smaller vendors (shareware, etc.) but sooner or later they'll all do it because it's the only way to stop people from copying, copying, copying -- I personally think they should at least give you 2 licenses at a minimum, because you know that's for individual users and small biz owners, but not in this case. As far as usability and feature-comparison to Access 2000, for a novice user or someone who doesn't "code" (program using computer code) in Access -- I don't recommend the upgrade -- you won't find much of an advantage. There are some nice templates and samples, but they never seem to get you where you want to go for an actual project -- so I recommend sticking w/ 2000 in that case. If you're a programmer and you deploy web sites with Access on Win2K Svr and/or Svr2003 then there are some nice add'l features that make it worth purchasing (which you'll probably get as an upgrade because you already have 2000 and/or complete Office Pro) and it's more stable and reliable than ever before (which isn't saying a lot going back to the older versions), but you've got to upgrade if you fit that category. Quite honestly, if you're building a front-end app in Access then you're going "old school" because it's much more efficient to use a web-based app with Access as the back-end (or SQL, Oracle, etc. for higher-end solutions) -- MySQL is another good option and also runs on different platforms, but you think Access' interface is lousy, don't even bother w/ MySQL then. If you're a novice looking for a simple database, try some web-based solutions -- chances are the database you're looking for may be out there already. There's completely customizable QuickBase (Intuit product -- makers of Quicken, QBooks, etc.), contact management such as SalesForce.com, among others -- again, not low-end solutions but still options for small biz. To summarize, if you're a developer or experience with programming in Access, get 2003 (chances are, you already have it) -- if you're a novice or not familiar w/ Access and have 2000 -- not much of a need to upgrade. If you want a version and have a choice between 2003 and 2000, 2003 does have a more polished interface, better wizards, etc. -- it's not easy and intuitive, but still an improvement over 2000 (they have a ways to go). If you're in no rush, just wait until you buy your next PC (probably through Dell, like most of us), and get the Office Pro or Small Biz version with the machine and you'll save hundreds over buying it new -- and don't buy it individually or they really get you with a high cost. Hope that helps. "Access to Hell", I've never had the misfortune to use a less-user-friendly, less-intuitive, more complex, more erratic, more frustrating, more aggravating and ultimately less-useful program in my life. It may be great for database programmers and software engineers, but if you're just a person running a small business and you want to set up a simple database, Access is a sure way to lose hair, turn your neck muscles into steel cables, and reduce your mind to mush while you stay up all night trying to figure out (with the help of multiple books on Access, Microsoft's Online Support, and several forums) how to do the simplest thing to fill in a single blank on an individual form. If you can possibly arrange your life in a manner that will let you avoid Microsoft Access, do it. Run from Access as you would run from a Tyrannosaurus Rex. "License agreement includes internet activation?", Hi folks. I bought MS Access 2000 3 years ago. Then I upgraded to their next version MS Access 2002 upgrade but it had a policy of only working on the first computer you installed it on due to internet activation. I had two PCs(one a test PC that tends to get reimaged a lot) so that didn't work out too well and I switched back to Access 2000 and dumped the 2002 CD as my refund date had passed. Does this new MS Access 2003 have the same policy? If so I won't buy it. Also does this new version have any "gotta have it" features or is it just the same old application made a little prettier? I'd need a good reason to buy MS Access 2003. Lately I've been looking at other products like Star Office. Unfortunately their 6.0 version didn't have as easy a database as MS Access and Star Office didn't document that part much. I haven't seen their 7.0 version yet. I gave this review 3 stars because I'm pretty sure Access 2003 will meet my needs if it's anywhere as good as Access 2000, but I don't like Microsoft's licensing policy and internet activation. If they have that, I won't buy. So please post a review and let me know.
"Puts data in motion for any company.", This new version of Access is also XML integrated, enhanced features such as extraction of data from multiple tables, Access 2003 also improves Smart Tag integration. The ability to design solutions within the program makes web services a powerful resource for the enterprise; the flawless integration with Microsoft SQL makes information sharing a productive experience. This makes data storing and retrieval an easy way to control how data is implemented across many scenarios using personalized solutions, allowing your information to have a stronger impact across the Enterprise.
|
|
 |
|
 |
|
|
All the software listed in this directory are shareware and commercial software. There are no free software here.
We have many utilities which run on windows, mac / macintosh, linux and unix. As one of the download directory in internet we have many software and application. All of our applications / app are downloadable for your computer. We also have shareware, demo, osx, linux, xp, windows, 95, 98, 2000, win, winfiles program file. The extension of files may vary, it can zip, exe, jpg and many more. We don't support illegal software like hack, crack and serial number. No hacking and cracking.
Online PAD Generator /
Download Site /
Term Of Use /
Privacy Policy /
Disclaimer
|
|
|
|
Copyright ? 2004-2009.
Shareware Download, Files Download. All
Rights Reserved. ver2
Free Online Recipe,
Lowongan Kerja,
Indonesia Map,
Kamus,
Video Lyrics,
Health Vitamin,
PAD Generator,
Free Web Template, Wordpress Theme,
Deal Bargain Offers,
Affiliate Datafeed,
Mac OSX Tricks
Online Game Cheat,
Online Flash Game,
Electric Guitar Review,
RC Helicopter Reviews
Ascii Art,
Anagram Finder,
Clapper Generator,
Post-it Note,
Dog Name Generator,
Freelance Jobs,
Network Tools
|
|
|