473,503 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Access Banking Solution

I am going to develop a Banking Solution for very small branches of a
Bank. The branches are standalone and no remote transactions will be
made i.e. only the individual branch will be under networking and there
will be no networking between the branches. The branches have maximum
10000 (ten thousand) customer accounts, maximum 200 daily (60000
yearly) transactions and maximum 3 to 4 concurrent users. The solution
will provide voucher generation, interest calculation and interest
anticipation, batch posting etc. facility. The system will generate
over 100 reports, some of them are too complex (manipulate data from
several tables, calculate, summaries, make group etc.).

I intend to develop the solution with MS Access as Database, Visual
Basic as Tool and Crystal Report as Report Builder.

Should I ?

Proceed with the Idea.
Split the transactions Table for different types of Accounts. There
will be about maximum 40000 records yearly.
Split the Cheque (Account Wise of Year wise) information Table which
will store 500000 yearly records.
Some one are suggesting using different database for different types of
account. Should I go for that.
Your valued suggestion will help me a lot to take decision.

M. A. Zubair

Bangladesh

Nov 13 '05 #1
3 5457
ma******@gmail.com wrote:
I am going to develop a Banking Solution for very small branches of a
Bank. The branches are standalone and no remote transactions will be
made i.e. only the individual branch will be under networking and there
will be no networking between the branches. The branches have maximum
10000 (ten thousand) customer accounts, maximum 200 daily (60000
yearly) transactions and maximum 3 to 4 concurrent users. The solution
will provide voucher generation, interest calculation and interest
anticipation, batch posting etc. facility. The system will generate
over 100 reports, some of them are too complex (manipulate data from
several tables, calculate, summaries, make group etc.).

I intend to develop the solution with MS Access as Database, Visual
Basic as Tool and Crystal Report as Report Builder.

Should I ?

Proceed with the Idea.
If I were President of the any of the banks, it's unlikely that I would
approve of the use of JET (Access) as the database for the financial
transactions. I have little or no confidence in the security of this
technology against any determined and skillful attack.

If I were you I would consult a reputable lawyer about my liability
should the security of the system be broached and money stolen.

I think I am voting, "No", to proceeding with the idea here, but I
really do not have sufficient appreciation of the facts of the situation
to do so.
The weakest part of Access-JET may be JET. If you MUST go this way,
perhaps, you could consider Access for your user interface and MS-SQL
for your database.
Split the transactions Table for different types of Accounts. There
will be about maximum 40000 records yearly.
No.
Split the Cheque (Account Wise of Year wise) information Table which
will store 500000 yearly records.
No.
Some one are suggesting using different database for different types of
account. Should I go for that.
No.
Your valued suggestion will help me a lot to take decision.
It seems by the suggestions that you have received that the banks are
not over-flowing with database experts. I can understand that the
development budget may be low but have you considered purchasing a
shrink-wrapped solution, or hiring someone who has successfully created
something similar in the past?
M. A. Zubair

Bangladesh


--
--
Lyle

"The aim of those who try to control thought is always the same. They
find one single explanation of the world, one system of thought and
action that will (they believe) cover everything; and then they try to
impose that on all thinking people."
- Gilbert Highet
Nov 13 '05 #2
On 30 Apr 2005 03:00:11 -0700, ma******@gmail.com wrote:

If my bank were to build its accounts software on MsAccess (a Jet
database), I wouldn't know how quickly to take my business elsewhere.

-Tom.
I am going to develop a Banking Solution for very small branches of a
Bank. The branches are standalone and no remote transactions will be
made i.e. only the individual branch will be under networking and there
will be no networking between the branches. The branches have maximum
10000 (ten thousand) customer accounts, maximum 200 daily (60000
yearly) transactions and maximum 3 to 4 concurrent users. The solution
will provide voucher generation, interest calculation and interest
anticipation, batch posting etc. facility. The system will generate
over 100 reports, some of them are too complex (manipulate data from
several tables, calculate, summaries, make group etc.).

