Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

AUTOMATED TELLER MACHINE(ATM)
maverickosama's picture
Level: Intermediate
Language:

5265 reads



Helpful for the beginners.... Any Suggestions would be very appreciatable... thanks

0
Your rating: None

Download Code




Your Vote!

0
Your rating: None


Note

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by SourceCodester.com for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.


Hack

Hi,
I have special interest in hacking, i need someone that could tell me what to do to become a special harcker...Lol
Dammy

Problem with ATM program

I can you get this work if you was to write and retrieve individual acct information to a file on a local hard drive?

I'm a beginner, please advise...

hi

i open your atm code already it realy helps me in my project,,ahm can i have some favor with you plss can you teach me how to coade a basic atm code

atm codes

can someone help me with atm codes in south africa nkosana_mpofu@yahoo.com

PS. for the ATM code Microsoft Visual Basic 2007

send to my email add missy0858@yahoo.com Thank You :D

ATM Using Microsoft Visual Basic 2007

can anyone give me a program of ATM using "LOG IN","DEPOSIT","WITHDRAW",
"CHECK BALANCE"?

im a beginner for this program

Connect to Access in C#

Hey! Guy. someone can tell me how to connect to access database only 1 time and can use for whole soultion.

maverickosama's picture

Connect To Access Through C#

go to control panel and then select administrative tools and then select "Data Sources(ODBC)" after that a window would open, click on Add button and choose microsoft access driver (.*mdb,.*accdb) and select it...., after selecting that a new window will open it will prompt you name of your database write there of your own desire let say you write (abc), then in that window there is select option... choose it and browse to .mdb file your access file and select it... after that then press ok and again ok...

now simply in c# write this... i.e.,

con = new OdbcConnection();
con.ConnectionString = "Dsn=abc";
con.Open();

Thanks Allah for everything

wana be a programmer.

i want a code of an atm vision that can run on the computer.can you help me with that..if so send the source code to machwanim@gmail.com

Database Restoring

I Cannot find The SQL server import. Can u giv me sdf database to my Email cmcreamsoda@gmail.com? I will import the database into the current database. but Also, can u tell me step-by-step on how to Import bak Files??

restore

how to restore the database???

hi

just wanna ask how to put an updated time in a vb form??
can u giv me codes??
im just a beginner, hpoe u can help me..
u can give the codes hir, ajades1973@yahoo.com..
tnx..

Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...