thanx for ur reply,
I have near about 7 SELECT statments in which i am using the result of the previous one in next SELECT statement.
i am trying to convert this statements into stored proc to achieve some performance benefits.
by doing this way is it possible to improve a performance in MS Access?
if not is there any other way to improve it?
Vinod
Main Topics
Browse All Topics





by: DatriasPosted on 2003-08-18 at 09:13:29ID: 9174529
In Access you can write Queries which are objects that contain some SQL. These Query objects can be called by your application to carry out an action against your database or simply run a SELECT statement.
You can use the Access built in help to read up on Queries.
What are you trying to achieve ?