If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > whats wrong with this update statement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-09-04, 09:27
Battlesat6 Battlesat6 is offline
Registered User
 
Join Date: Feb 2004
Posts: 4
Unhappy whats wrong with this update statement

can some one help me whats wrong with this statement. i have tried everything and can't get it to work.

mycomm.CommandText = "Update quotes Set ID='" & Replace(TextBox3.Text, "'", "''") & "',CustomerName='" & Replace(TextBox1.Text, "'", "''") & "',DateReceived='#" & Replace(TextBox4.Text, "'", "''") & "#',DateRoutingComplete='#" & Replace(TextBox5.Text, "'", "''") & "#',DateMaterialComplete='#" & Replace(TextBox6.Text, "'", "''") & "#',DateQuoted='#" & Replace(TextBox7.Text, "'", "''") & "#',DateClosed='#" & Replace(TextBox8.Text, "'", "''") & "#' Where Id = " & QuoteIDhold & ";"
Reply With Quote
  #2 (permalink)  
Old 03-09-04, 11:19
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: whats wrong with this update statement

What does it look like if you print the value of mycomm.CommandText?
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On