--- exportSQL3.txt 2002/03/19 21:00:27 1.2 +++ exportSQL3.txt 2002/03/26 12:21:24 1.3 @@ -1,7 +1,7 @@ Option Compare Database Option Explicit -' exportSQL version 3.0 +' exportSQL version 3.2-dev ' www.rot13.org/~dpavlin/projects.html#sql ' ' based on exportSQL version 2.0 from www.cynergi.net/prod/exportsql/ @@ -467,7 +467,7 @@ Else Print #1, "," - Print #1, Space$(INDENT_SIZE) & IIf(cindex.Primary, "PRIMARY ", "") & "KEY (" & sqlcode & ")" & QUERY_SEPARATOR; + Print #1, Space$(INDENT_SIZE) & IIf(cindex.Primary, "PRIMARY ", "") & "KEY (" & sqlcode & ")"; End If Next cindex End If