Feb 23rd, 2000, 04:58 PM
Hi,
I'm building a VB6 front-end to a Access97 db. In Access I have defined some querys/views and a couple of parameterized querys. The last ones is what I'm interrested in using inside VB. HOW?
I started out with defining dataenvironment, connection obj. and command obj. This was fine for extracting info, but I was unable to UPDATE the recordsets I got back to the Access db. ANY SUGGESTIONS?
The reason I tried to use command obj. is that this is the only way I KNOW of using stored procs. inside my Access db.
To get the UPDATE right after extracting recordsets, I started using recordset obj. But how do I use mye stored procs in Access using recordset obj.?!?! Is it possible, or must I write the SQL-sentence??
Please help! :)
Thomas
I'm building a VB6 front-end to a Access97 db. In Access I have defined some querys/views and a couple of parameterized querys. The last ones is what I'm interrested in using inside VB. HOW?
I started out with defining dataenvironment, connection obj. and command obj. This was fine for extracting info, but I was unable to UPDATE the recordsets I got back to the Access db. ANY SUGGESTIONS?
The reason I tried to use command obj. is that this is the only way I KNOW of using stored procs. inside my Access db.
To get the UPDATE right after extracting recordsets, I started using recordset obj. But how do I use mye stored procs in Access using recordset obj.?!?! Is it possible, or must I write the SQL-sentence??
Please help! :)
Thomas