/[sql]/exportSQL3.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 /exportSQL3.txt

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

revision 1.2 by dpavlin, Tue Mar 19 21:00:27 2002 UTC revision 1.3 by dpavlin, Tue Mar 26 12:21:24 2002 UTC
# Line 1  Line 1 
1  Option Compare Database  Option Compare Database
2  Option Explicit  Option Explicit
3    
4  ' exportSQL version 3.0  ' exportSQL version 3.2-dev
5  ' www.rot13.org/~dpavlin/projects.html#sql  ' www.rot13.org/~dpavlin/projects.html#sql
6  '  '
7  ' based on exportSQL version 2.0 from www.cynergi.net/prod/exportsql/  ' based on exportSQL version 2.0 from www.cynergi.net/prod/exportsql/
# Line 467  On Error GoTo exportSQL_error Line 467  On Error GoTo exportSQL_error
467    
468                      Else                      Else
469                          Print #1, ","                          Print #1, ","
470                          Print #1, Space$(INDENT_SIZE) & IIf(cindex.Primary, "PRIMARY ", "") & "KEY (" & sqlcode & ")" & QUERY_SEPARATOR;                          Print #1, Space$(INDENT_SIZE) & IIf(cindex.Primary, "PRIMARY ", "") & "KEY (" & sqlcode & ")";
471                      End If                      End If
472                  Next cindex                  Next cindex
473              End If              End If

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

  ViewVC Help
Powered by ViewVC 1.1.26