| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
Working with MS-Access 2000 and Source Code Control APIs
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 |
| Sponsored Links |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Appending an Excel file to an Access table | adrian.stock22 | General | 7 | 12-12-2008 02:47 PM |
| Access 2000 db Conversion to SQL | connexion | General | 3 | 11-13-2006 08:03 AM |
| Selecting a value from an unbound combo box in Access 2000 | ideefixe | Forms | 2 | 10-04-2006 03:07 AM |
| Report created in 2003 not working in 2000 | Gazzer | Reports | 2 | 06-15-2006 04:54 AM |