Working with MS-Access 2000 and Source Code Control APIs

A

Abhay

Hi All,

We have implemented MS-SCC API 1.3. I am testing this with all Microsoft
IDEs VC6, VB6, VS03, VS05, MS-Accesss etc.

While working with MS-Access, I am able to add an access database
(containing different type of objects - tables, queries, forms, macros,
modules etc) to the SCM. But when I try to create database from by using our
source repository for other user, only tables get added to the database, not
other objects like forms, modules. The other user has to execute "Get Latest
Version" command by selecting "All" from "Object Type", to populate other
objects.

While creating database, SccPopulateList() function get called from our
MSSCCI API implemenation. In this function we are calling (*pfnPopulate)(…)
function for all object files with parameter TRUE. But still next subsequent
call of SccGet() function does not show all object files.

There is something missing in my SccPopulateList() function implementation.
But can't figure out what it is.

And same scenario works very well with VSS 6.0.

Can anyone provide me some pointers?

Thanks in advance.

Regards,
Abhay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top