A
Akshay Harsulkar
Please see following.
pTemp is pointer to _Connection. _Connection Class of ADO
CComVariant vd;
hr = pTemp->Execute(bstrSql, &vd, adExecuteNoRecords, NULL);
where bstrSql = 'Select * into invoice from Test;Database
=C:\Temp\100Invoice.txt'
Could you please explainthe query, what it does and how?
As per my understanding, it dumps contecntas of 100Invoice.txt to table
invoice. but how?
pTemp is pointer to _Connection. _Connection Class of ADO
CComVariant vd;
hr = pTemp->Execute(bstrSql, &vd, adExecuteNoRecords, NULL);
where bstrSql = 'Select * into invoice from Test;Database
=C:\Temp\100Invoice.txt'
Could you please explainthe query, what it does and how?
As per my understanding, it dumps contecntas of 100Invoice.txt to table
invoice. but how?