fork download
  1. Imports system.data.oledb
  2. Imports System
  3. public cn as new oledbConnection
  4. Public Class Test
  5. Public Shared Sub Main()
  6. Dim guardar As New OleDbCommand("Insert Into Clases(No,CodigoCliente,Cliente,Fecha,Hora,CodigoServicio,Servicio,Estado) values(@No,@CodigoCliente,@Cliente,@Fecha,@Hora,@CodigoServicio,@Servicio,@Estado)",.cn)
  7. End Sub
  8. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 3.8 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/home/W41Aax/prog.vb (3,10) : error VBNC30203: Identifier expected.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.5892030
stdout
Standard output is empty