Re: DBF

From: Danny Springer (danny.springer_at_removejunkmail.hccnet.nl)
Date: 02/26/04

  • Next message: Chris Martin: "RecordsetPtr & Command's Execute() method"
    Date: Thu, 26 Feb 2004 23:55:16 +0100
    
    

    Mark Bennis wrote:

    > Hi,
    >
    > I have a problem to query a dbase file with another file extension, for
    > example <table>.stp with ADO. I am using the folowing connectionstring
    > Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<dir>;Extended Properties=dBASE
    > IV.
    Some weeks ago I had the same problem. It appears that for dbase the
    filename should be in the 8.3 format and it should finish at .dbf.

    Regards,
    Danny Springer


  • Next message: Chris Martin: "RecordsetPtr & Command's Execute() method"

    Relevant Pages

    • Re: Prompting for a file name when linking to dBASE file
      ... Dan Henson wrote: ... customer to input the name of the dBASE file; what is the best way to do this? ... Can I have a query ask for the name of the file and create the link? ...
      (microsoft.public.access.queries)
    • Re: Data Extract
      ... Sounds like your existing query will pull the lines you want, ... You will also pull in the table with all the data. ... i have a large dbase file which contains jobs that we ... i can extract all those rows that contain that item. ...
      (microsoft.public.access.queries)
    • DBF
      ... I have a problem to query a dbase file with another file extension, ... example.stp with ADO. ... I am using the folowing connectionstring ...
      (microsoft.public.data.ado)