User Profile

Collapse

Profile Sidebar

Collapse
evilash
evilash
Last Activity: Apr 30 '08, 03:28 PM
Joined: Mar 27 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • evilash
    replied to c# .net INSERT into Access Database
    in .NET
    Yeah users is the name of the Database and the table name. Sorry to be blunt, but everything you said after kinda flew right past my head as i am a bit of a newb. Thanks
    See more | Go to post

    Leave a comment:


  • evilash
    started a topic c# .net INSERT into Access Database
    in .NET

    c# .net INSERT into Access Database

    Hi,

    am new to c# so any help here would be greatly appreciated. Am trying to insert into my access database called Users.mdb located in my app data folder. My current code is as follows:

    OleDbConnection oleDbConnection = new OleDbConnection ("Provider=Micr osoft.Jet.OleDb .4.0; Data Source=" + Server.MapPath( "~/app_data/users.mdb"));
    OleDbCommand oleDbCommand = new OleDbCommand();...
    See more | Go to post

  • Using Visual Studio 2005 to insert into an access database

    Hi,

    am currently creating a website within visual studio 2005 and using the toolbox methods to insert into an access database. I am using a data set which is configured to my database (located in the app_data folder) which has the correct tableadapters. The form on my page has the correct validation controls as well as an access source and an object source which are both configured correctly. The access source is currently creating...
    See more | Go to post

  • evilash
    started a topic Inserting to an access database via visual studio
    in .NET

    Inserting to an access database via visual studio

    Hi,

    am creating a web form in visual studio to insert data into an access database. The web form text boxes on the aspx file are Textbox.Text, Textbox2.Text and Textbox4.Text. The info is going to an access database i have in my app_data folder called users.mdb. The field names are Username, Password, Email_Address. The textbox data is being sent in the same order to the fields and textbox order listed above. Am fairly new to visual...
    See more | Go to post
No activity results to display
Show More
Working...