Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing Oracle Database data to RunTime datatable
#3
Solved: 11 Years, 3 Months, 4 Weeks ago
'
'--- Run SQL query to create record set ---
'
Code:
With RecordSet
    .ActiveConnection = connString
    .CursorLocation = adUseClient
    .CursorType = adOpenDynamic
    .Open strSQL1, , , , adCmdText
    Set LineItem = RecordSet
End With

strSQL1 is the Query that would be run to make the data you need to be loaded
Reply


Messages In This Thread
RE: Importing Oracle Database data to RunTime datatable - by Jackomcnabb - 02-04-2010, 10:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Importing data sheet Santu 2 3,378 08-20-2015, 11:37 PM
Last Post: ADITI1992
Smile Importing Excel sheet - Reference Values are not recognized michiusa69 3 7,880 01-23-2015, 02:36 AM
Last Post: lkng2001
  Find a text in Runtime datatable ra.dineshkumar@gmail.com 1 1,996 12-01-2014, 06:18 PM
Last Post: supputuri
  Invalid File error importing a spreadsheet but only on a VM msacks 1 2,739 10-19-2014, 09:04 PM
Last Post: supputuri
  Function writes data from datatable to database Fairbanks 0 2,575 06-27-2014, 07:51 PM
Last Post: Fairbanks

Forum Jump:


Users browsing this thread: 2 Guest(s)