Multi data application...

  • Thread starter Jacek Jurkowski
  • Start date
J

Jacek Jurkowski

I have to write application using both Vfp database
and SqlServer. Should I use only OleDb provider
or use separate OleDb for Vfp and SqlClient.
It's much more work and I'm not sure if SqlClients
performance is so much better than OleDb to make
this sense ...

What is You'r opinion?
 
J

Joyjit Mukherjee

Hi Jacek,

using provider specific classes is always recommended for use with.
SqlClient .NET data provider for Sql Server 2000 (for ver 6.5 & less, use
OleDb) is optimised to give you maximum performance. Use OleDb for your Vfp
Client.

Regards
Joyjit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top