Subject | Params in BCB |
---|---|
Author | Eric Handbury <ehandbury@hotmail.com> |
Post date | 2003-02-18T05:17:58Z |
Does anyone know how to set the Params in BCB? Delphi developers can
use:
Query1.Params[0].AsString = "hello";
but when I use:
Query1->Params[0]->AsString = "hello"
I get the message:
[C++ Error] OneXML.cpp(313): E2288 Pointer to structure required
on left side of -> or ->*
(which points at the 0)
Any help?
Thanks. Eric.
use:
Query1.Params[0].AsString = "hello";
but when I use:
Query1->Params[0]->AsString = "hello"
I get the message:
[C++ Error] OneXML.cpp(313): E2288 Pointer to structure required
on left side of -> or ->*
(which points at the 0)
Any help?
Thanks. Eric.