Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How reliable is VFPOleDB driver?
Message
From
17/04/2019 23:08:04
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01668158
Message ID:
01668168
Views:
55
Likes (1)
>I think it may help. She replied that she did figure this out! She is now using
>
>select CAST(frt_file as Blob) as frt_binary, layoutname, CAST(frx_file as Blob) as frx_binary… and it works for her.

Apparently, using the VFP's own Oledb driver might work. In my case, I was using the generic .Net Framework OleDb driver. That might explain.

This is my definition of the Imports namespace in the Data class:
Imports System.Data.OleDb
Imports System.Data.SqlClient
Imports System.Data.Odbc
As I had to rely only on .NET specific drivers, I was using that one. As she uses VFP driver, I doubt she would run into the same problems.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform