updateing data base
-
hi every one please i need a way to update access data base without using command please help if you can
asha_s wrote:
need a way to update access data base without using command
Be more specific. You have to use the UPDATE command somewheres in your code. This be either through hardcoding or using the data source wizard.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
asha_s wrote:
need a way to update access data base without using command
Be more specific. You have to use the UPDATE command somewheres in your code. This be either through hardcoding or using the data source wizard.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
I seem to recall this guy had a problem with a gridview/datasource, he is expecting the datasource to autogenerate an update command if there is a select statement. As in: I got the data I changed the data Why won't it update the database, I clicked the update button. He is yet to work out that the datasource requires an Update command/script/procedure to actually write the data back to the database. Therefore the silly question. This has been answered at least once by Christian.
Never underestimate the power of human stupidity RAH