Wrox Programmer Forums
|
Access ASP Using ASP with Microsoft Access databases. For Access questions not specific to ASP, please use the Access forum. For more ASP forums, please see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access ASP 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 September 26th, 2003, 10:39 AM
Authorized User
 
Join Date: Sep 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help with Insert into Access

I have a small problem and I'm not sure that it is ASP related. But I uploaded a database. Now I set the field to memo so that I might have more entry space. Well I have 2 problems. 1 is that my input box is very small and might carry about 4 words. No matter what I try it does not get any bigger. 2 is that I still run into a field limit but I think it has to do with the lines available in my input box. any suggestions?

 
Old September 26th, 2003, 05:47 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Instead of using
Code:
<input type="text" name="textfield">
or something like that - why not use
Code:
<textarea name="textarea"></textarea>
Steven

I am a loud man with a very large hat. This means I am in charge
 
Old September 26th, 2003, 07:52 PM
Authorized User
 
Join Date: Sep 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ahh thanks for the input it really helped. Now my problem is.....why do I have a limitation on the information that I enter. This is the error that I continue to get. This only happens when I do large entries.

Microsoft JET Database Engine error '80040e14'

Syntax error (missing operator) in query expression ''This is a test. I'm only doing this too see exactly how many characters I can put in here. I will soon edit this to actually take it out. I just REALLY wanted to test this thing. I'm really really hoping that I can just add up all of this stuff and make '.

/HOM/rec_add.asp, line 13


My database is set to memo so that I can take more information! Or I was hoping.

 
Old September 26th, 2003, 08:01 PM
Authorized User
 
Join Date: Sep 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

From looking at it I'm really starting to think that it does not like wrapping. I'm guessing it is really the database. Is there a way to fix that?

 
Old September 26th, 2003, 08:10 PM
Authorized User
 
Join Date: Sep 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Nevermind. I found it and it is working just fine now. There is a wrap tag that you can input into a textarea tag. It is working just fine now thank you Everyone.






Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Insert , MS Access Db tigere Classic ASP Databases 0 November 11th, 2006 08:43 AM
Insert video into an Access form abelmirma Access VBA 1 July 30th, 2005 02:56 AM
insert date (javascript) into access katie456 Access 1 October 11th, 2003 09:24 AM
Insert Command Refused by Access DB hoffmann Classic ASP Databases 1 July 31st, 2003 08:49 PM
Recordset date insert in access kev_79 Access ASP 3 June 5th, 2003 12:49 PM





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