Web Programming IITU Board 2023
Write a program to get Id, Name and address from a database of the employees of Tribhuvan University and store those information in a CSV file. Assumptions to be made for the database are : database…
4Write a program to get Id, Name and address from a database of the employees of Tribhuvan University and store those information in a CSV file. Assumptions to be made for the database are : database name is "TU", table name is "employees", database username is "Tribhuvan" and password is "BIM76" and the database server URL is "fomeed.edu.np".
A worked answer is on its wayMeanwhile, read the Web Programming II notes for this topic.
Discussion
Loading…
More Web Programming II questions
What is difference between cookie and session?TU Board 20231How can we place a double quote character in a double quoted string?TU Board 20231How does file opening mode "w" differ with "w+"?TU Board 20231Write a syntax to declare a function.TU Board 20231How do we find the length of an array?TU Board 20231How do you set default values for function parameter?TU Board 20231