473,769 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4685

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.super news.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.super news.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.nildra m.net...
I will be using Windows XP and PHP
"Irvin Amoraal" <ir***@rcabletv .on.com> wrote in message
news:vt******** ****@corp.super news.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

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

Similar topics

3
2057
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. Now I need to publish the same information on our new web site. But I don't want to put an image of the paper bulletin on the web site. I want it to look natural there, as if it were produced with god web design principles.
1
1492
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 system that we chose to run on Linux using PGSQL. This generally works quite ok, However at this particular customer they seem to be getting regular database corruptions requiring us to recreate the database on the machine. The following are the...
7
2430
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 by owner, Owner name/address, etc) TblInspection InspectionID
5
10646
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 use something elaborate. I've already suggested a free solution but they'd rather get a low cost commercial solution. Mind you, the app has to be easy for non computer saavvy users. Thanks in advance!
10
1657
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 to solve their needs. I'm wondering, though, if there are any hosts out there that do domain hosting that support ASP.NET and database connectivity without charging you an arm and a leg. And by database connectivity I don't mean Access, but rather...
3
2776
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 records I need. For example the iTable would look like this:
0
1172
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 bless presently with Two son's Isaac and Elijah, Isaac is 6 years and 6 month and Elijah is 2 years and 7 months Old, we are having the intention in fulfilling God's will for our life in planting a new church for christ in the lagos metropoly and...
10
2548
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 wondering.... Every Sunday morning one of the members stands before the congregation in the pulpit and reads about 10 verses from the Bible. After we read through the entire Bible (which takes about 2 1/2 to 3 years), we start over. Every Sunday, it's...
2
2326
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 that are automatically posted, but I want to implement it into the actual church webpage. Anyone have any ideas or heard of something that would allow this? Thanks!
0
9416
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10035
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9981
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9850
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7396
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5436
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3948
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3551
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2810
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.