I intend to develop the solution with MS Access as Database, Visual
Basic as Tool and Crystal Report as Report Builder.

Should I ?

Proceed with the Idea.
Split the transactions Table for different types of Accounts. There
will be about maximum 40000 records yearly.
Split the Cheque (Account Wise of Year wise) information Table which
will store 500000 yearly records.
Some one are suggesting using different database for different types of
account. Should I go for that.
Your valued suggestion will help me a lot to take decision.

M. A. Zubair

Bangladesh


Nov 13 '05 #3
Mazubair,
I'm with Lyle on this. The volume of data is big enough, the likely growth
in concurrent connections large enough, and the need for security strong
enough, that Jet/Access will be more trouble than it is worth. In order of
preference: a packaged solution from a vendor that has been in business for
a while and has an established reputation for reliability, a mix of packaged
and custom solutions using a reporting tool like Access or Crystal Reports,
rolling your own in something like PostgreSQL or SQL Server. This to me is
a strong candidate for buy instead of build.

--
Alan Webb
kn*******@SPAMhotmail.com
"It's not IT, it's IS
<ma******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I am going to develop a Banking Solution for very small branches of a
Bank. The branches are standalone and no remote transactions will be
made i.e. only the individual branch will be under networking and there
will be no networking between the branches. The branches have maximum
10000 (ten thousand) customer accounts, maximum 200 daily (60000
yearly) transactions and maximum 3 to 4 concurrent users. The solution
will provide voucher generation, interest calculation and interest
anticipation, batch posting etc. facility. The system will generate
over 100 reports, some of them are too complex (manipulate data from
several tables, calculate, summaries, make group etc.).

I intend to develop the solution with MS Access as Database, Visual
Basic as Tool and Crystal Report as Report Builder.

Should I ?

Proceed with the Idea.
Split the transactions Table for different types of Accounts. There
will be about maximum 40000 records yearly.
Split the Cheque (Account Wise of Year wise) information Table which
will store 500000 yearly records.
Some one are suggesting using different database for different types of
account. Should I go for that.
Your valued suggestion will help me a lot to take decision.

M. A. Zubair

Bangladesh

Nov 13 '05 #4

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

Similar topics

13
2756
by: ashu | last post by:
hi to all, Please read the following ques. first. assume that a bank maintains 2 kinds of accounts for customers one called as savings accounts & other as current account. the savings account...
10
7364
by: John Phelan | last post by:
I read an article by, by Mike Groh, in Access-VB-SQL Advisor Magazine, Week 37 that concerns me quite a bit on distributing Access Applications commercially. First I need to describe a "commercial...
2
2279
by: mazubair | last post by:
I am going to develop a Banking Solution for very small branches of a Bank. The branches are standalone and no remote transactions will be made i.e. only the individual branch will be under...
4
3378
by: KnightKnives | last post by:
Is there anyone out there who could help me find the resources I need in order to make this application. I have done a lot of work with 2.0 engine then upgraded to 97; now have 2003. I have...
13
1804
by: Peter Chant | last post by:
I'm considering setting a website up for a club. I do not plan the contents to be for public consumption, but on the other hand I'm not going to have anything on there that is confidential, that...
11
6620
by: cj | last post by:
Lets assume all calculations are done with decimal data types so things are as precise as possible. When it comes to the final rounding to cut a check to pay dividends for example in VB rounding...
7
7266
by: Bernard D | last post by:
Hi, I'm using Access 97. I can run a query that finds a number of records, I then need to access these results to build a formatted text file containing all of the results. There will be 25...
0
912
by: bprasanth | last post by:
How can I access the one *.fmx (i.e Bankmain master form file) to another *.fmx(*.Bank_Transactions form) without specifying the full path of the form for example D:\Banking\BANKING.fmx . If any...
27
4287
by: agins | last post by:
I have used nearly every version of ACT for more than 15-years. Currently have 5,000 records in one database and the program seems unable to smoothly handle that many. Am starting a new business...
0
7064
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...
1
6974
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
7445
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
5559
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,...
1
4991
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...
0
4665
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.