Re: [api-dev] base api : Tables.createDataDescriptor do not show appendByDescriptor method

2009-12-08 Thread Fernand Vanrie
Laurent , From wath i know, i supose you have to define your Columndescriptor also something like: with descCol . name = testcolumn1 .type = datatype.INTEGER .IsNullable=ColumnValues.NO_NULLS .IsAutoincrement = true thanks to Roberto Benitez and his exelent book i found this working sub: Sub

Re: [api-dev] base api : Tables.createDataDescriptor do not show appendByDescriptor method

2009-12-08 Thread Laurent Godard
Hi Fernand As i told, plain example worked The problem is that even if i can define a good TableDescriptor, the tables.columns do not show any .appendByDescriptor method, even if the connection is not read only as i can do update and insert requests As i do some odd manipulations with

[api-dev] base api : Tables.createDataDescriptor do not show appendByDescriptor method

2009-12-07 Thread Laurent Godard
Hi all I'm facing a problem for 3 days i cannot solve using database and OOoBasic My goal is to dynamically create a table It used to work in some light tests based on Andrew's document (thanks to him) but now, going in my whole stuff, i encounter the following problem I create my