I'm new here so hello everybody.
I'm migrating from JET and used the data migration wizard.
I was happy to see that the database is much smaller than the JET source (compacted often).
Most tables migrated ok, but some I had to manually change SamllDateTime to DateTime to see the data.
When running the application I get the errors below.
I appreciate any help with it.
Its also not clear to me how to identify the columns by the number.
What does it mean 'ColumnNo=790' ? I don't have 790 columns in my app.
Thanks in advance.
Isoy
Error 1:
VistaDB.Diagnostic.VistaDBSQLException was caught
ColumnNo=1
ErrorId=509
LevelMessage="Error 509 (Provider v. 3.5.3.83): Invalid statement: SELECT Line #: 1; Column #: 1"
LineNo=1
Message=" Error 500 (Provider v. 3.5.3.83): Expected symbol: "(" Line #: 1; Column #: 59 Error 509 (Provider v. 3.5.3.83): Invalid statement: SELECT Line #: 1; Column #: 1 "
Source="VistaDB.NET20"
StackTrace: ...
Error 2:
VistaDB.Diagnostic.VistaDBSQLException was caught
ColumnNo=790
ErrorId=616
LevelMessage="Error 616 (Provider v. 3.5.3.83): Parameter not declared: @Param2 Line #: 1; Column #: 790"
LineNo=1
Message=" Error 616 (Provider v. 3.5.3.83): Parameter not declared: @Param2 Line #: 1; Column #: 790 "
Source="VistaDB.NET20"
StackTrace: ...
Error 3:
VistaDB.Diagnostic.VistaDBSQLException was caught
ColumnNo=40
ErrorId=567
LevelMessage="Error 567 (Provider v. 3.5.3.83): Column doesn't exist: ? Line #: 9; Column #: 40"
LineNo=9
Message=" Error 567 (Provider v. 3.5.3.83): Column doesn't exist: ? Line #: 9; Column #: 40 "
Source="VistaDB.NET20"
StackTrace: