CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: FrontPage 2000

  1. #1
    Join Date
    May 1999
    Posts
    7

    FrontPage 2000

    Hi,
    Using FrontPage 2000 can I View, Delete and Modify records in Access Database ?

    -Thanks!


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: FrontPage 2000

    Hi.

    You can view and select the data of Access, which I had done before.
    I'm not sure that you can delete or modify the data, but I guess that you can use SQL statement like update in the code.

    If you use InterDev, you can view, delete and modify the data.
    Both need register the name of the database to ODBC driver.

    HTH.
    -Masaaki Onishi-


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured