Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 10th, 2006, 02:50 AM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to srm_kumar
Default Microsoft VBScript compilation (0x800A03EA)

hi,

any body can help me?

i'm having problem in my asp code. when i'm executing the update statement, i got the following error:

Microsoft VBScript compilation (0x800A03EA)
Syntax error
/sonalumni/chkupdtpersonal.asp, line 146, column 10
QryUpdate &= "business_type='" & strTbusiness & "', position='" & strPosition & "', jobspln='" & strSpln & "',"
---------^

due to this problem, i am being stucked last 3 weeks in my program.
pls help me to find solution...

thanks & regds,
mohan.
 
Old November 10th, 2006, 01:42 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

your SQL query is incorrect:

QryUpdate = quryUpdate & "business_type='" & strTbusiness & "', position='" & strPosition & "', jobspln='" & strSpln & "',"

I assume QryUpdate is a variable and not part of your sql statement.

-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.

^^Thats my signature





Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft VBScript compilation (0x800A0400) pendemv Classic ASP Databases 1 September 1st, 2008 02:58 PM
Microsoft VBScript compilation (0x800A0400) joeyjoejnr Classic ASP Databases 2 May 9th, 2007 03:22 AM
Microsoft VBScript compilation (0x800A03EA) - synt treasacrowe Classic ASP Databases 7 March 29th, 2007 10:53 PM
Microsoft VBScript compilation (0x800A0400) davidclangley ASP.NET 2.0 Basics 0 February 11th, 2007 10:46 AM
Microsoft VBScript compilation (0x800A0400) cnottingham Classic ASP Databases 2 February 12th, 2004 10:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.