lunes, 11 de noviembre de 2019

Como Conectar Visual Basic 2012 con Mysql 8.0 La Ultima Version

6.7.2.2 Using Connector/ODBC with ODBC.NET and Visual Basic

The following sample creates a table my_vb_net and demonstrates the use in VB.
' @sample    : myvb.vb
' @purpose   : Demo sample for ODBC.NET using Connector/ODBC
'

'
' build command
'
' vbc /target:exe
'     /out:myvb.exe
'     /r:Microsoft.Data.Odbc.dll
'     /r:System.dll
'     /r:System.Data.dll
'

Imports Microsoft.Data.Odbc
Imports System

Module myvb
  Sub Main()
    Try

      'Connector/ODBC 3.51 connection string
      Dim MyConString As String = "DRIVER={MySQL ODBC 3.51 Driver};" & _
      "SERVER=localhost;" & _
      "DATABASE=test;" & _
      "UID=venu;" & _
      "PASSWORD=venu;" & _
      "OPTION=3;"

      'Connection
      Dim MyConnection As New OdbcConnection(MyConString)
      MyConnection.Open()

      Console.WriteLine("Connection State::" & MyConnection.State.ToString)

      'Drop
      Console.WriteLine("Dropping table")
      Dim MyCommand As New OdbcCommand()
      MyCommand.Connection = MyConnection
      MyCommand.CommandText = "DROP TABLE IF EXISTS my_vb_net"
      MyCommand.ExecuteNonQuery()

      'Create
      Console.WriteLine("Creating....")
      MyCommand.CommandText = "CREATE TABLE my_vb_net(id int, name varchar(30))"
      MyCommand.ExecuteNonQuery()

      'Insert
      MyCommand.CommandText = "INSERT INTO my_vb_net VALUES(10,'venu')"
      Console.WriteLine("INSERT, Total rows affected:" & _
      MyCommand.ExecuteNonQuery())

      'Insert
      MyCommand.CommandText = "INSERT INTO my_vb_net VALUES(20,'mysql')"
      Console.WriteLine("INSERT, Total rows affected:" & _
      MyCommand.ExecuteNonQuery())

      'Insert
      MyCommand.CommandText = "INSERT INTO my_vb_net VALUES(20,'mysql')"
      Console.WriteLine("INSERT, Total rows affected:" & _
      MyCommand.ExecuteNonQuery())

      'Insert
      MyCommand.CommandText = "INSERT INTO my_vb_net(id) VALUES(30)"
      Console.WriteLine("INSERT, Total rows affected:" & _
                        MyCommand.ExecuteNonQuery())

      'Update
      MyCommand.CommandText = "UPDATE my_vb_net SET id=999 WHERE id=20"
      Console.WriteLine("Update, Total rows affected:" & _
      MyCommand.ExecuteNonQuery())

      'COUNT(*)
      MyCommand.CommandText = "SELECT COUNT(*) as TRows FROM my_vb_net"
      Console.WriteLine("Total Rows:" & MyCommand.ExecuteScalar())

      'Select
      Console.WriteLine("Select * FROM my_vb_net")
      MyCommand.CommandText = "SELECT * FROM my_vb_net"
      Dim MyDataReader As OdbcDataReader
      MyDataReader = MyCommand.ExecuteReader
      While MyDataReader.Read
        If MyDataReader("name") Is DBNull.Value Then
          Console.WriteLine("id = " & _
          CStr(MyDataReader("id")) & "  name = " & _
          "NULL")
        Else
          Console.WriteLine("id = " & _
          CStr(MyDataReader("id")) & "  name = " & _
          CStr(MyDataReader("name")))
        End If
      End While

      'Catch ODBC Exception
    Catch MyOdbcException As OdbcException
      Dim i As Integer
      Console.WriteLine(MyOdbcException.ToString)

      'Catch program exception
    Catch MyException As Exception
      Console.WriteLine(MyException.ToString)
    End Try

lunes, 18 de febrero de 2019

Poderosa Utilidad Hiren's Boot



DESCARGALO AQUI

Hiren’s BootCD PE x64 (v1.0.1) – ISO Content (changelog)
BCD-MBR Tools
  • BootIce v1.3.3
  • EasyBCD v2.3
Hard Disk Tools – Data Recovery
  • CheckDisk GUI v1.2.0
  • Lazesoft Data Recovery v4.0.0.1
  • Puran Data Recovery v1.2.0
  • Puran File Recovery v1.2.0
  • Recuva v1.53.0.1087
  • Runtime GetDataBack for FAT v4.3.3
  • Runtime GetDataBack for NTFS v4.3.3
  • Runtime GetDataBack Simple v5.0.0
  • Runtime NAS Data Recovery v4.0.0
  • Runtime RAID Reconstructor v4.4.0
  • Runtime RAID Recovery for Windows v4.0.0
Hard Disk Tools – Defrag
  • Defraggler v2.22.33.995
