On Tue, Jun 3, 2014 at 2:46 AM, LacaK wrote:
> TSQLConnection.GetTableNames(List: TStrings; SchemaName : String; Options :
> TSchemaOptions);
>
> Which IMO fits better in existing frame.
Using this method, to take all tables, from all schemas, the user
would need to run multiples queries, one for
Hi Everyone,
could anyone help me on disabling the MIN,MAX,Close icon of EXE in free
pascal.
Thanks,
sudarshan
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Disabling-the-MIN-MAX-Close-icon-of-EXE-in-free-pascal-tp5719494.html
Sent from the Free Pascal - G
Hi,
Στις 3/6/2014 1:20 μμ, ο/η Reinier Olislagers έγραψε:
On 03/06/2014 12:17, Dimitrios Chr. Ioannidis wrote:
FYI, in a wst soap client talking to a .net web service i find out,
that for SOAP calls, if the CONTENT-TYPE http header ( i'm using
fpc-http-protocol ) doesn't have the 'text/xml'
On 03/06/2014 12:17, Dimitrios Chr. Ioannidis wrote:
> FYI, in a wst soap client talking to a .net web service i find out,
> that for SOAP calls, if the CONTENT-TYPE http header ( i'm using
> fpc-http-protocol ) doesn't have the 'text/xml' plus the 'charset=UTF-8'
> like this 'text/xml; charset=U
Hi,
FYI, in a wst soap client talking to a .net web service i find out,
that for SOAP calls, if the CONTENT-TYPE http header ( i'm using
fpc-http-protocol ) doesn't have the 'text/xml' plus the 'charset=UTF-8'
like this 'text/xml; charset=UTF-8', the server chocks. So, i changed
the const s
Am 03.06.2014 10:26 schrieb "Graeme Geldenhuys" <
mailingli...@geldenhuys.co.uk>:
>
> On 2014-05-31 10:57, Vincent Snijders wrote:
> > I think it is possible to write code without $ifdef (valid for Delphi
> > and FPC) if you use the typeinfo unit to extract the information.
> > http://www.freepasca
On 2014-05-31 10:57, Vincent Snijders wrote:
> I think it is possible to write code without $ifdef (valid for Delphi
> and FPC) if you use the typeinfo unit to extract the information.
> http://www.freepascal.org/docs-html/rtl/typinfo/
Almost, but not quite. Good news is, it is not nearly as bad a