navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Update Access Database

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Update Access Database
Page: [1]
 
Guest


 
Update Access Database - 5/15/2001 20:33:00   
I have been using FrontPage wizard for database connections. Unfortunatly it does not allow you to update a record with the wizard. I looked on the Microsoft site and they said to use this SQL statement:

UPDATE DISTINCTROW
Records
SET Response='::Response::'
WHERE ID='::ID::'

This does not work. Could you please help?

Bnugent

 

Posts: 257
From: Tampa Florida Tampa, FL USA
Status: offline

 
RE: Update Access Database - 5/15/2001 20:57:00   
Take out the (') around the id so that it reads:


UPDATE DISTINCTROW
Records
SET Response='::Response::'
WHERE ID=::ID::

------------------
Brian---


(in reply to Guest)
Guest


 
RE: Update Access Database - 5/16/2001 20:11:00   
Thanks Brian, that worked great. )

(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Update Access Database
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts