Report1.Dictionary.Connections(0).ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Application.StartupPath & "\keuangan.mdb;User ID=Admin;Jet OLEDB:Database Password=+"
Report1.Preview = PreviewControl1
Report1.Show()
Rabu, 28 September 2016
Senin, 05 September 2016
OpenWRT Raspberry
Mount Storage
vi /etc/config/fstab
/etc/init.d/fstab start
reboot
mount
opkg update opkg install kmod-usb-storage block-mount block-hotplug kmod-fs-ext4 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 mkdir -p /home mount -t vfat /dev/sda1 /home
vi /etc/config/fstab
config mount
option target '/home'
option device '/dev/sda1'
option fstype 'vfat'
option enabled '1'
option options 'rw,sync'
option enabled_fsck '0'
/etc/init.d/fstab enable/etc/init.d/fstab start
reboot
mount
Langganan:
Postingan (Atom)
-
a < script > /** * sends a request to the specified url from a form. this will change the window location. * @param {string} path th...
-
function popup ( idbrg ){ $.ajax({ type : 'POST', url : '?plain=app/barang-harga.php...
-
Mount Storage opkg update opkg install kmod-usb-storage block-mount block-hotplug kmod-fs-ext4 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso885...