User Profile
Collapse
-
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 -
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();... -
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... -
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...
No activity results to display
Show More
Leave a comment: