Beverly Howard
2010-04-20 19:46:05 UTC
Thanks to everyone's help, I have a dbc setup to connect to a test copy
of an access mdb file and the code is working to select data as needed.
During my reading on this subject I found that VFP contains odbc
drivers, where, with FPDos it was necessary to set up windows odbc
drivers in order to access foreign data... is this still necessary or
are the VFP odbc drivers all that is needed to establish data connections?
Since I have been learning and coding using a small test mdb file, I now
need to move the dbc file I have setup and modified to the client's
location to point to the final data source.
What is the best way to proceed... I found vfp "dbc editors" such as
http://www.fyxm.net/foxpro-dbc-editor-14275.html plus I opened the dbc
file only to find that the file location information is encoded and
wasn't able to decode it... i.e. unicode, etc.
I have made a number of field type changes (memo to 254 character) plus
the client does not (yet?) have vfp installed so creating and setting up
a new dbc file is problematic since I am working remotely.
Thanks in advance for any pointers,
Beverly Howard
of an access mdb file and the code is working to select data as needed.
During my reading on this subject I found that VFP contains odbc
drivers, where, with FPDos it was necessary to set up windows odbc
drivers in order to access foreign data... is this still necessary or
are the VFP odbc drivers all that is needed to establish data connections?
Since I have been learning and coding using a small test mdb file, I now
need to move the dbc file I have setup and modified to the client's
location to point to the final data source.
What is the best way to proceed... I found vfp "dbc editors" such as
http://www.fyxm.net/foxpro-dbc-editor-14275.html plus I opened the dbc
file only to find that the file location information is encoded and
wasn't able to decode it... i.e. unicode, etc.
I have made a number of field type changes (memo to 254 character) plus
the client does not (yet?) have vfp installed so creating and setting up
a new dbc file is problematic since I am working remotely.
Thanks in advance for any pointers,
Beverly Howard