CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Error when generating record live

Print topic Send  topic

Author Message
KathleenJ
Posted: 11/21/2002, 7:57 AM

When going live on the record I get the following error:

Source: Record vendor / Insert Operation
Command Text: INSERT INTO [vendor]([vendor_name], [Phone], [email]) VALUES ('ABC Testing', Null, Null)
Error description: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'email'. (Microsoft OLE DB Provider for ODBC Drivers)
INSERT INTO [vendor]([vendor_name], [Phone], [email]) VALUES ('ABC Testing', Null, Null)

I have email in my table so I don't know why its not accepting it. Under data the input validation field says: ^[\w\.-]{1,}\@([\da-zA-Z-]{1,}\.){1,}[\da-zA-Z-]+$. Is that correct for email?

Thanks.
GreggB
Posted: 11/21/2002, 12:11 PM

Note the "Error description:" line in your error message. The "Invalid column name 'email'" is your clue that the 'email' column may not exist in you table. Check to make sure you are looking at the correct table. Many developers use a development server and database and find that they forgot to update the production servers and tables with columns and are publishing to the production servers..

Let me know what you find as I'm sure the table is missing the 'email' column. You may want to check with your boss : )

GreggB

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.