This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.
Monday, March 13, 2017
Menampilkan Gambar Dari Database MySQL Menggunakan Visual Basic
Saturday, March 11, 2017
Menyimpan Gambar di Database MySQL Menggunakan Visual Basic
Friday, March 10, 2017
Membuat Fungsi Restore MySQL Menggunakan Visual Basic
Thursday, March 9, 2017
Membuat Fungsi Backup MySQL Menggunakan Visual Basic
Wednesday, March 8, 2017
Koneksi VB ke MySQL dengan VB MySQL Direct
Monday, March 6, 2017
Koneksi Visual Basic 6.0 dengan Database Firebird Menggunakan Modul
Thursday, January 7, 2016
Koneksi VB 6.0 dengan MySQL
Dalam pembuatan software aplikasi, salah satu hal yang mendasar adalah mengoneksikan aplikasi tersebut terhadap database. Berikut cara mengoneksikan aplikasi yang dibuat dengan menggunakan Microsoft Visual Basic 6.0 dengan database MySQL. Kali ini MySQL yang saya gunakan adalah MySQL bawaan XAMPP versi 1.8.2.
Cara Koneksi Database MySQL dengan PHP
Secara umum definisi Basis Data atau Database adalah kumpulan data yang saling berhubungan. Sebagaimana yang kita ketahui, PHP tanpa database tidak ubahnya seperti HTML biasa, tidak bisa menyimpan data permanen tapi hanya bisa menyimpan data hanya pada variabel saja.Dengan adanya database MySQL ini, data yang kita input dan simpan akan tersimpan dalam sebuah database.
Connection VB6.0 to MS SQL SERVER 2000
First, make sure that your computer have been installed vb6.0 and ms SQL SERVER. Make a new project in vb6.0, Select Menu (Project => Reference) and check the Microsoft ActiveX Data Objects library (Sample : Microsoft ActiveX Data Objects 2.5 library) then click OK button.