swdev2
Thu Mar 04 10:13:22 CST 2004
Hiya Kobby -
if in fact you wanted to retrieve things via ODBC -
you can't like you think.
You can with the OLE DB drivers, though.
OTOH
A database container is a meta repository of 'things' for VFP, and its
native file format IS a table.
You can open the databasecontainer as a table in ODBC, retrieve what you are
looking for,
and parse it out. [Cindy's suggestion]
In any event - I suggest you go the ole db route for sqlserver as well -
it's just more tightly coupled to the data store.
hth - mondo regards [Bill]
--
William Sanders / Electronic Filing Group Remove the DOT BOB to reply via
email.
Mondo Cool TeleCom ->
http://www.efgroup.net/efgcog.html
Mondo Cool WebHosting ->
http://www.efgroup.net/efglunar.html
Mondo Cool Satellites ->
http://www.efgroup.net/sat
mySql / VFP / MS-SQL
"Kobby" <kbdapaah@yahoo.com> wrote in message
news:8f2fbb7f.0403031421.587a5091@posting.google.com...
> I'm writing a C++ tool that will list among other things, the stored
> procedures in FoxPro dbc file. Is there an ODBC API for that? Has
> anyone done that? SQLProcedures is not supported in FoxPro.
>
> --Kobby