Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I want to connect to a Oracle database located on remote machine and execute the insert query from the macro but i am getting error related to session object. I am sending the code, please help me out.. CODE Dim oconn As ADODB.Connection Set oconn = New Connection Dim cmd As ADODB.Command Set cmd = New Command oconn.ConnectionString = "Driver={Oracle ODBC Driver};" & _ "Dbq=alf;" & _ "Uid=system;" & _ "Pwd=manager1" cmd.ActiveConnection = oconn cmd.CommandText = "insert into zzz_ashish values('YYY','22')" cmd.Execute -- ashishprem ------------------------------------------------------------------------ ashishprem's Profile: http://www.excelforum.com/member.php...o&userid=31485 View this thread: http://www.excelforum.com/showthread...hreadid=545793 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
QUERY & HELP: so slow executing VBA code... :S | Excel Worksheet Functions | |||
QUERY & HELP: so slow executing VBA code... :S | Excel Programming | |||
Problem with MS Query - can't edit query | Excel Discussion (Misc queries) | |||
Problem executing a macro from different workbook where it is | Excel Discussion (Misc queries) | |||
Problem with .Background Query option of ODBC Query | Excel Programming |