Well, I'm gonna write a new program. And I need to know some facts.
It's a program that have:
1. Customer
1.1 Paid
1.2 Address
2. New customer
And so on, I hope you get what I mean? Like you can show a customer then under that customer there will be information about that customer.
And then I would add new customer button etc etc..
But I need to know, I need this to connect to a database and then could show it online, is this possible and what sort of database should I use?
And one last question; What language, C++? Visual Basic? Python? Or another, I know most languages. And I am a great learner, and fast learner so no problem but I need your opinions.
About a new program - help needed
Started by Dennis K, Nov 09 2009 08:36 AM
5 replies to this topic
#1
Posted 09 November 2009 - 08:36 AM
|
|
|
#2
Posted 09 November 2009 - 08:44 AM
If you're going to do this as an online application, you're probably going to want to use PHP, XHTML, CSS, and JavaScript. If this is going to be a standalone application, most any would work.
#3
Posted 09 November 2009 - 08:57 AM
Alright, but. Is this possible:
- Make it in C++ for a computer
- Then store all the data in a database
- Then show some of the data online?
- Make it in C++ for a computer
- Then store all the data in a database
- Then show some of the data online?
#4
Posted 09 November 2009 - 10:23 AM
It's very possible, but you're back to needing PHP, XHTML, and CSS for displaying it online.
#5
Posted 09 November 2009 - 10:26 AM
Yeah I can easily do the online-part. Thanks :)
#6
Posted 09 November 2009 - 01:56 PM
You don't really need php and company. Personally, I like to stick to as few languages as possible on a single project. Try looking at SQLIte for you database and use a cgi to display the data.


Sign In
Create Account

Back to top









