Subject | Re: Views getting corrupt |
---|---|
Author | nols_smit |
Post date | 2003-12-29T10:34:59Z |
I recreated the corrupt views and then I took Backup and restored the
database (using IBManager 3.6.5.1). In this process 9 views again
gone corrupt.
Any suggestions,
Regards,
Nols Smit
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
database (using IBManager 3.6.5.1). In this process 9 views again
gone corrupt.
Any suggestions,
Regards,
Nols Smit
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
> Hi,message:
>
>
> > When I open the view (using IBManager) I get the following
> > frmViewView_2.frmData.DataSelectQuery:& MS SQL
> > Arithmetic overflow or division by zero has occured.
> > arithmetic exception, numeric overflow, or string truncation
>
> Does this happen "occasionally", or after a backup/restore?
>
> Do you have a special characterset defined for your database?
> If so, do you connect with that characterset?
>
> > This particular view's definition:
> >
> > CREATE VIEW PROVINCE_DC (
> > PROV_ID,
> > PROV_DB_ID,
> > PROV_DESC,
> > DC_ID,
> > DC_DB_ID,
> > DC_DESC)
> > AS
> > SELECT
> > PROVINCES.ID,
> > PROVINCES.DB_ID,
> > PROVINCES.DESCRIPTION,
> > DISTRICTCOUNCILS.ID AS ID1,
> > DISTRICTCOUNCILS.DB_ID AS DB_ID1,
> > DISTRICTCOUNCILS.DESCRIPTION AS DESCRIPTION1
> > FROM
> > JUNCTION
> > INNER JOIN PROVINCES ON (JUNCTION.FROM_ID = PROVINCES.ID)
> > INNER JOIN DISTRICTCOUNCILS ON (JUNCTION.TO_ID =
> > DISTRICTCOUNCILS.ID)
> > ;
> >
> >
> > I can open the views this one depends on without problems.
>
> With regards,
>
> Martijn Tonies
> Database Workbench - developer tool for InterBase, Firebird, MySQL
> Server.
> Upscene Productions
> http://www.upscene.com