ADO.net providers other than SQLClient

  • Thread starter Thread starter KRoy
  • Start date Start date
K

KRoy

Is there anyway I can access non-SQL data on a connected
Server. For example a foxpro database? This application
will be connected via a 802.11b connection.

I know the SQLClient is available for SQL Databases, but I
need this same capability for foxpro databases.

I'm using VS .Net 2003 using Visual Basic.
 
KRoy, I'm sorry, when I first responded I thought this was ADO.NET ng.. I
don't think they are available, but let me check first.. Sorry about that
 
Have you considered using a web service to read/write the data you want?
There's no direct way to read the data from the device as there is on the
desktop.
 
Back
Top