473,386 Members | 1,842 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,386 software developers and data experts.

Database for church records

TS

I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance
Jul 19 '05 #1
10 4648

Hi,

Try doing a search on http://sourceforge.net/ for "church". There are
quite a number of projects you might find interesting.

For membership management and a lot more using PHP and MySql, check this
one out:

http://www.infocentral.org/
Regards,
John
TS wrote:
I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #2

Hi,

Try doing a search on http://sourceforge.net/ for "church". There are
quite a number of projects you might find interesting.

For membership management and a lot more using PHP and MySql, check this
one out:

http://www.infocentral.org/
Regards,
John
TS wrote:
I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #3
TS,
In my humble opinion, either db would be satisfactory. I use both from time
to time. If you are creating a desktop application, which I suspect, then
I'd lean towards Access. the database can be split into a front end back
end, allowing multiple users to view the same backend data.

Irvin Amoraal <><
_______________

"TS" <ts****@talk21.com> wrote in message
news:3f**********************@mercury.nildram.net. ..

I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #4
TS,
In my humble opinion, either db would be satisfactory. I use both from time
to time. If you are creating a desktop application, which I suspect, then
I'd lean towards Access. the database can be split into a front end back
end, allowing multiple users to view the same backend data.

Irvin Amoraal <><
_______________

"TS" <ts****@talk21.com> wrote in message
news:3f**********************@mercury.nildram.net. ..

I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #5
I guess I didn't read ALL of your question. You state that you want this to
be browser based. With that being the case, what kind of server will you be
using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________
"TS" <ts****@talk21.com> wrote in message
news:3f**********************@mercury.nildram.net. ..

I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #6
I guess I didn't read ALL of your question. You state that you want this to
be browser based. With that being the case, what kind of server will you be
using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________
"TS" <ts****@talk21.com> wrote in message
news:3f**********************@mercury.nildram.net. ..

I hope someone here can help me.

We are currently looking at redeveloping the membership database for out
church. It is mainly usd to hold details of our members, produce reports
etc.

I am investigating both mysql and MS Access. Ultimately I would like the
front end to be browser based, both for querying and entering data.

Are there basic membership databases that can be downloaded from the web
from which to base this project?

Which platform (Access/Myqsl) would be the better bet and why?

Thanks in advance

Jul 19 '05 #7
TS
I will be using Windows XP and PHP
"Irvin Amoraal" <ir***@rcabletv.on.com> wrote in message
news:vt************@corp.supernews.com...
I guess I didn't read ALL of your question. You state that you want this to be browser based. With that being the case, what kind of server will you be using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________

Jul 19 '05 #8
TS
I will be using Windows XP and PHP
"Irvin Amoraal" <ir***@rcabletv.on.com> wrote in message
news:vt************@corp.supernews.com...
I guess I didn't read ALL of your question. You state that you want this to be browser based. With that being the case, what kind of server will you be using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________

Jul 19 '05 #9
PHP and mySQL would probably be the way to go. There is a lot of support at
php.net. Check out their on-line documentation at
http://ca.php.net/manual/en/index.php. Here's a list of the mySQL functions
built into PHP http://ca.php.net/manual/en/ref.msql.php. If you're really
hot on MS Access, check out thier odbc functions at http://ca3.php.net/odbc.

If you find and download the mySQL odbc driver, you can set up an odbc
connection to the mySQL db, then use MS Access to create the queries for
your PHP code. Be warned though, there are some things that MS Access can do
in queries that mySQL can't, but overall, mySQL is very robust.

Enjoy!

Irvin Amoraal. <><
___________________

"TS" <ts****@talk21.com> wrote in message
news:3f***********************@mercury.nildram.net ...
I will be using Windows XP and PHP
"Irvin Amoraal" <ir***@rcabletv.on.com> wrote in message
news:vt************@corp.supernews.com...
I guess I didn't read ALL of your question. You state that you want this

to
be browser based. With that being the case, what kind of server will you

be
using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________


Jul 19 '05 #10
PHP and mySQL would probably be the way to go. There is a lot of support at
php.net. Check out their on-line documentation at
http://ca.php.net/manual/en/index.php. Here's a list of the mySQL functions
built into PHP http://ca.php.net/manual/en/ref.msql.php. If you're really
hot on MS Access, check out thier odbc functions at http://ca3.php.net/odbc.

If you find and download the mySQL odbc driver, you can set up an odbc
connection to the mySQL db, then use MS Access to create the queries for
your PHP code. Be warned though, there are some things that MS Access can do
in queries that mySQL can't, but overall, mySQL is very robust.

Enjoy!

Irvin Amoraal. <><
___________________

"TS" <ts****@talk21.com> wrote in message
news:3f***********************@mercury.nildram.net ...
I will be using Windows XP and PHP
"Irvin Amoraal" <ir***@rcabletv.on.com> wrote in message
news:vt************@corp.supernews.com...
I guess I didn't read ALL of your question. You state that you want this

to
be browser based. With that being the case, what kind of server will you

be
using, NT or Linux? Will you be using ASP, PHP?
Irvin Amoraal. <><
________________


Jul 19 '05 #11

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

Similar topics

3
by: Tim Dempsey | last post by:
Folks, I need some advice. I hpoe some of you can advise me. Our church's weekly bulletin has been published on paper for years. It is created in MS Word and sent to the publishing company....
1
by: Chris Stokes | last post by:
Hi all, I am having a number of problems with a customer of ours. This customer is in Thailand so I don't have good machine direct access to their computers. Scenario - we have a Java based POS...
7
by: PC Datasheet | last post by:
Looking for suggestions ---- A database was designed for a national automobile inspection program. In it's simplest form, the database has two tables: TblOwner OwnerID <Year/Make/Model owned...
5
by: nbbrindisi | last post by:
First, I work with a small church (about 100 people). We need a database to handle basic information like name, address, family members, joined church birthdate and etc. We really don't need to...
10
by: Preston Crawford | last post by:
I'm looking to learn ASP.NET better and thinking about helping my church put together a website in order to do this. They need the help, I'd like the training, so I'm thinking of going this route...
3
by: vonclausowitz | last post by:
Hi All, I was thinking of creating a table in my database to index all words in the database. That way I can quickly search for one or more words and the index table will return the words and...
0
by: Pastororits | last post by:
Dear Beloved Brethren, Calvary greetings to you all in the name of Our Lord Jesus Christ. I am Pastor Isaac Orits Edah, 36 years old from Lagos Nigeria,married to Evangelist Faith Abosede, We are...
10
by: jmarcrum | last post by:
Hi everyone! I have a church database that keeps track of all of our church's members: first and last name, email address, phone number, home address (street, city, zipcode). I was...
2
by: servantofone | last post by:
Does anyone know of a service that would allow my Pastor to send an email that is automatically posted on the news section of the church website? I know blogging sites allow bloggers to send emails...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.