Help me with my dilemma on how to save (.mdb) file wihtout using savedialog browser.. i know how to save into text file but i searched the internet about saving a database file (.mdb) to a path but none fits my requirement..
thanks..i'm sorry for frequently asking questions it's just that i am new to C# and SQL..
Thanks for all the help..
User Profile
Collapse
-
how to save (.mdb) file wihtout using savedialog browser.
-
opening error
string filename = @"C:\Wiimote Graph Points\" + textBox1.Text + " " + "xyz.txt";
but it can't..i already use File.Open(filen ame)..
it has an Error 1 No overload for method 'Open' takes '1' arguments..i dnt know why..
No activity results to display
Show More