P
Parag
Hi,
I have just used the upsizer wizard to change my .mdb
to .adb with msde. I tried using the stored procedures to
test it. My query is as follow:
INSERT INTO dbo.Available_Meals
SELECT Meal_desc, Cost
FROM dbo.Available_Meals
WHERE (Meal_desc = @Meal_desc) AND (Cost = @Cost)
i get promted by access to enter the meal description and
cost. I then get a message stating it executed
successfully, but when i actually check the table to see
if it inserted the values, it is not there!!!
Is there any reason that the values are not inserted??
I have just used the upsizer wizard to change my .mdb
to .adb with msde. I tried using the stored procedures to
test it. My query is as follow:
INSERT INTO dbo.Available_Meals
SELECT Meal_desc, Cost
FROM dbo.Available_Meals
WHERE (Meal_desc = @Meal_desc) AND (Cost = @Cost)
i get promted by access to enter the meal description and
cost. I then get a message stating it executed
successfully, but when i actually check the table to see
if it inserted the values, it is not there!!!
Is there any reason that the values are not inserted??