473,405 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

foxpro compared to access......can they do the same thing

All we are hearing at work now is we should give up on access.

NO NO NO you need to go with foxpro.

access is dead and can't do anything compared to foxpro

It can make coffee, and forward your email....bla bla bla

to the people who have used both...what do you say to these people.
who have never used or programmed in either one.
Just what they read or hear.

thanks big time for any help

bty it all started when someone told them that foxpro can do to
databases at the same time and compare entries
being input and warn the data entry person of comparison errors
between what they are typing and what has already been entered.

thanks again

jerry
Nov 12 '05 #1
3 1781
sparks <sp****@here.com> wrote in
news:gf********************************@4ax.com:
All we are hearing at work now is we should give up on access.

NO NO NO you need to go with foxpro.

access is dead and can't do anything compared to foxpro

It can make coffee, and forward your email....bla bla bla

to the people who have used both...what do you say to these people.
who have never used or programmed in either one.


It's true; everyone should go to FoxPro except me! I should stay with
Access. And then we could see if I could compete. Me and Access versus The
World and FoxPro. We could hold the match in a big stadium and have it on
TV as Pay-per-View. One of those big boobed Amazons could be running around
outside the ring doing dirty tricks (She'd be called "Fox Pro" of course.)
..... Well, sounds a hell of a lot more civilized than much of the crap
appearing here lately ... doesn't it?

OR

You could dust off the old brain (there IS a brain, isn't there?) and ask
some sensible question.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #2
"sparks" wrote
All we are hearing at work now
is we should give up on access.

NO NO NO you need to go with foxpro.


Visual Fox Pro is a good database for those who want to program; it's not a
good database for those who just want to use a database. Access is good for
either, and if you are a developer, the development effort is significantly
faster using Access for a comparable application.

The Jet database engine is on its way to being "dead" but the
code-nameLonghorn version of Windows OS will have a file system based on SQL
Server so Access and database can still be seamless, with no "development"
required.


Nov 12 '05 #3
Hi Sparks,
I have a solution for you that is better than both.
I have written an application generator that allows developers to
build business applications for MS SQL Server in just a fraction of
the time it used to take. All you need to do is create the tables and
answer a few yes or no questions about each table. The generator does
the rest.

In order to demonstrate the my generator to developers, I am issuing a
promotion:

The Promotion will cost you nothing. All you have to do is send me the
TSQL scripts necessary to create your tables and to define the indexes
and foreign key relationships or I can create them for you. My
generator will do the job, and I will deliver the finished and fully
functional UI.exe along with a finished and fully functional SQL
Server back end which contains a robust security system and a
comprehensive data dictionary, completely free of charge.

The benefits of this system are as follows:
1. The system generates true Client Server and Multi Tier
applications.
2. There is Zero Coding for common functionality such as;
Adds, Updates, and Deletes,
Creating application wide unique Ids for each record,
Maintaining an Audit trail for each table,
Posting to the general ledger,
Rolling down changes to dependent tables,
Cascading deletes,
Transactions and rollbacks,
Calling validation and business rule stored procedures,
Calling post processing stored procedures,
Importing and revalidating data,
Security,
Spell checking, language translation and more.
3. There is zero work of any kind for generation of data entry
screens and their lookups.
4. The back end is completely independent from the front end. You can
hit the database with any application or user interface and still be
sure that you have complete security and valid data.
5. Easy navigation through out the application. The generated user
interface is a familiar modern metaphor with a navigation tree on top
or at the side and data entry screens at the bottom. Also, the
generated user interface remembers customizations to each data entry
screen. This allows you to make sweeping changes to the interface, and
regenerate all data entry screens, without loosing your
customizations.
6. Consistent look and feel via OOP Inheritance and code generators.
7. Major changes in look and functionality are made in one place
only, and ripple down to all affected parts of the system without
programmer intervention. Again, this was accomplished with OOP
inheritance and also with code generators.
8. Users to have the ability to create queries and reports on the
fly. And the ability to save and reload those queries and reports in
many formats including Excel and HTML.
9. Users to have complete flexibility in customizing the look and
feel of the system. The extent to which each user can customize the
interface must be seen to be believed. This high level of
customizability creates a high degree of user acceptance.
10. Logical use of hot keys and local popup menus allow for easy mouse
free operation, permitting the user to keep his or her hands on the
keyboard, if the user so desires.
11. All custom code added to generated data entry screens and
generated backend code persists after regeneration.
12. Comes with a business rule generator
13. Comes with a data import utility
14. Comes with a data revalidation utility to use when you change your
business rules.
Get all this without programming.
If you need to quickly build feature rich, bug free business
applications for MS SQL Server, then please call (201 665 8906) or
write to jo**********@aol.com
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Phil Latio | last post by:
I am following a book on PHP and MySQL and have come across the below SQL statement. CREATE TABLE users ( user_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT, username VARCHAR(20) NOT NULL,...
6
by: Just Me | last post by:
As I read the documentation sometimes it appears that "type" and "class" mean the same thing. Other times it appears that they do not. Under "Classes" mostly they use the word "class" but I also...
4
by: Dave | last post by:
About half the time when I start my app with debugging I get: BC31011: Unable to load referenced library 'c:\winnt\microsoft.net\framework\v1.1.4322 \temporary asp.net...
1
by: BrianProgrammer | last post by:
I have this code below, that works like a champ, but two lines are continually marked as obsolete. See embeded notes. Private Shared Function TransformHTMLString(ByVal XSLT As String, _ ByVal...
2
by: NDayave | last post by:
How do, A while ago i had the problem of backing up a Access 2002 table with unique data that changed in some tables but not others, resulting in restore failure. This was sorted by NeoPa with the...
1
by: cecilchamp | last post by:
I have already set up a Visual FoxPro Remote View to connect to an MS ACCESS Database, but I continually have an OPEN FILE Dialog Box pop up looking for the MS ACCESS MDB file that I had already...
1
by: Gav | last post by:
Within my application I have a TabControl and I am adding TabPages in dynamically at run time. My problem is that I am able to create the same TabPage twice, ie. I click on button 1 it creates...
40
by: Boltar | last post by:
Hi Why - using gcc on linux - does this return 0 in C but returns 1 in C+ +? I don't get it. #include <stdio.h> struct foo { };
7
by: atul gavali | last post by:
how to avoid user to access same Account from diffrent location? e.g There are 2 person A,B.They have joint account in bank bank balance in their a/c is 5000. there must be a 1000 Rs. in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.