vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi to all, Is it possible to use replication with tables which contain structured type ? I know that it’s impossible to use import/export fonctions with strutured type but I don’t know about replication. Thanks for yours answers Dov |
| |||
| Dov Moryusef wrote: > Hi to all, > > Is it possible to use replication with tables which contain structured > type ? > I know that it?s impossible to use import/export fonctions with > strutured type but I don?t know about replication. There is no native support as Serge mentioned, but there is a work-around described here: http://www-106.ibm.com/developerwork...lze/index.html The article talks about spatial data. Given that those data types are simply structured types, you should be able to make the necessary adaptations without any problems. -- Knut Stolze Information Integration IBM Germany / University of Jena |
| ||||
| Thanks a lot for the link Knut. That will be very useful ! Dov Knut Stolze a écrit : > > There is no native support as Serge mentioned, but there is a work-around > described here: > > http://www-106.ibm.com/developerwork...lze/index.html > > The article talks about spatial data. Given that those data types are > simply structured types, you should be able to make the necessary > adaptations without any problems. > |