Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
rupbrown #1
MS Access Problem
I am trying to link my asp pages in dreamweaver into MS access - can create
a registration page and login page OK, but then get into problem when trying
to add records - I get the following message
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO
statement.
/flashy_ex_airpic/register_fulldetails.asp, line 116
So I then go to line 116 in the code and there is the following line -
MM_editCmd.Execute
Which is part of this block of code
If (Not MM_abortEdit) Then
' execute the insert
Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_editConnection
MM_editCmd.CommandText = MM_editQuery
MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close
Anyone who can help me I would really appreciate it
rupbrown Guest
-
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
ASP and Ms Access Problem
Hi guys I trying to create a dynamic combo box in Dreamweaver, I have made a connection to the database and created a recordset and mapped the... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
Conversion problem from Access 97 to Access 2002
I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted... -
CD access OK but new X86 problem
Hi folks, Thanks for the couple of 'mount' commands. With them, I was able to mount the CD .iso file as a filesystem. I then select 'filesystem'... -
Nancy Gill #2
Re: MS Access Problem
Check your field names .. you have a reserved word in there that is causing
the error. Common errors are things like "date" and "time" or using a - in
e-mail .
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
BLOG: [url]http://www.dmxwishes.com/blog.html[/url]
Co-Author: Dreamweaver MX Instant Troubleshooter (coming soon !)
Technical Editor: Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"rupbrown" <rupert@madforit.co.uk> wrote in message
news:bf8qjr$oo7$1@forums.macromedia.com...create> I am trying to link my asp pages in dreamweaver into MS access - cantrying> a registration page and login page OK, but then get into problem when> to add records - I get the following message
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
> [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO
> statement.
> /flashy_ex_airpic/register_fulldetails.asp, line 116
>
> So I then go to line 116 in the code and there is the following line -
>
> MM_editCmd.Execute
>
> Which is part of this block of code
>
> If (Not MM_abortEdit) Then
> ' execute the insert
> Set MM_editCmd = Server.CreateObject("ADODB.Command")
> MM_editCmd.ActiveConnection = MM_editConnection
> MM_editCmd.CommandText = MM_editQuery
> MM_editCmd.Execute
> MM_editCmd.ActiveConnection.Close
>
> Anyone who can help me I would really appreciate it
>
>
Nancy Gill Guest
-
rupbrown webforumsuser@macromedia.com #3
Re: MS Access Problem
Nancy - you are an absolute star! - I had the field town/city in the database - this seems to have cured the problem.
Once further question that you may be able to help me with - once I have created a page where people create themselves a user name and password - how can I then the link this to adding / amending their personal details - and their's only?
many thanks
rupbrown webforumsuser@macromedia.com Guest
-
-



Reply With Quote


