Click here to Skip to main content
15,911,142 members
Home / Discussions / Database
   

Database

 
JokeRe: Adding Row to Access database table Pin
dsovino8-Aug-06 4:01
dsovino8-Aug-06 4:01 
GeneralRe: Adding Row to Access database table Pin
Stephen McGuire8-Aug-06 7:19
Stephen McGuire8-Aug-06 7:19 
QuestionSychronization in C# Pin
Rabbit171-Aug-06 5:22
Rabbit171-Aug-06 5:22 
AnswerRe: Sychronization in C# Pin
Ennis Ray Lynch, Jr.1-Aug-06 10:39
Ennis Ray Lynch, Jr.1-Aug-06 10:39 
GeneralRe: Sychronization in C# Pin
Rabbit171-Aug-06 12:49
Rabbit171-Aug-06 12:49 
Generalnope Pin
Ennis Ray Lynch, Jr.1-Aug-06 18:27
Ennis Ray Lynch, Jr.1-Aug-06 18:27 
QuestionProblems updating a dataset Pin
newbjohny1-Aug-06 4:16
newbjohny1-Aug-06 4:16 
AnswerRe: Problems updating a dataset Pin
Paul Brower3-Aug-06 10:50
Paul Brower3-Aug-06 10:50 
You could try disabling the constraints on your dataset (temporarily). DataSet.EnforceConstraints = false ;

Usually I like to create a new DataRow, and populate it with default values, and then insert the DataRow into the appropriate DataTable. If your grid is bound to the DataSet, then the new row will automatically appear in the grid.
GeneralRe: Problems updating a dataset Pin
newbjohny4-Aug-06 0:33
newbjohny4-Aug-06 0:33 
QuestionHow to restore records from table which is dropped. Pin
Abhishek Joshi1-Aug-06 2:58
Abhishek Joshi1-Aug-06 2:58 
AnswerRe: How to restore records from table which is dropped. Pin
ToddHileHoffer1-Aug-06 3:05
ToddHileHoffer1-Aug-06 3:05 
QuestionHow to retrieve records from a ADODB with c# Pin
VanEtienne1-Aug-06 2:57
VanEtienne1-Aug-06 2:57 
AnswerRe: creating special relations between datatables Pin
ToddHileHoffer1-Aug-06 2:52
ToddHileHoffer1-Aug-06 2:52 
GeneralRe: creating special relations between datatables Pin
yiwpyos17-Aug-06 23:45
yiwpyos17-Aug-06 23:45 
QuestionFirewall problem Pin
johan31311-Aug-06 1:54
johan31311-Aug-06 1:54 
QuestionAccessing 2 databases [modified] Pin
mcgann1-Aug-06 1:01
mcgann1-Aug-06 1:01 
AnswerRe: Accessing 2 databases Pin
ToddHileHoffer1-Aug-06 3:02
ToddHileHoffer1-Aug-06 3:02 
QuestionInsert multiple values through Trigger Pin
DineshSharma1-Aug-06 0:05
DineshSharma1-Aug-06 0:05 
AnswerRe: Insert multiple values through Trigger Pin
ToddHileHoffer1-Aug-06 2:59
ToddHileHoffer1-Aug-06 2:59 
GeneralRe: Insert multiple values through Trigger Pin
DineshSharma2-Aug-06 2:44
DineshSharma2-Aug-06 2:44 
QuestionSQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:45
Programm3r31-Jul-06 23:45 
QuestionSQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:42
Programm3r31-Jul-06 23:42 
AnswerRe: SQL Scripting in a Batch File Pin
seea3-Aug-06 0:34
seea3-Aug-06 0:34 
Questioncreating special relations between datatables Pin
yiwpyos31-Jul-06 21:38
yiwpyos31-Jul-06 21:38 
QuestionHelp with database permissions (URGENT) Pin
johan313131-Jul-06 21:31
johan313131-Jul-06 21:31 

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.