To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95792





------- Additional comments from [EMAIL PROTECTED] Fri Nov 14 11:54:04 +0000 
2008 -------
I have dumped the sql database. Unfortunately my brother has removed the odb
file, which used this database :-(


Hope the dump is enough. I tried more than once to create a OOo-base document,
so the removed one is nothing special on this reported bug.

I can not find an upload field here, so I paste the sql-dump here:

I had done the inserts with the windows OOo version, which is working

==============================================================================
-- MySQL dump 10.11
--
-- Host: localhost    Database: kanzlei
-- ------------------------------------------------------
-- Server version       5.0.51a-3ubuntu5.3

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `kanzlei`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `kanzlei` /*!40100 DEFAULT CHARACTER
SET utf8 */;

USE `kanzlei`;

--
-- Table structure for table `Tabelle1`
--

DROP TABLE IF EXISTS `Tabelle1`;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
CREATE TABLE `Tabelle1` (
  `ID` int(11) NOT NULL auto_increment,
  `Name` varchar(50) default NULL,
  `Vorname` varchar(50) default NULL,
  `Str` varchar(50) default NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;

--
-- Dumping data for table `Tabelle1`
--

LOCK TABLES `Tabelle1` WRITE;
/*!40000 ALTER TABLE `Tabelle1` DISABLE KEYS */;
INSERT INTO `Tabelle1` VALUES (3,'Mustermann','Hans','Muster
Str'),(4,'Schmidt','Hugo','Lala Weg');
/*!40000 ALTER TABLE `Tabelle1` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET [EMAIL PROTECTED] */;

/*!40101 SET [EMAIL PROTECTED] */;
/*!40014 SET [EMAIL PROTECTED] */;
/*!40014 SET [EMAIL PROTECTED] */;
/*!40101 SET [EMAIL PROTECTED] */;
/*!40101 SET [EMAIL PROTECTED] */;
/*!40101 SET [EMAIL PROTECTED] */;
/*!40111 SET [EMAIL PROTECTED] */;

-- Dump completed on 2008-11-14 11:44:18


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to