How do you disconnect recordsets that were opened this way in ADO...
C++
_CommandPtr pCommand;
pCommand.CreateInstance(----);
pCommand->ActiveCommand = pConn;
....
_RecordsetPtr pRset;
p...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20536014.html
Zones:
VB DBDate Answered: 09/02/2003 Grade: A Views: 0
I am using VB6-SP2, Access 97, ADO2.0 :
I use the following Connection string:
cnPurData.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=" & App.Pa...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10156068.html
Zones:
VB DBDate Answered: 06/05/1999 Grade: C Views: 0
I have a VB6 app that reads and writes to a MS Access Database. The size of the DB is 60 meg. I have two problems:
1.The program is multi user and I have record locking issues.
2.The size of th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10267077.html
Zones:
Visual BasicDate Answered: 02/03/2000 Grade: A Views: 0
I have to add 450,000 records to a new Access database. The database only contains a single table, no interfaces or anything else.
I am using ADO with VB6. I connect to an empty copy of the db...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20671436.html
Zones:
VB DBDate Answered: 11/13/2003 Grade: B Views: 0