Click here to Skip to main content
15,885,537 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to audit user activities in ms access Pin
S Douglas8-Dec-05 0:47
professionalS Douglas8-Dec-05 0:47 
GeneralRe: How to audit user activities in ms access Pin
Mekong River8-Dec-05 4:28
Mekong River8-Dec-05 4:28 
QuestionUsing SQLXML, Bulk Insert XML with IDENTITY Column ... Pin
cmacgowan7-Dec-05 8:53
cmacgowan7-Dec-05 8:53 
Questiontrace the computer name Pin
Goodway7-Dec-05 4:14
Goodway7-Dec-05 4:14 
AnswerRe: trace the computer name Pin
miah alom7-Dec-05 6:53
miah alom7-Dec-05 6:53 
GeneralRe: trace the computer name Pin
Goodway9-Dec-05 5:39
Goodway9-Dec-05 5:39 
GeneralRe: trace the computer name Pin
miah alom9-Dec-05 5:55
miah alom9-Dec-05 5:55 
Questiondataset getchanges() question Pin
NikoTanghe7-Dec-05 0:58
NikoTanghe7-Dec-05 0:58 
GetChanges() returns nothing here,
right after a row is deleted.
and there is actually 1 row removed from the dataset,
how is this possible?
dsCustomers.GetChanges() gives the same results.


dsCustomers.Tables(0).Rows.Remove(dsCustomers.Tables(0).Rows(cm.Position))<br />
<br />
Dim DataSetDeleted As DataSet = dsCustomers.GetChanges(DataRowState.Deleted)<br />
If Not DataSetDeleted Is Nothing Then<br />
     daCustomers.Update(DataSetDeleted)<br />
     dsCustomers.AcceptChanges()<br />
End If

AnswerRe: dataset getchanges() question Pin
jonathan157-Dec-05 3:55
jonathan157-Dec-05 3:55 
GeneralRe: dataset getchanges() question Pin
miah alom7-Dec-05 4:54
miah alom7-Dec-05 4:54 
Questionms sql server biggest data type Pin
kasko_6-Dec-05 15:05
kasko_6-Dec-05 15:05 
AnswerRe: ms sql server biggest data type Pin
toxcct6-Dec-05 22:43
toxcct6-Dec-05 22:43 
AnswerRe: ms sql server biggest data type Pin
Daniel Santillanes7-Dec-05 13:39
professionalDaniel Santillanes7-Dec-05 13:39 
QuestionHow to create a code parser? Pin
Lord Kixdemp6-Dec-05 12:35
Lord Kixdemp6-Dec-05 12:35 
AnswerRe: How to create a code parser? Pin
toxcct6-Dec-05 22:31
toxcct6-Dec-05 22:31 
GeneralRe: How to create a code parser? Pin
Lord Kixdemp10-Dec-05 9:25
Lord Kixdemp10-Dec-05 9:25 
QuestionExport public keys from certificate Pin
Russell Jones6-Dec-05 4:13
Russell Jones6-Dec-05 4:13 
QuestionToWords() Method within crystal Report Pin
achrafus6-Dec-05 2:07
achrafus6-Dec-05 2:07 
AnswerRe: ToWords() Method within crystal Report Pin
Russell Jones6-Dec-05 4:25
Russell Jones6-Dec-05 4:25 
AnswerRe: ToWords() Method within crystal Report Pin
Russell Jones6-Dec-05 5:23
Russell Jones6-Dec-05 5:23 
GeneralRe: ToWords() Method within crystal Report Pin
achrafus7-Dec-05 7:40
achrafus7-Dec-05 7:40 
GeneralRe: ToWords() Method within crystal Report Pin
Russell Jones7-Dec-05 22:35
Russell Jones7-Dec-05 22:35 
GeneralRe: ToWords() Method within crystal Report Pin
achrafus7-Dec-05 23:59
achrafus7-Dec-05 23:59 
QuestionWhat Isolation Level should I use Pin
The Liquidian6-Dec-05 1:30
The Liquidian6-Dec-05 1:30 
AnswerRe: What Isolation Level should I use Pin
Farhan Noor Qureshi6-Dec-05 9:55
Farhan Noor Qureshi6-Dec-05 9:55 

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.