URGENT - GetIndexNames fail afer an USE SQL command
Posted: Tue 02 Dec 2008 10:33
If I execute a query to change databse corrently selected like this:
DS.CommandText := "USE DB2";
DS.Execute;
and then SQLConnection.GetIndexNames this one raise an exception "root." doesn't exists
DS.CommandText := "USE DB2";
DS.Execute;
and then SQLConnection.GetIndexNames this one raise an exception "root." doesn't exists