Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I have no problems reading, but writing (update...) fails, as: Runtime error 3146 - ODBC--call failed. My code: Set oWS = CreateWorkspace("blabla", "blabla", "blabla", dbUseODBC) oWS.DefaultCursorDriver = dbUseODBCCursor oData = oWS.OpenConnection("blabla", dbDriverNoPrompt, True, _ "ODBC;DSN=blabla;UID=blabla;PWD=blabla") Dim oConn As DAO.Connection ' database connection Set oConn = oData.Connection ' open it 'If oConn.Updatable Then ' this is false... oConn.Execute "update blabla set blabla where 1=0" ' test! BR Sonnich |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to run an Oracle PL\Sql procedure within Excel? | Excel Discussion (Misc queries) | |||
Is it possible to run an Oracle PL\Sql procedure within Excel? | Excel Discussion (Misc queries) | |||
Excel VBA against Oracle | Excel Discussion (Misc queries) | |||
Connect to Oracle using Microsoft ODBC for Oracle | Excel Programming | |||
ORACLE SEQUENCES IN EXCEL | Excel Programming |