Hard Disk Tools – Diagnostic
  • GSmartControl v1.1.3
  • HDDScan v4.0
  • HDTune v2.55
  • WD Data Lifeguard Diagnostics v1.31
Hard Disk Tools – Disk Explorer
  • Runtime Captain Nemo v7.0.0
  • Runtime DiskExplorer for FAT v4.3.2
  • Runtime DiskExplorer for Linux v4.3.6
  • Runtime DiskExplorer for NTFS v4.3.2
Hard Disk Tools – Imaging
  • Acronis TrueImage 2018 build 11530
  • AOMEI Backupper v4.1.0
  • Lazesoft Disk Image & Clone v4.0.0.1
  • Macrium Reflect PE v7.1.3196
  • Runtime DriveImage XML v2.6.0
Hard Disk Tools – Partition Tools
  • AOMEI Partition Assistant v7.0.1
  • Macrorit Partition Extender v4.9.3
Hard Disk Tools – Security
  • HDD Low Level Format Tool v4.40
Windows Recovery
  • Lazesoft Windows Recovery v4.0.0.1
Other Tools
  • FSViewer v6.5.0
  • Free Office rev 703
  • Sumatra PDF v3.1.2
  • 7-Zip v18.05
  • ExamDiff Pro v10.0.0.6
  • HxD v2.0.0
  • Notepad++ v7.5.6
  • WinMerge v2.14
Removable Drive Tools
  • CDBurnerXP v4.5.8.6795
  • Rufus v3.0.1304
Security – AntiVirus
  • ESET Online Scanner v2.0.22
  • Malwarebytes Anti-Malware v2.2.1.1043
Security – KeyFinders
  • ProduKey v1.92
  • ShowKeyPlus v1.0.6610
Security – Passwords
  • Lazesoft Password Recovery v4.0.0.1
  • NT Password Edit v0.7
System Tools
  • CPU-Z v1.85.0
  • GPU-Z v2.9.0
  • HWInfo v5.84-3450
  • Speccy v1.32.740
  • TechBench ISO Downloader v4.13
  • WinNTSetup v3.9.0
  • Attribute Changer v9.0
  • CCleaner v5.43.6522
  • Change Keyboard Layout v1.0.0
  • Dependency Walker v2.2.6
  • Registry Backup v3.5.3
  • Regshot v2.0.1.70
  • SysInternals Suite
  • Windows PowerShell v1.0
Network
  • Aero Admin v4.5
  • Teamviewer v6.0.10511
  • Acrylic Wi-Fi Home v3.3.0
  • Chrome v67.0.3396.62
  • Mozilla Firefox v60.0.1.6710
  • PENetwork v0.59.0.4

domingo, 17 de febrero de 2019

Libros de Hacker Excelente Material


Como un Aporte mas a este grupo quiero poner a disposición de ustedes estos maravillosos 
libros de hackers

1) hacking for beginner
   ----------------------
   Excelente libro esta en ingles pero muy fácil de entender quede asombrado de la
   cantidad de material nos provee trata de muchas herramientas muy utiles para nosotros
   los técnicos, de verdad que es una mina de información que en algún momento nos hará
   la vida mas facil..

   DESCARGALO DESDE AQUI

2) Universidad Hacker  (UNA VERDADERA JOYA DE INFORMACION DE HACKERS)
   ------------------
   Maravillo libro totalmente en español con material valiosimo, no dejen de descargarlo totalmente       gratis se los recomiendo ampliamente

   DESCARGALO DESDE AQUI

3) Libro Prohibido del Curso de Hacker
   -----------------------------------
   Muy buen libro en portugués brasilero de f◙cil entender, un tesoro muy valioso  el cual estimados       amigos pongo a su total disposicion

   DESCARGALO DESDE AQUI

4) Libro Hacking with Expert - Hacking Facebook
   -----------------------------------
   Muy buen libro en ingles del cual estoy seguro muchos se daran un banquete ya que mas de una
   vez conseguiremos cliente preguntando como averiguar la clave de alguien  un tesoro muy valioso     el cual estimados     amigos pongo a su total disposicion

   DESCARGALO DESDE AQUI

5) Hacking the hacker
   -----------------------------------
   Muy buen libro en ingles del cual estoy seguro muchos se darán un banquete una delicia de libros que no puede faltar en tu biblioteca

   DESCARGALO DESDE AQUI


Descarguenlos desde Aqui de thunderdonwloadlg.blogspot.com   desde ahi tengo mas programas que con gusto comparto con ustedes.. a documentarse queridos amigos recuerden que el conocimiento
es Libre.

Tambien pueden dejar sus correos para enviarles material a diario y de esta manera

mantenerlos bien informados

Como Conectar Visual Basic 2012 con Mysql 8.0 La Ultima Version

6.7.2.2 Using Connector/ODBC with ODBC.NET and Visual Basic The following sample creates a table my_vb_net and demonstrates t...