Re: regex search/replace syntax
On Friday 04 November 2005 12:03 pm, Gary Stainburn wrote:
[snip]
> $orderSQL is a string containing a number of SQL statements with the
> placeholder &total; and $or_total has a value of '695.76'
>
Sorry, the placeholder is TOTAL not &total. I changed it to see if it
made a difference, which it didn't.
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
.
Relevant Pages
- Re: regex search/replace syntax
... $orderSQL is a string containing a number of SQL statements with ... print $orderSQL' ... I've not manages to fix it, but have re-structured the script so it works differently but does the job. ... (perl.beginners) - Re: regex search/replace syntax
... The script doesn't run because of the parse error ... $orderSQL is a string containing a number of SQL statements with the ... (perl.beginners) - How To Add Users GUID To An Account Verification E-mail
... String userName, String password, MailDefinition mailDefinition, String ... defaultSubject, String defaultBody, OnSendingMailDelegate ... Protected Sub CreateUserWizard1_SendingMail(ByVal sender As Object, ... 'Replace placeholder for the verification URL ... (microsoft.public.dotnet.framework.aspnet.security) - Re: How to write long string sentences
... Do you want to manage long SQL statements or do you want to manage long ... trying to manipulate the SQL statement as a string. ... I still question if you are wanting long string manipulation or simply ... If for some reason you don't want to use Visual Designers for managing your ... (microsoft.public.dotnet.languages.vb) - Re: User Define Array Data Type - Subscript out of range
... The absolute fastest way to do what you want would be to use SQL statements instead of looping code, but that would, of course, depend on what all you need to do. ... strDataType As String ... ' Load Array ... (microsoft.public.access.modulesdaovba) |
|