Hi all,
Have any of you out there had the same problem as I have. If so please forward me the solution to this!
This is the first time I have encountered and I just cannot figure it out!
This occuring on SQL Server 7.0 (SP3)
I have the following query (which by the way is correct and runs fine, in MS Access and SQL Server itself):
Select * from t1 order by OptionID, ParentID, ChildID, Description
I keep on getting an OLE Error number and a description which tells me that OptionID, ParentID, ChildID are invalid column name. The 3 columns are of type int.
As mentioned above, it has always worked in all my clients site, but I recently installed at home, it I have it this problem. Yet, order by works for other queries, and all the rest of my queries work correctly except for that one.
I have tried adding indexes, removing them, changing the type, and many other things, but I give up???!!?!?
Any help would be greatly appriciated.
Regards,
Thierry
Have any of you out there had the same problem as I have. If so please forward me the solution to this!
This is the first time I have encountered and I just cannot figure it out!
This occuring on SQL Server 7.0 (SP3)
I have the following query (which by the way is correct and runs fine, in MS Access and SQL Server itself):
Select * from t1 order by OptionID, ParentID, ChildID, Description
I keep on getting an OLE Error number and a description which tells me that OptionID, ParentID, ChildID are invalid column name. The 3 columns are of type int.
As mentioned above, it has always worked in all my clients site, but I recently installed at home, it I have it this problem. Yet, order by works for other queries, and all the rest of my queries work correctly except for that one.
I have tried adding indexes, removing them, changing the type, and many other things, but I give up???!!?!?
Any help would be greatly appriciated.
Regards,
Thierry