Subject Re: DATA BASE LEVEL
From Andy Taylor <andy.taylor.1959@outlook.com>
Date Tue, 18 Apr 2023 12:39:33 +0100
Newsgroups dbase.getting-started

Hi Ed

You almost got it... you need to add the single text quote to enclose
the table path.

q = new query( "select * from 'C:\TRAKKER\TRAKINV.DBF'" )

Andy

> I TRIED:
>   q = new query( "select * from C:\TRAKKER\TRAKINV.DBF" )  Didn't work....
>
> Ken- use caps because it is easier to read.   I have bad eyesight.