I have created the following Command in the Database Expert for test.
INSERT INTO tblUsers
(UserName)
VALUES
({?Draft})
SELECT UserName FROM tblUsers
{?Draft} is a string parameter and prompts ok
However entering TestName in the parameter field and clicking OK results in the following error:
"Failed to retrieve data from the Database"
"The name TestName is not permitted in this context"
"Valid expresssion are constants........"
Any help would be appreciated