-Original Message-
From: Viktor Szakáts [mailto:harbour...@syenar.hu]
Sent: Wednesday, March 03, 2010 3:53 PM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] RDDSQL Question.
Hi Marek,
> Sorry, I know nothing about .mdb and ado, but above should work for
>
Hi Marek,
> Sorry, I know nothing about .mdb and ado, but above should work for
> MySql.
> ---
>
> And too for Oracle. Many, many examples :)
> I preparing to co-operate with the OCI. For now, I can not, because he
> has a GPF with the current version. I do not have it now time to pre
-Original Message-
From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt]
Sent: Wednesday, March 03, 2010 1:38 PM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] RDDSQL Question.
Hi,
Itamar Lins wrote:
> Can you create examples of creating,
RDDINFO( RDDI_EXEC
Hi,
Itamar Lins wrote:
Can you create examples of creating,
RDDINFO( RDDI_EXECUTE, "CREATE TABLE test (id int, txt char(20))")
adding,
RDDINFO( RDDI_EXECUTE, "INSERT INTO test (id,txt) VALUES(1,'abc'), (2,
'def'))")
modifying fields of the tables via rddsql.
RDDINFO( RDDI_EXECUTE, "