If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > JDBC & Net Search Extender Index Creation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-12-06, 11:06
DRinkevich DRinkevich is offline
Registered User
 
Join Date: Jan 2006
Posts: 2
JDBC & Net Search Extender Index Creation

I am trying to create a Net Search Extender index on a table:
CREATE INDEX TXTINDX for text on TESTTBL (TEXTCOL) connect to SAMPLE";

This works fine if I run through the db2 command window, and use db2text .

What I really need to do though is create a number of indicies using JDBC. The regular (non-text extender) Create Index statements work fine. This one does not; I see syntax errors on the 'for' word.

Is it possible to create Net Search Extender indicies using a JDBC connection?

Thanks
Debbie
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On