Trouble With SQL Code

W

William McFarland

Trying to add a record to a database. FP will not accept the follow as the
query.

INSERT INTO Disbursements ( GranteeNum )
VALUES ( '::GranteeNum::' )

It will accept the query with percent signs (see below), but the page will
not work. FP re-write the query with :: replacing %% and reports errors in
the query the next time I try and edit in the DRW. Any suggestions would be
appreciated. Thanks.

INSERT INTO Disbursements ( GranteeNum )
VALUES ( '%%GranteeNum%%' )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top