E
Edb
Hi Everyone,
I need to build an ASP.Net project that wraps around a FoxPro Database. It
appears that I need
to create an ODBC Connection to .dbf files. Some of them have relations to
each other.
I have not done this before but have a few assesments on how to do it.
a. Create ODBC Connection to each database and make connection strings in
..Net to them.
The issue with this is what if I need to grab specific column types from
each .dbf file? How to do?
b. Create ODBC Connection to SQL and link the database to SQL Server. I
am curious ... because SQL
is linking the databases, can I run stored procedures in SQL to join column
types to my project.
I am just curious. I thank everyone in this forum for there assistance.
Happy Day and Happy Coding,
edb
I need to build an ASP.Net project that wraps around a FoxPro Database. It
appears that I need
to create an ODBC Connection to .dbf files. Some of them have relations to
each other.
I have not done this before but have a few assesments on how to do it.
a. Create ODBC Connection to each database and make connection strings in
..Net to them.
The issue with this is what if I need to grab specific column types from
each .dbf file? How to do?
b. Create ODBC Connection to SQL and link the database to SQL Server. I
am curious ... because SQL
is linking the databases, can I run stored procedures in SQL to join column
types to my project.
I am just curious. I thank everyone in this forum for there assistance.
Happy Day and Happy Coding,
edb