DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Ali Imran Guest

    AutoNumering Problem in Microsoft Access


    Hi Folks,

    Can I truncate the Microsoft Access Table as we can do in Microsoft SQL Server?

    Pls reply on my Email for answer.

    Thanks!
    Ali Imran
    Riyadh, Saudi Arabia


  2. #2
    Arthur Wood Guest

    Re: AutoNumering Problem in Microsoft Access


    Ali,
    What do you mean by "truncate"?

    Arthur Wood


    "Ali Imran" <aimran@bigfoot.com> wrote:
    >
    >Hi Folks,
    >
    >Can I truncate the Microsoft Access Table as we can do in Microsoft SQL

    Server?
    >
    >Pls reply on my Email for answer.
    >
    >Thanks!
    >Ali Imran
    >Riyadh, Saudi Arabia
    >



  3. #3
    Sue Harsevoort Guest

    Re: AutoNumering Problem in Microsoft Access

    My guess is he is talking about Truncate Table. It is basically the same as
    Delete From tblTable except it does not log the individual row deletes
    because it removes the data by deallocating the data pages instead of
    deleting one row at a time So it is faster and uses fewer system and
    transaction log resources.

    I don't think there is anything equivilant to it in Access.

    Sue

    "Arthur Wood" <wooda@saic-trsc.com> wrote in message
    news:3bab2a4b$1@news.devx.com...
    >
    > Ali,
    > What do you mean by "truncate"?
    >
    > Arthur Wood
    >
    >
    > "Ali Imran" <aimran@bigfoot.com> wrote:
    > >
    > >Hi Folks,
    > >
    > >Can I truncate the Microsoft Access Table as we can do in Microsoft SQL

    > Server?
    > >
    > >Pls reply on my Email for answer.
    > >
    > >Thanks!
    > >Ali Imran
    > >Riyadh, Saudi Arabia
    > >

    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links