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 > Database Server Software > MySQL > MYSQL - update query works on Windows OS and not on MAC??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-06-04, 11:03
aalokb aalokb is offline
Registered User
 
Join Date: Oct 2004
Posts: 9
MYSQL - update query works on Windows OS and not on MAC??

Hi
Can anyone help me with dis error....i'm getting dis error on MAC..and not Windows. its a update query which is getting executed on line 78.

sQuery = "Update Certificates Set "
z = 1
For Each Item In Request.form("QID")
sQuery = sQuery & "Q" & z & "=" & Item & ", "
z = z + 1
Next
If Len(sQuery) > 25 Then
sQuery = Left(sQuery, Len(sQuery) - 2)
sQuery = sQuery & " Where Certificate = '" & Cert & "'"
End If
objConnEvalOther.Execute sQuery

err....

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[MySQL][ODBC 3.51 Driver][mysqld-4.0.12-nt]You have an error in your SQL
syntax. Check the manual that corresponds to your MySQL server version for
the right syntax to use near '' at line 1

/standards/x_log_TC.asp, line 78

let me knw soon :-s
bye
ty
Reply With Quote
  #2 (permalink)  
Old 10-06-04, 11:34
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
could you please display the sql after it has been assembled by whatever programming language that is
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 10-07-04, 05:28
aalokb aalokb is offline
Registered User
 
Join Date: Oct 2004
Posts: 9
query..

hie..
dis was da query ..

Update Certificates Set Q1=1012, Q2=1021, Q3=1077, Q4=1078, Q5=1079, Q6=1080, Q7=1115, Q8=1141, Q9=1145, Q10=1155, Q11=1721, Q12=1722, Q13=1727, Q14=6100, Q15=6101 Where Certificate = 'abc'
Reply With Quote
  #4 (permalink)  
Old 10-07-04, 06:57
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
there's no error there
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 10-08-04, 00:46
aalokb aalokb is offline
Registered User
 
Join Date: Oct 2004
Posts: 9
???

even i knw dat man..
but den y it has to give err...on mac...and not on windows
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