Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]2 Replies - 26 Views - Last Post: Today, 06:57 AM
#1
Reputation: 0
- Posts: 17
- Joined: 04-March 13
Posted Today, 06:27 AM
i hav a table customer with cid as primary key, & a table mortgage where cid is used as foreign key.
i hav created a form where user can add,update,delete records through form. the update query was working fine...but now its giving the above error again & again. when the form is loaded, the textboxes are popuated using databindings & then the user will edit as per his requirement...i also checked for the cid whether is present in customer table or whether it is not matching with the customer but everything is correct then too why is it giving this error....????
Is This A Good Question/Topic? 0
Replies To: unique constraint violated error occuring for update query in vb.net
#2
Reputation: 6050
- Posts: 21,831
- Joined: 12-June 08
Re: unique constraint violated error occuring for update query in vb.net
Posted Today, 06:47 AM
What does your update statement look like?
#3
Reputation: 0
- Posts: 17
- Joined: 04-March 13
Re: unique constraint violated error occuring for update query in vb.net
Posted Today, 06:57 AM
cmd.CommandText = ("update mortgage set LOANID=(" & LoanId.Text & "),PRINCIPAL=(" & Principal.Text & "),INTEREST=(" & InterestRate.Text & "),PERIOD=(" & Period.Text & "), PAYMENTSTYLE=('" & paymentstyle.Text & "'),LOANSTARTDATE=('" & DateTimePicker1.Text & "'), LOANENDDATE=('" & LED.Text & "'), WEIGHT=( " & weight.Text & " ), INSTALLMENT=(" & install.Text & "),REMAININGINSTALLMENT=( " & rinstall.Text & " ) WHERE CUSTID = " & cid.Text & " ") cmd.ExecuteNonQuery()
This post has been edited by modi123_1: Today, 06:59 AM
Reason for edit:: highlight the text and just click the 'code' button in the text editor
Page 1 of 1
ufc 144 results acura nsx all star weekend 2012 giada de laurentiis howard hughes nationwide race wanderlust
No comments:
Post a Comment