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, "UPDATE test SET txt='ghi' WHERE id=1")


For tables mdb via ado and other if possible.

Sorry, I know nothing about .mdb and ado, but above should work for MySql.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to