21/11/2014, 07:35
|
| | Fecha de Ingreso: noviembre-2014
Mensajes: 1
Antigüedad: 10 años Puntos: 0 | |
no inserta en oracle 11 expres vb.net amigos cpor que este codigo no em inserta nada si tomo el insert y lo lelvo al bd lo inserta a mano
Dim SQLCommand As OracleCommand 'SqlClient.SqlCommand
Dim SQLConnect As New ConexionOracle
Dim SQLDataAdapter As New OracleDataAdapter 'SqlClient.SqlDataAdapter
Dim da As OracleDataAdapter = New OracleDataAdapter()
'...Abre la conexion
SQLConnect.Abrir()
SQLCommand = New OracleCommand("insert into usuarios ID_USUARIO,CLAVE_USUARIO) values(55,55)", SQLConnect.Conexion)
da.InsertCommand = SQLCommand |