1
vote
1answer
65 views
Exporting / Archiving changed files only in Git
This probably very simple, but I can't seem to find clear instructions (and I'm new to Linux/Git); Is there a simple way to export / archive only the changed files from a given commit or series of …
0
votes
2answers
30 views
How to create dmp file of Oracle database?
I have database reside in my Oracle 10g, I need to carry it to another PC. What should i do to import and export it to another pc?
1
vote
5answers
3k views
Eclipse Java; export jar, include referenced libraries, without fatjar.
Hi. I need to export jar from my Eclipse Java project and I want to include the referenced libraries. I can't use fatjar for this, which is what everyone seems to recommend. There must be another way …
1
vote
0answers
61 views
Exporting Charts of Access to Image Format? Charts Trns Bad after Using acOLEClose.
Hi Friends,
I have Created a Chart in Access forms and Exported it in Image Format.. Its Easily Done, but the Problem comes when after it.. I closes the Form.. It Shows a Pop-up Msg
"The operation …
2
votes
3answers
1k views
Export Oracle user tables to MS Access automaticaly
Which can be the easy way to export some user tables (DDL and data) from an Oracle database to a Microsoft Access database Automatically, it means without user interaction.
UPDATE: Linked tables on …
0
votes
1answer
43 views
Will adding data members(At end) in Exportable struct cause problems ?
Exportable function has the struct as a one of the parameter.
This dll is used by many Exes
One of the Exe needs to send some additional data , so we have added one member at the end of the struct …
