Vladkara
Mar 29th, 2000, 03:58 AM
Please, help!
Working extensively with Clipper for past 5 years.
I have several questions:
1. Can ADO do all the things with Clipper files such as
relationships, etc.?
2. OR, do I have to convert all my files into .mdb format?
3. I have already got (from this BB) the information how to
access dBase (Clipper) files, however the only commands that work so far are the .MoveNext and .MoveFirst
.MovePrevious and .MoveLast gives me an error.
4. Where do I get most of the information necessary.
All books that I have deal with examples where dBase files are not used.
Even the information about dBase data access that I got from this BB uses a command recordset.execute
>>> Set rs = cn.execute("Select * from Filename")<<<
which I cannot find in any of my books on VB6.
VEK
Working extensively with Clipper for past 5 years.
I have several questions:
1. Can ADO do all the things with Clipper files such as
relationships, etc.?
2. OR, do I have to convert all my files into .mdb format?
3. I have already got (from this BB) the information how to
access dBase (Clipper) files, however the only commands that work so far are the .MoveNext and .MoveFirst
.MovePrevious and .MoveLast gives me an error.
4. Where do I get most of the information necessary.
All books that I have deal with examples where dBase files are not used.
Even the information about dBase data access that I got from this BB uses a command recordset.execute
>>> Set rs = cn.execute("Select * from Filename")<<<
which I cannot find in any of my books on VB6.
VEK