Click here to Skip to main content
15,924,039 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Computer Science 101 question Pin
Mycroft Holmes20-Aug-08 19:25
professionalMycroft Holmes20-Aug-08 19:25 
QuestionCopy a Row from one DataGridView to another Pin
Princy_Jones19-Aug-08 22:11
Princy_Jones19-Aug-08 22:11 
QuestionWMI Connection Error Pin
nitin_ion19-Aug-08 21:34
nitin_ion19-Aug-08 21:34 
Questionisnull(value,default value) as <column name=""> not working for adapter.update()</column> Pin
honeyashu19-Aug-08 20:49
honeyashu19-Aug-08 20:49 
AnswerRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 21:27
professionalMycroft Holmes19-Aug-08 21:27 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:08
honeyashu19-Aug-08 23:08 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 23:15
professionalMycroft Holmes19-Aug-08 23:15 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:31
honeyashu19-Aug-08 23:31 
ok here is the query....

for all values i clear the bind first then bind them thru appropriate columns... i debug all values agre going to dataget..just after adapter.update(dataset) ..value doesn't updated to database..



"select pra_key,ClientAddCode,Name,Address1,Address2,City,Country,Pin,ResTel,ResFax," & _
"ResEmail,OffTel,OffFax,OffEmail,OffExtn,Mobile,ITPAN,RegDate,isnull(IsError,0) as IsError,isnull(IsBlock,0) as IsBlock,isnull(ParentCode,'') as ParentCode,ResidentialStatus,offadd1,offadd2," & _
"offaddcountry,offaddpincode,dob,occupation," & _
"educationalqlfy, offaddcity,clientcategorycode,SubBranchCode,PoAMandate," & _
"WebXCode,FASubTypeCode,UINo,agmtsrno,state,clnttype,intfirstname,intmiddlename,intlastname," & _
"relationshipwithclient,intclientcode,offaddstate,internettrading,directclient,RMCode,SubGroupCode,poadate," & _
"bankcertificate,employeecode,contactperson,paymentprocessing,creditlimit," & _
"creditlimitamount,paymentmethod, ucccategory,ioischarges,ioholdcharges, " & _
"digitalcontracts, frontofficeupload, internettradingupload, frontofficedealer, deactivate, " & _
"deactivationdate, paymenthold, interesttype, interestjv, paymenttype, runningaccountletter, " & _
"rmsgroup, region, clientcashtosharesratio from clientaddmaster where clientaddcode=@clientaddcode"
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Jon_Boy20-Aug-08 2:07
Jon_Boy20-Aug-08 2:07 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes20-Aug-08 2:10
professionalMycroft Holmes20-Aug-08 2:10 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Jon_Boy20-Aug-08 2:28
Jon_Boy20-Aug-08 2:28 
QuestionAccess Database Pin
Rhoden19-Aug-08 17:07
Rhoden19-Aug-08 17:07 
AnswerRe: Access Database Pin
Paul Conrad19-Aug-08 19:54
professionalPaul Conrad19-Aug-08 19:54 
AnswerRe: Access Database Pin
Mycroft Holmes19-Aug-08 21:30
professionalMycroft Holmes19-Aug-08 21:30 
AnswerRe: Access Database Pin
Chris Quinn27-Aug-08 3:16
Chris Quinn27-Aug-08 3:16 
QuestionSyntax error converting the varchar value to a column of data type int Pin
mistyfy19-Aug-08 14:39
mistyfy19-Aug-08 14:39 
AnswerRe: Syntax error converting the varchar value to a column of data type int Pin
Paul Conrad19-Aug-08 14:42
professionalPaul Conrad19-Aug-08 14:42 
GeneralRe: Syntax error converting the varchar value to a column of data type int Pin
mistyfy19-Aug-08 15:50
mistyfy19-Aug-08 15:50 
GeneralRe: Syntax error converting the varchar value to a column of data type int Pin
Paul Conrad19-Aug-08 16:24
professionalPaul Conrad19-Aug-08 16:24 
AnswerRe: Syntax error converting the varchar value to a column of data type int Pin
Bassam Saoud19-Aug-08 15:22
Bassam Saoud19-Aug-08 15:22 
GeneralRe: Syntax error converting the varchar value to a column of data type int Pin
mistyfy19-Aug-08 16:26
mistyfy19-Aug-08 16:26 
GeneralRe: Syntax error converting the varchar value to a column of data type int Pin
Bassam Saoud19-Aug-08 17:04
Bassam Saoud19-Aug-08 17:04 
AnswerRe: Syntax error converting the varchar value to a column of data type int Pin
Mycroft Holmes19-Aug-08 21:37
professionalMycroft Holmes19-Aug-08 21:37 
QuestionUserControl has an instance of a class as property. How to set the members of the prop in the designer? Pin
mp000119-Aug-08 12:57
mp000119-Aug-08 12:57 
AnswerRe: UserControl has an instance of a class as property. How to set the members of the prop in the designer? Pin
JR21219-Aug-08 23:44
JR21219-Aug-08 23:44 

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.