Connection String Untuk Access 2007
Standard security
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;
With database password
This is the connection string to use when you have an Access 2007 database protected with a password using the “Set Database Password” function in Access.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccess2007file.accdb;Jet OLEDB:Database Password=MyDbPassword;
DataDirectory functionality
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\myAccess2007file.accdb;Persist Security Info=False;
source: connectionstrings dot com
Categories: Access
access, connection, string
buat irfan…………
okey LaH……….
Mas .,.,klo koneksi dri visual basic ke database access 2007 untuk cetak laporan crystal report gmana kode’a???