G
Guest
Hi Team :
I have a mdb file (with password, I know the password)
How do i insert the password in the next lines :
CString TTabla1::GetDefaultDBName()
{
//return _T("D:\\Path1\\Net1.mdb");
return _T("\\\\Way\\Path1\\Net1.mdb");
}
Thanks again
German
I have a mdb file (with password, I know the password)
How do i insert the password in the next lines :
CString TTabla1::GetDefaultDBName()
{
//return _T("D:\\Path1\\Net1.mdb");
return _T("\\\\Way\\Path1\\Net1.mdb");
}
Thanks again
German