update index ...

2002-01-10 Thread Chuck Lidderdale
Did the create table several months ago. Did a create index idx_abc on tableA.. Have added lots of data - lots of data . Back when I worked with Informix I would run "update statistics for tableA " which would recreate the index - et-al. Now I'm using Mysql - do I need to do anythin

Network connection

2001-07-18 Thread Chuck Lidderdale
Haven't been able to find this in the docs. $db = mysql_pconnect ("anothermachine:oracleport", "user", "passwd") or die .. I need to connect to an oracle DB - can I? Or do I have to run a ?cgi? style script / program to get there? Tks Chuck L. ---