Closed Thread
Results 1 to 3 of 3

Thread: MS Access and Delphi

  1. #1
    ulymar is offline Newbie
    Join Date
    Jan 2009
    Posts
    2
    Rep Power
    0

    MS Access and Delphi

    Anybody have sample code to access MS access database using delphi.


    Thanks

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: MS Access and Delphi

    I usually create an ODBC link to the MS Access DB, then use a TQuery to hook into the associated BDE entry. MS Access does a few odd things with its queries. You can also use a TADOquery, but that's trickier to set up.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    janu is offline Newbie
    Join Date
    Mar 2009
    Posts
    17
    Rep Power
    0

    Re: MS Access and Delphi

    thanks ... i also needed that ..

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 10-24-2010, 01:14 PM
  2. Modify table structure of the access with delphi
    By jonnymr in forum Pascal and Delphi
    Replies: 1
    Last Post: 08-08-2010, 07:49 AM
  3. Array access through pointers vs. array access through indexes
    By DarkLordoftheMonkeys in forum C and C++
    Replies: 9
    Last Post: 01-16-2010, 05:01 PM
  4. migration from of app delphi 2 to delphi 7
    By porno.shome in forum Pascal and Delphi
    Replies: 3
    Last Post: 04-22-2008, 08:57 AM
  5. Delphi help
    By Nefrit in forum Pascal and Delphi
    Replies: 2
    Last Post: 02-25-2008, 12:15 PM

Tags for this Thread

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