Steven Michalske wrote:
I would like to use the :nnn named parameters but have spaces in the
named parameters.

It seems that ":nnn nnn", :"nn nn", or :nn\ nn are all not recognized.

Is there a way to use spaces in named parameters?

I would expect :<identifier> to be the correct format for a named parameter, meaning :foo or :"bar" as the case may be. So, you should be able to write

  :"nn nn"

... and if you can't, then the DBMS should be fixed so that you can do that. The other 2 options you gave should not be supported.

-- Darren Duncan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to