Re: How to record quotation marks
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 06/10/04
- Next message: Hifni: "Workgroup Information File of Access"
- Previous message: Brian Bushay TeamB: "Re: eOleException running in debug mode"
- In reply to: EnergyWeb: "How to record quotation marks"
- Next in thread: Viatcheslav V. Vassiliev: "Re: How to record quotation marks"
- Reply: Viatcheslav V. Vassiliev: "Re: How to record quotation marks"
- Reply: EnergyWeb: "Re: How to record quotation marks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 09 Jun 2004 22:29:44 -0500
>I am not getting to record text with quotation marks in a field type memo,
>somebody has some clue.
>
Try
query1.sql.add('insert into memorando (chamada, texto) values
(QuotedStr(cCampo1),quotedSrt(cCampo2))');
or use parameters in your query
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Hifni: "Workgroup Information File of Access"
- Previous message: Brian Bushay TeamB: "Re: eOleException running in debug mode"
- In reply to: EnergyWeb: "How to record quotation marks"
- Next in thread: Viatcheslav V. Vassiliev: "Re: How to record quotation marks"
- Reply: Viatcheslav V. Vassiliev: "Re: How to record quotation marks"
- Reply: EnergyWeb: "Re: How to record quotation marks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|