hi,

> So I'm wondering whether your Edit might not work better if you were to
> try:
> 
>     hResult = hConnection.Edit("test", "id=&1", 1)
>     hResult["name"] = "Adam"
>     hResult.Update
>     hResult.Commit
> 
> 

this gives the same error, i changed the tables creation to

hConnection.Exec("create table test(id integer, name varchar(10), 
primary key(id));")

but nothing happens...?
in terminal everything went well, even with
create table test(id integer primary key, name varchar(10));

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to