To ust txt or database
-
I want to know how to make the following 1. What is the best to use for this txt or database. 2. If I have a question eg. "What animal eat grass". It must give me an answer with 1 or more possibilities eg, cow, springbok eg. 3. Then if I have a another question, "What Animal give us milk, it must also show "cow or more it the is. 4. I want to add new questions and answers, 5. A question can have a lot of answers 6. a answer (cow, eg) can have a lot of questions. 7. what is the best way to do this, 8. IS there a sample of how to start this.
-
I want to know how to make the following 1. What is the best to use for this txt or database. 2. If I have a question eg. "What animal eat grass". It must give me an answer with 1 or more possibilities eg, cow, springbok eg. 3. Then if I have a another question, "What Animal give us milk, it must also show "cow or more it the is. 4. I want to add new questions and answers, 5. A question can have a lot of answers 6. a answer (cow, eg) can have a lot of questions. 7. what is the best way to do this, 8. IS there a sample of how to start this.
-
I want to know how to make the following 1. What is the best to use for this txt or database. 2. If I have a question eg. "What animal eat grass". It must give me an answer with 1 or more possibilities eg, cow, springbok eg. 3. Then if I have a another question, "What Animal give us milk, it must also show "cow or more it the is. 4. I want to add new questions and answers, 5. A question can have a lot of answers 6. a answer (cow, eg) can have a lot of questions. 7. what is the best way to do this, 8. IS there a sample of how to start this.
Use a text file. That would be funny. ( seriously, use XML or a DB )
Christian Graus Driven to the arms of OSX by Vista.
-
Use a text file. That would be funny. ( seriously, use XML or a DB )
Christian Graus Driven to the arms of OSX by Vista.
Thank you, I am going to use a database (Open office). Do anyone have some sample code on how to start with this program.
-
Thank you, I am going to use a database (Open office). Do anyone have some sample code on how to start with this program.
open office ? Why ? You should use SQL Server Express, it's free and it's well supported in .NET. It's an easy task, you just need to design your DB to associate questions and possible answers, then write code to step through questions.
Christian Graus Driven to the arms of OSX by Vista.
-
open office ? Why ? You should use SQL Server Express, it's free and it's well supported in .NET. It's an easy task, you just need to design your DB to associate questions and possible answers, then write code to step through questions.
Christian Graus Driven to the arms of OSX by Vista.
Thank you, I totaly forgot about Sql, did not work with it before, Can I use Sql when I am finshed with my project, on other Pc that does not have sql on it. I am new to this, that is why I sam looking for sample code to start me off.
-
Thank you, I totaly forgot about Sql, did not work with it before, Can I use Sql when I am finshed with my project, on other Pc that does not have sql on it. I am new to this, that is why I sam looking for sample code to start me off.
hendrikbez wrote:
Can I use Sql when I am finshed with my project, on other Pc that does not have sql on it.
Shure like Christian said the express edition is free so you can install it on the pc (or include it in your setup to install together with your program)