Click here to Skip to main content
15,914,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: "All words" or "Any word" query Pin
coolestCoder20-Mar-07 1:08
coolestCoder20-Mar-07 1:08 
QuestionLock records or table of access database Pin
hamid_m19-Mar-07 23:11
hamid_m19-Mar-07 23:11 
AnswerRe: Lock records or table of access database Pin
joon vh.20-Mar-07 23:05
joon vh.20-Mar-07 23:05 
QuestionMySQL Update for 20,000 rows takes 4+ hours? Pin
Paul Betteridge19-Mar-07 22:46
Paul Betteridge19-Mar-07 22:46 
AnswerRe: MySQL Update for 20,000 rows takes 4+ hours? Pin
Pete O'Hanlon20-Mar-07 1:53
mvePete O'Hanlon20-Mar-07 1:53 
GeneralRe: MySQL Update for 20,000 rows takes 4+ hours? Pin
Paul Betteridge20-Mar-07 2:59
Paul Betteridge20-Mar-07 2:59 
GeneralRe: MySQL Update for 20,000 rows takes 4+ hours? Pin
Pete O'Hanlon20-Mar-07 3:11
mvePete O'Hanlon20-Mar-07 3:11 
QuestionHow to query all available database on the server Pin
Member 258581919-Mar-07 21:46
Member 258581919-Mar-07 21:46 
AnswerRe: How to query all available database on the server Pin
Tirthadip19-Mar-07 22:14
Tirthadip19-Mar-07 22:14 
Questionupdating an sql database Pin
Keshav V. Kamat19-Mar-07 17:22
Keshav V. Kamat19-Mar-07 17:22 
AnswerRe: updating an sql database Pin
N a v a n e e t h19-Mar-07 19:26
N a v a n e e t h19-Mar-07 19:26 
AnswerRe: updating an sql database Pin
Imran Khan Pathan19-Mar-07 19:28
Imran Khan Pathan19-Mar-07 19:28 
QuestionSQLExpress usage advice please Pin
Glen Harvy19-Mar-07 16:57
Glen Harvy19-Mar-07 16:57 
QuestionHow to get the IP address of a user sitting behind a routher? Pin
Khoramdin19-Mar-07 12:39
Khoramdin19-Mar-07 12:39 
QuestionSql update problem Pin
ali_reza_zareian19-Mar-07 11:34
ali_reza_zareian19-Mar-07 11:34 
AnswerRe: Sql update problem Pin
mghiassi24-Mar-07 5:34
mghiassi24-Mar-07 5:34 
QuestionGenerate SQL Script for tables Pin
dhananjayamurthy19-Mar-07 10:01
dhananjayamurthy19-Mar-07 10:01 
AnswerRe: Generate SQL Script for tables Pin
Colin Angus Mackay19-Mar-07 13:19
Colin Angus Mackay19-Mar-07 13:19 
AnswerRe: Generate SQL Script for tables Pin
Laxman Auti20-Mar-07 5:03
Laxman Auti20-Mar-07 5:03 
Questiondataset.acceptchange method [modified] Pin
manni_n19-Mar-07 7:58
manni_n19-Mar-07 7:58 
i am usind dataadapter and dataset objects to bind some data from the database in the textbox control. the code i m using is as follows:
textbox1.databindigs.add("text",dataset.tables(0),"Name")
This code is able to retrieve the field 'Name' from the database and puts it in this textbox. Now i want that if some change is made in this textbox,then that should be updated to the database table as well. for this purpose i m using dataset.acceptchange method. But this is not giving result.
please provide code if possible....
thanks..



-- modified at 14:40 Monday 19th March, 2007
QuestionHow to script job in stored proc to run on dynamicly assigned server? Pin
RainFox19-Mar-07 1:06
RainFox19-Mar-07 1:06 
QuestionQuick Index question Pin
Rob Philpott18-Mar-07 23:09
Rob Philpott18-Mar-07 23:09 
AnswerRe: Quick Index question Pin
andyharman19-Mar-07 2:02
professionalandyharman19-Mar-07 2:02 
GeneralRe: Quick Index question Pin
Rob Philpott19-Mar-07 4:25
Rob Philpott19-Mar-07 4:25 
GeneralRe: Quick Index question Pin
Mike Dimmick19-Mar-07 5:10
Mike Dimmick19-Mar-07 5:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.