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

Database

 
AnswerRe: Moving a SQL database Pin
Colin Angus Mackay30-Jan-06 6:52
Colin Angus Mackay30-Jan-06 6:52 
GeneralRe: Moving a SQL database Pin
shaz jazz1-Jul-06 2:17
shaz jazz1-Jul-06 2:17 
GeneralRe: Moving a SQL database Pin
Colin Angus Mackay1-Jul-06 2:37
Colin Angus Mackay1-Jul-06 2:37 
QuestionRecursive Data Pin
Bassam Saoud30-Jan-06 5:06
Bassam Saoud30-Jan-06 5:06 
AnswerRe: Recursive Data Pin
Damodar Periwal3-Feb-06 14:01
Damodar Periwal3-Feb-06 14:01 
QuestionHow to get SqlTypes of a particular column in sqlserver using C# Pin
YogeshChoudhary30-Jan-06 0:59
YogeshChoudhary30-Jan-06 0:59 
QuestionHow to generate a sql db from a xml file Pin
User 231751430-Jan-06 0:58
User 231751430-Jan-06 0:58 
Questionupdate problem Pin
kings_128-Jan-06 15:57
kings_128-Jan-06 15:57 
hi there ,

in my program i have the Order Form (win Form)
in this form i have some textbox and grid

know the grid is bound the a dataset on the grid i have some filds like productID,Qunataty,UnitPrice,Total

i am filling all the data on the Form and the order is insert well to the db

now if i want to change something in this particular order i select the order detiles from the db by OrderId num
an all the order detiles are displayd on the Form

the problem is when i want to add products to the order
the product detiles that is bound to the datagrid is updated but the OrderId is not

this is the code :
<br />
if(dsOrdersDetiles1.HasChanges()==true)<br />
               {<br />
<br />
<br />
                    AdOrdersDetiles.Update(dsOrdersDetiles1.Tables[0]); //only the data in the grid is update but i  need the OrderId to be update in the same row .<br />
               <br />
                    <br />
               }<br />


how can i update order detiles when the filds are not bound ?





-- modified at 21:59 Saturday 28th January, 2006
QuestionCertain Numbr of records Pin
gharry28-Jan-06 3:36
gharry28-Jan-06 3:36 
AnswerRe: Certain Numbr of records Pin
Colin Angus Mackay28-Jan-06 6:01
Colin Angus Mackay28-Jan-06 6:01 
QuestionAutonumber in MS Access Pin
alfakappasigma27-Jan-06 23:49
alfakappasigma27-Jan-06 23:49 
AnswerRe: Autonumber in MS Access Pin
Pankaj Kulkarni30-Jan-06 0:47
Pankaj Kulkarni30-Jan-06 0:47 
GeneralRe: Autonumber in MS Access Pin
alfakappasigma31-Jan-06 6:43
alfakappasigma31-Jan-06 6:43 
GeneralRe: Autonumber in MS Access Pin
Luis Alonso Ramos31-Jan-06 7:58
Luis Alonso Ramos31-Jan-06 7:58 
GeneralRe: Autonumber in MS Access Pin
alfakappasigma2-Feb-06 7:38
alfakappasigma2-Feb-06 7:38 
QuestionGet Highest Value.... Pin
Sasmi27-Jan-06 2:55
Sasmi27-Jan-06 2:55 
AnswerRe: Get Highest Value.... Pin
Colin Angus Mackay27-Jan-06 2:59
Colin Angus Mackay27-Jan-06 2:59 
GeneralRe: Get Highest Value.... Pin
Sasmi27-Jan-06 3:14
Sasmi27-Jan-06 3:14 
GeneralRe: Get Highest Value.... Pin
Colin Angus Mackay27-Jan-06 3:25
Colin Angus Mackay27-Jan-06 3:25 
QuestionSelecting records from the table Pin
sasire1826-Jan-06 19:31
sasire1826-Jan-06 19:31 
AnswerRe: Selecting records from the table Pin
sathish s30-Jan-06 0:58
sathish s30-Jan-06 0:58 
QuestionUsing MSDE Pin
TheJudeDude26-Jan-06 13:33
TheJudeDude26-Jan-06 13:33 
AnswerRe: Using MSDE Pin
Paul Conrad26-Jan-06 18:46
professionalPaul Conrad26-Jan-06 18:46 
GeneralRe: Using MSDE Pin
TheJudeDude27-Jan-06 2:31
TheJudeDude27-Jan-06 2:31 
GeneralRe: Using MSDE Pin
Paul Conrad27-Jan-06 3:45
professionalPaul Conrad27-Jan-06 3:45 

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.