Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC for text files

Status
Not open for further replies.

phirst

Programmer
Oct 26, 2000
57
0
0
FR
Hi,
To simplify, and thus speed up, some of the queries I need for a report I create text files. I then link these files with the other DB tables.
Problem: In one table I have an index with two fields.
Is it possible to define a composed index in a text file?
Thanx,
phirst.
 
I have never created indexes for text files, as I have assumed that this was not possible. Is a primary index possible, let alone a composite index? Any ODBC text gurus out there? Malcolm
wynden@telus.net
November is "be kind to dogs and programmers" month. Or is that "dogs or programmers"?
 
Are you using an ODBC connection to the text files? How do you create indexes on the text files at all? I know you can use the fields from the text file(s) as links within Crystal, but I'm pretty sure that's a one-to-one situation. I've been able to connect to text files using the DAO data source, this might give you more flexibility, but I'd be careful of performance degradation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top