Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 11:36 AM
Jamie Fryatt
Guest
 
Posts: n/a
Default Updating a Access DB

Hi guys, i've come to a small problem and was hoping someone could help.

in access i have a feld called STORY which is a MEMO field.

all the updates work fine and i can update/modify this field no problem,
untill i start using working with ",! etc in.

these symbols are obviously messing with my code as the update page submits,
i can't have news storys with no " or , in them, so if anyone knows of a way
round this problem please let me know

thanks

Jamie


  #2  
Old July 19th, 2005, 11:36 AM
Bob Barrows
Guest
 
Posts: n/a
Default Re: Updating a Access DB

Jamie Fryatt wrote:[color=blue]
> Hi guys, i've come to a small problem and was hoping someone could
> help.
>
> in access i have a feld called STORY which is a MEMO field.
>
> all the updates work fine and i can update/modify this field no
> problem, untill i start using working with ",! etc in.
>
> these symbols are obviously messing with my code as the update page
> submits, i can't have news storys with no " or , in them, so if
> anyone knows of a way round this problem please let me know
>
> thanks
>
> Jamie[/color]

Three words: "saved parameter query"

http://www.google.com/groups?hl=en&l...TNGP12.phx.gbl

http://www.google.com/groups?hl=en&l...r%3D%26hl%3Den

http://tinyurl.com/jyy0

http://www.google.com/groups?hl=en&l...%3D10%26sa%3DN

HTH,
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


  #3  
Old July 19th, 2005, 11:38 AM
Bullschmidt
Guest
 
Posts: n/a
Default Re: Updating a Access DB

For easier syntax than using a SQL INSERT statement you could use ADO's
AddNew such as in the following:
Database Add
http://www.asp101.com/samples/db_add.asp

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles