Search found 2 matches

Go to advanced search

by haydn.chapman
Mon Sep 28, 2009 1:03 pm
Forum: Tips and Techniques
Topic: Creating row on ODBC Database
Replies: 2
Views: 4559

Re: Creating row on ODBC Database

Thanks BeeJay, That works a treat, H
by haydn.chapman
Mon Sep 28, 2009 12:09 pm
Forum: Tips and Techniques
Topic: Creating row on ODBC Database
Replies: 2
Views: 4559

Creating row on ODBC Database

Hi guys, I have started playing with an external Database and can't work out how to create a new row.

I can modify a row using this code without a problem.
code : Tbl_PBSH_BLEcho_CodeTables;
dict : Tbl_PBSH_BLEcho_CodeTablesDict;
begin
create dict;
code := dict.getAtKey ('codeCode');
code ...

Go to advanced search