Hi,
I am making a search engine for generating the possible routes from place A to B, something similar to airline ticketing. So I was thinking of storing the source, destination, starting and arrival times in a database and generating a graph using the same and then determine the ways of reaching from place A to place B using some search algorithm. Hence I need to know how to do a database connection using C. Also if anyone else has worked on something similar,please do let me know.
Regards,
Sudhakar
I am making a search engine for generating the possible routes from place A to B, something similar to airline ticketing. So I was thinking of storing the source, destination, starting and arrival times in a database and generating a graph using the same and then determine the ways of reaching from place A to place B using some search algorithm. Hence I need to know how to do a database connection using C. Also if anyone else has worked on something similar,please do let me know.
Regards,
Sudhakar