Error From Query

leetpg
05-25-2006, 01:46 AM
Hello all,

I am getting a error and i get no help from it.

I have a combo box which connects to my DB. I made a query which reads something like:

SELECT Products.ProductID, Products.ProductName, Products.SupplierID, Products.CategoryID, Products.QuantityPerUnit, Products.UnitPrice,
Products.UnitsInStock, Products.UnitsOnOrder, Products.ReorderLevel, Products.Discontinued, Categories.CategoryName
FROM (Products INNER JOIN
Categories ON Products.CategoryID = Categories.CategoryID)
WHERE (Categories.CategoryName = 'CPU')


I made this in the Query Builder and when i execute it works beautifully. When i hit OK the OK on the Search Critera Builder thing i get a msg box which says: The schema returned by the new query differes from the base query. No help nothing. Any ideas to get around this?

thanx people

MKoslof
05-25-2006, 08:31 AM
What database? Are you working with the native engine interface (with Access Query Builder or SQL Enterprise Manager) or are you sending this from a .Net application?

leetpg
05-25-2006, 05:00 PM
What database? Are you working with the native engine interface (with Access Query Builder or SQL Enterprise Manager) or are you sending this from a .Net application?


Hello,

My database is built in MS Access and i am using the built in query builder in VB.NET 2005 to write the qurey. It is using the MS Access engine. n e thing else u need just ask me :)

thanx

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum