how to save (.mdb) file wihtout using savedialog browser.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jovit1188
    New Member
    • Mar 2010
    • 2

    how to save (.mdb) file wihtout using savedialog browser.

    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..
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    You never save an .
    access database the .Net Framework oledbConnection classes write data to mdb files for you...

    Comment

    Working...