G
Guest
The following code does not work: I trying to connect to oracle
Whether the oledbdataadpter does not support multiple queries for oracle
Thanks in advanc
Ravi
dim oledataadapt as OleDbDataAdapte
oledataadapt = New OleDbDataAdapter("Select name_id,name from table1, Select Super_id,super_name, from table2, myconn)
Whether the oledbdataadpter does not support multiple queries for oracle
Thanks in advanc
Ravi
dim oledataadapt as OleDbDataAdapte
oledataadapt = New OleDbDataAdapter("Select name_id,name from table1, Select Super_id,super_name, from table2, myconn)