/[sql]/exportSQL2+pg.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /exportSQL2+pg.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Jul 31 06:17:50 2000 UTC revision 1.3 by dpavlin, Mon Jun 4 12:34:40 2001 UTC
# Line 1  Line 1 
1  Option Compare Database  Option Compare Database
2  Option Explicit  Option Explicit
3    
4    ' Please note this PostgreSQL patch to exportSQL version 2.0 is now
5    ' obsolete! New version is located at
6    ' http://www.rot13.org/~dpavlin/projects/sql/exportSQL3.txt
7    
8  ' exportSQL version 2.0  ' exportSQL version 2.0
9  ' www.cynergi.net/prod/exportsql/  ' www.cynergi.net/prod/exportsql/
10  '  '
# Line 34  Option Explicit Line 38  Option Explicit
38  '   * in the default database objects window, click on "Modules", and then on "New"  '   * in the default database objects window, click on "Modules", and then on "New"
39  '   * The code window that opens has some pre-written text (code). Delete it.  '   * The code window that opens has some pre-written text (code). Delete it.
40  '   * Copy-and-paste this entire file to the code module window  '   * Copy-and-paste this entire file to the code module window
41    '   * If you are using Microsoft Access 2000 you will have to make
42    '     one additional step: go into Tools/References and check following
43    '     component: Microsoft DAO Object 3.6 Library and uncheck Microsoft
44    '     ActiveX Data Objects Library
45  '   * You may hit the compile button (looks like 3 sheets of paper with an arrow on  '   * You may hit the compile button (looks like 3 sheets of paper with an arrow on
46  '     top of them, pressing down on them), or select Debug, Compile Loaded Modules  '     top of them, pressing down on them), or select Debug, Compile Loaded Modules
47  '     from the top menu, just to make sure there are no errors, and that this code  '     from the top menu, just to make sure there are no errors, and that this code

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26