network texis API compilation

Zeus
Posts: 31
Joined: Thu Jul 29, 2004 5:12 pm

network texis API compilation

Post by Zeus »

The above program was compiled as client server.

I would want to communicate on local server, no need for network access. I thought, there is no way to run queries intelligently (i.e. using indexes) using direct API.
That is why I did a client/server and used localhost.

thanks!!
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

network texis API compilation

Post by mark »

Direct can do the same things client/server does. Your program doesn't even change. Just compile with NCGDIRECT defined (see the make rule for netex3f). The difference is you no longer need texisd running, but your program must run as the owner of the database. Direct will also run faster.
Post Reply