Talk:SqlDBHowto

From Free Pascal wiki
Revision as of 15:52, 6 April 2013 by JohnSaltwell (talk | contribs)
Jump to navigationJump to search

Following the example here (specifically) (Variable):= TSQLTransaction.Create; doesn't work for me - I get a compile error "Wrong number of parameters". Unfortunately I can't at the moment find any other documentation to check the syntax, which is frustrating.

Edit: it seems we need to add the parameter (Nil) to TSQLTransaction.Create and TSQLQuery.Create.