![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All I need to read from a VB Script a BLOB field in my Paradox 7 table "messages". Using the script below, I was able to connect to the database and retrieve some of the entries, but ADO does not return the BLOB fields. MSDN KB confirms this situation: Q300189: Paradox ISAM Does Not Support Some Paradox 4.x Types As this article if from 2004, is there a solution in the meantime to read BLOB fields through ADO? |
#3
| |||
| |||
|
|
What's in the BLOB field? |
|
I'm guessing it can't be done with ADO. |
|
What's in the BLOB field? I had a similar situation where I had to try and access a Paradox table via VB6 and ADO. I used the Merant ODBC driver (comes with Paradox 10) to create a DSN. I could connect fine, but not transfer BLOB fields. I couldn't transfer a BLOB field to SQL Server 2000 either, using DTS. I'm guessing it can't be done with ADO. I do, however, use Paradox (the program) to update SQL Server 2000 databases. I can transfer a MEMO field by casting it as a string, and then using the subsequent string in a SQL UPDATE statement, within Paradox (the program). TomK Marc wrote: Hi All I need to read from a VB Script a BLOB field in my Paradox 7 table "messages". Using the script below, I was able to connect to the database and retrieve some of the entries, but ADO does not return the BLOB fields. MSDN KB confirms this situation: Q300189: Paradox ISAM Does Not Support Some Paradox 4.x Types As this article if from 2004, is there a solution in the meantime to read BLOB fields through ADO? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
I l be very thank full of u if u tell me how u has converted the paradox database containing memo or blob field in to sql server. as i m not able to convert memo or blob field in sql server ![]() rest i have done thank you very much. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |