Using Sql Server and CB6.0 ADO...I'm having diffuculty finding the proper mechanism in CB6 to set the Column
prop to Optimize which effectively indexes the column. The following
straightforward code is from VC++...anyone know what the equivalent CB6.0
code would look like...Thanks in advance.
rs->Fields->GetItem(optimizedColumnName)->Properties->GetItem(L"Optimize"->
PutValue(L"True"
prop to Optimize which effectively indexes the column. The following
straightforward code is from VC++...anyone know what the equivalent CB6.0
code would look like...Thanks in advance.
rs->Fields->GetItem(optimizedColumnName)->Properties->GetItem(L"Optimize"->
PutValue(L"True"