Hello,
i am a little bit surprise that a stantard OLEDB provider cannot be choose into the databasesources, i should be a better choice than an ODBC or JDBC connexions.
I my case i have only an OLEDB provider to grab some data from a realtime proprietary database using .UDL file.
Do you have any proposition to figure out this please?
regards
P SAVE
OLEDB or ODBC are legacy technics and should be avoided for new projects. I generally prefer JDBC because the driver are mostly up-to-date and there are no dependencies to the underlaying operating system unlike ODBC or OLEDB.
Hello, i clearly understand that JDBC driver will be better BUT i just have an OLEDB driver and not anather one available. So what could be my solution to get the data from it please? I can do it with another free tool like Database .NET using my OLEDb driver provider and it works very nice. regards P SAVE