Re: What is Msysconfig?

Lists: pgadmin-support
From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'jason(at)newhonest(dot)com(dot)hk'" <jason(at)newhonest(dot)com(dot)hk>, "'pgadmin-support(at)postgresql(dot)org'" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: What is Msysconfig?
Date: 2002-01-24 08:14:46
Message-ID: FED2B709E3270E4B903EB0175A49BCB10B5298@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Hi Jason,

MSysConf is a configuration table used by the Microsoft Jet database engine.
It allows you to configure a few parameters server-side for all Jet based
software. Users of MS Access often complain that they see error messages
about MSysConf being missing in the ODBC driver commlog - using the wizard
to create one will make those errors go away (it doesn't do any harm if they
are there though).

Hth, regards, Dave.


From: "Samuele Brignoli" <samuele(dot)brignoli(at)darpha(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: timestamp parse error
Date: 2002-01-25 10:50:05
Message-ID: CNEDLAJNHCDEGDBGOHHCCEAHCKAA.samuele.brignoli@darpha.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

I'm trying to execute this :

insert into ahepatch(cpccchk,ptcodrel,ptdatins,ptdescri,ptnumpat,ptreleas)
values ('kfdujcqkgp','1.02-A0001',2001-12-04 00:00:00.0,'Aggiornamento
EURO-KIT',1,'1.2');

I obtain an error :"Parse error near or at "00".

What is the problem ? The form 00:00:00.0 is contemplated ... or not ?!

--kako