Re: [GENERAL] Two many databases...

2000-07-07 Thread Timothy Grant
oblem appears to occur when making table/index level changes. I would think that it should be possible to write a wrapper for those kind of updates that would make them across the board to each client. -- Stand Fast, tjg. Timothy Grant [EMAIL PROTECTED] Ch

[GENERAL] PostgreSQL ODBC and Crystal Reports

2000-03-01 Thread Timothy Grant
Yet some more questions. Does anyone know of any issues regarding the PostreSQL ODBC driver and Crystal Reports? I am running report that Groups by a column that may have several words in it. It appears that Crystal's grouping system is dropping everything after the first space. I am trying to d

[GENERAL] More newbie question: Restructuring a table

2000-03-01 Thread Timothy Grant
Hi again, Is there a quick and dirty way that I am missing for creating a new database with a slightly different schema than the old db? For example, I have a table with a DATETIME field that I really need to change to a DATE field. I can create a new table with that field defined as a DATE, bu