VistaDB.Diagnostic.VistaDBSQLException was caught
HResult=1011
Message=
Error 1011 (Provider v. 5.0.4.1289): Connection property must be assigned Error #1011
Line #: 19; Column #: 5
Source=VistaDB.5.NET40
ErrorCode=1011
ErrorId=1011
LevelMessage=Error 1011 (Provider v. 5.0.4.1289): Connection property must be assigned Error #1011
Line #: 19; Column #: 5
ColumnNo=5
LineNo=19
StackTrace:
at VistaDB.Engine.SQL.BatchStatement.CheckBatchExceptions()
at VistaDB.Engine.SQL.BatchStatement.NextResult(VistaDBPipe pipe)
at VistaDB.Provider.VistaDBDataReader.ExecQuery(Int64& affectedRows)
at VistaDB.Provider.VistaDBCommand.ExecQuery(Int64& affectedRows)
at VistaDB.Provider.VistaDBCommand.ExecuteNonQuery()
at Motorola.Ardvarc.Data.Bases.Operations.BaseDBOperations
Please let me know how to resolve this issue
1 Comment
Kendall Miller
said
over 8 years ago
I think we'd need to see what you're doing in BaseDBOperations. That said, my recommendation would be to review this section of our documentation for guidance on standard usage patterns for VistaDB rom ADO.NET:
Murali K