Connection Failed [message #160387] |
Fri, 24 February 2006 22:36 |
orajamzs
Messages: 110 Registered: February 2006 Location: hyderabad
|
Senior Member |
|
|
I have a table with BLOB columns in Oracle...but im unable to connect this table with VB6 (ADO 2.x library).. I write as:
rs.open "select * from test",cn,.........
rs is a recordset of adodc and cn is connection string and test is the table with blob table...Y it is giving error whereas the same query working for longraw datatype
Can any Guru suggest me
|
|
|