How to write a complex query with doctrine?

How to write a query in file using c++ without data base?

  • i have written a query select name, regno from student and parsed it now i want to display the user information in tabular form.what should i do?

  • Answer:

    you have to store the data as xml or csv or some format and then parse it based on the delimiter ... matching each data between the delimited eg: if your file is stored based like this name-regno-class anu-504-5th ram-605-6th tom-859-8th the "-" is your delimiter ... you then read the file one line at a time .. and split the string based on the "-" then you extract the required substring from the splitted string ...

kiran at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.