Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i want to get my database root dir save in csv file and program to read it form their only. one function to update as well so that if i change the location of file it should avail to read the correct one
Posted
Comments
Maciej Los 4-Dec-14 11:47am    
What???

1 solution

Check this link for examples how to get the filename (or filenames if the backend is in another file):
http://www.ammara.com/access_image_faq/get_mdb_database_path.html[^]

Also, it shouldn't be that hard to write a csv file. Enough examples using any of the available internet search engines.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900