Hi,
I try to configure a TableAdapter GetData( ) method.
I have the following code
SELECT [ΑΡ_ΠΑΡΟΧΗΣ], [ΗΜΕΡ_ΑΙΤΗΣΗΣ],
[ΗΜΕΡ_ΕΚΤΕΛ_ΜΕΛΕΤΗΣ], [ΗΜΕΡ_ΕΚΤΕΛΕΣΗΣ], [ΗΜΕΡ_ΣΥΝΔΕΣΗΣ], [Α_Α]
FROM
[ΠΑΡΟΧΕΣ_ΔΕΣ] WHERE ([ΑΡ_ΠΑΡΟΧΗΣ] = @ΑΡ_ΠΑΡΟΧΗΣ)
I take the following error message;
Error in Where clause near '@'
Unable to parse query text
Any help?