Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning decimal values to .NET
Message
From
02/10/2004 12:14:10
 
 
To
02/10/2004 11:36:58
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00948193
Message ID:
00948221
Views:
16
David,

I can't speak for FoxPro->FoxPro OLE DB Provider usage, as I've never tried that.

However, I generally recommend the use of either SQL Server or MSDE if you're planning on accessing data from .NET assemblies. Better scalability, more security, better transaction handling, better integration, better overall performance as you get into larger databases, better support for stored procs and the ANSI-92 standard, etc.

The biggest limitation I've seen when using .NET with the VFP Ole DB Provider is that you can't return a result set from a VFP stored proc into an ADO.NET dataset, at least not without going to some pretty involved workarounds.

I'd still be interested if anyone knows the answer to your first problem, because I would have 'expected' 1.8 to come back. But it wouldn't change my thinking that there are better solutions for a back-end database.

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform