S
Sean
Using VB.net with .Net Framework 1.1 and using Fox Pro OLEDB to connect to a
fox pro database.
When I try to load a dataset from a foxpro database on the network running
this line of code for path (\\servername\share\data\abc.dbc)
dbAdapter.Fill(dbDs)
I get:
"The provider could not determine the Decimal value. For example, the row
was just created, the default for the Decimal column was not available, and
the consumer had not yet set a new Decimal value."
This code works perfectly on the local copy of the FoxPro Database (example
c:\data\abc.dbc)
any idea why?
fox pro database.
When I try to load a dataset from a foxpro database on the network running
this line of code for path (\\servername\share\data\abc.dbc)
dbAdapter.Fill(dbDs)
I get:
"The provider could not determine the Decimal value. For example, the row
was just created, the default for the Decimal column was not available, and
the consumer had not yet set a new Decimal value."
This code works perfectly on the local copy of the FoxPro Database (example
c:\data\abc.dbc)
any idea why?