-
sql server ce query question
hi,
i have two tables
products that have the name and code and stock_products that have the
current stock
and i want in a single query see the especific value of the table stock_products
for example
from table one: code of product and from table two the stock of the
product
in secund table i have many records that belong for the same product
but i want only the last record
now the great question
how can i do that?
thanks a lot for your help 
i using sql server ce
-
How are the two linked?
From your description, I see no common fields which would indicate how a record in one table is directly related to a record in the other table.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
hi,
the colums of the stock_products are:
stock
codartigo
date
and the colums of the products are:
id
codartigo
date
the colums in common if: codartigo
thanks a lot for your help
Similar Threads
-
By Daniel Reber in forum VB Classic
Replies: 0
Last Post: 09-16-2002, 02:50 PM
-
By Mark in forum Database
Replies: 5
Last Post: 07-15-2002, 10:24 AM
-
By Nate in forum Database
Replies: 29
Last Post: 05-09-2001, 10:04 AM
-
By Helmut in forum Database
Replies: 2
Last Post: 10-14-2000, 02:09 AM
-
By Becky in forum Database
Replies: 1
Last Post: 07-11-2000, 03:27 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks