Hi,
I have a scenario where in i need to connect to Oracle and get data from a table which contains CLOB datatype value. Below is my code:
Dim ConnectionString As String
Dim SQL_String As String
Set con = New ADODB.Connection
Set recset = New ADODB.Recordset
Oracle_Data_Source = "perf01"...