Creating Access Data Project(ADP) file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I want to create Microsoft Access Data Project(ADP)File through program in VC++. Actually I have some Raw Data Which i get From the another Access File and now i want to create ADP file by using that RAW Data. Actually i get a function in Access Application Class. application.NewAccessProject(filepath, Connect). this funcation create an empty adp file. But the problem is that I want to create an ADP file by passing some raw data which I get from another file and the function written above does't have any paramete which may take RAW data. Is there any other way to create the adp file in which I can pass the raw data as an paramater. or is there any other way to do so. Ansh