ADO connection String
-
I am successfully conecting to *.mdb database on my local machine using following connection string:
HRESULT hr = m_pConnection->Open(
_bstr_t(L"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\source\\VCDb.mdb;"),
_bstr_t(L""),
_bstr_t(L""),
NULL);Now i want to connect to SQL-Server running on the machine in my neighbourhood. The ip of target machine is 192.168.10.10. Plz tell me the connection string.
-
I am successfully conecting to *.mdb database on my local machine using following connection string:
HRESULT hr = m_pConnection->Open(
_bstr_t(L"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\source\\VCDb.mdb;"),
_bstr_t(L""),
_bstr_t(L""),
NULL);Now i want to connect to SQL-Server running on the machine in my neighbourhood. The ip of target machine is 192.168.10.10. Plz tell me the connection string.
http://www.codeproject.com/useritems/ConnectionStrings.asp[^] Michael :-) Time flies like an arrow. Fruit flies like a banana