Fwd: fpodbc
Walter Vaughan
wvaughan at steelerubber.com
Sat Sep 25 06:08:00 PDT 2004
Rod Caddy wrote:
>> I have a field in the
>> table that is record id but is not an auto incrementing field and
>> thus I do not have a unique id field in the file. Could this be
>> why it cannot open the the table?
When using HIGH Level ODBC you gotta have a field that acts just like an
record number. It's gotta be unique. I'll be your record number.
Actually, it's better if its not auto-irementing since you can delete
and re-use record numbers if you can.
Low level, you can do anything.
Step back to the ODBC tutorial. Make sure your ACCESS is even working
correctly with fpODBC. I seem to have had problems figgering out fpODBC
<-> Access vs. a SQL database over IP-port at first.
--
Walter
More information about the Filepro-list
mailing list