Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MaxDB
Page 116 of 129 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10  

division by zero / Insert Statment

Dear list To prevent a division by zero i examine the divisor for zero. INSERT INTO "TEMP ". "TABLE2 " (COLUMN1) SELECT CASE WHEN SOURCECOL 0 THEN 0 WHEN SOURCECOL < > 0 THEN

AW: standby database log backup recovery fails

Hi Filip I assume that your LogVolume has never been really created. Please change the recovery command for the first data-backup to DB_ACTIVATE RECOVER <data-backup-mediumname > kind regar

Subject: AW: Logging Non sequitur

Hi John if you 'v lost your data and have to recover a databackup this is marked with a specific kind of timestamp (called LogIOSequenceNumber). If this can be found on the still intact LogVolu

verifying a backup

Hi Uwe Just wanted to clarify the method of doing a test restore.(see your earlier mail below.) Does this(i.e. recover_check) do the same thing as check-- >backup in dbmgui? (I assume both

Adding Dev Space after Database Full

I have had this problem before and received a few suggestions but have not solved this problem yet. Our database fills and in addition there are many transactions in the transaction log. This

Recovery to point of failure with 7.4.2.xx

BlankI am in the process of designing a robust backup plan. I am running livecache 7.4.2.25 log mode SINGLE log volume on EMC but not on RAID-1 autolog YES. This is for APO 3.1 on AIX5. Backup t

Can I use latest maxdb version for SAP APO 3.1 for livecache?

BlankWhy do I have to follow the release matrix published by SAP for APO 3.1 which says I cannot use Livecache > 7.4.2.25 (as of today)? I would like to use a more recent livecache e.g. maxdb 7.5.0.

Fun in Orlando

Hello Since MySQL AB Con happening in Orlando this year there 's probably a contingent of you wandering around in what is one of the worst areas in Orlando. Well I 'm from Orlando! So in an

AW: ignore

You are stressing our ignor capabilities > -----Urspr?ngliche Nachricht----- > Von Victor Medina [mailto linux@(protected)] > Gesendet Donnerstag 15. April 2004 14 36 > An maxdb@(protected)

Subject: data type for storing objects

What will be the data type to store objects? In my case I need to store a fax(tiff) image and a voice(pcm) recording. Will it be fixed? And how do I determine the length? Or is it automatic? Th

KB stack type illegal error with nested query in MaxDB 7.5

When I send the query select count(*) from a where b in (select c from d where e 'f ') to a MaxDB 7.5 (Build 008-123-061-548) server on Windows 2000 Server I get the message General

Subject: Import with loadercli fails

I 'm trying to import some csv data with the following command DATALOAD TABLE zip zip 1 zip_type 2 city 3 city_type 4 state 6 latitude 8 longitude 9 INFILE 'zip.csv ' COMPRESSED And I g

Switching from MS Access to MaxDB

Sirs I have been a long time user of MS Access and now im testing Max DB in order to develop more robust apps. There are a few things that I miss (or cannot find) about the MS Access environment t

standby database log backup recovery fails

Hello I 'am trying to setup a standby database but only partially succeed to do so. These are the steps I perform I create an instance for recovery using the DBMGUI. The instance installs su

Configuration for better Performance?

Hi everybody --- for a German version of the mail text please see further below --- Summary We are using SAP DB 7.4.3 are unhappy with its performance and would greatly appreciate any hint

Connection problem SQL-Studio and DBMGUI to SAPDB 7.4.3.32

Dear list i have the problem to connect to a sapdb instance from windows 2000 workstation based tools DBMGUI and SQLStudio (from Rel 7.4.3.30) Environment Server debian Linux 2.4.x on intel

Logging Non sequitur

Hello all I 'm trying to come up with a sort of matrix of the various logging settings and I 've come across a few oddities for example 1) Does it make sense to use Mirrored Log Volumes *w

ignore

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 this is only a test mail to the list please ignore Best Regards - -- ~ |...........................................................| ~ |____

Hot-Standby

Hi all Does somebody already have experience with the MAXDB Failover Database? I tried to setup a Standby Database but till now without success. Perhaps someone documented his or her install

instance types ?

Hi to all we are using SAPDB 7.4... There are some interesting instance types like (content server e-catalog ...) Now I 've testet the current maxdb but there are only 3 instance types (

SunOS/x86 - MaxDB 7.5 - Patches

I have done patches against the maxdb-75 tree as of yesterday. The cvs diffs are here ftp //ftp.aubi.de/pub/sapdb/MaxDB/diff_maxdb75_140404.diff and ftp //ftp.aubi.de/pub/sapdb/MaxDB/diff_to

Immediate or Deferred Constraint Checking

When we define a constraint in MaxDB - How 's the constraint checking is it immediate or deferred ? - Does MaxDB support such a transition constraint ?

Too complicated SQL statement (too many internal commands)

Hi for special reasons i need a very long SQL-Query concatenating about 400 tables with UNION-statements. But i got an error message "General error -1107 POS(494) Too complicated SQL statement

Varchar BYTE concatenation problem

Hello I have a problem with Varchar BYTE concatenation. CREATE TABLE "ADMIN ". "TEST " ( "VC " Varchar (50) BYTE ) // CREATE DBPROC TESTVC AS VAR msg Varchar(100) BYTE

Subject: Convert to Varchar BYTE

Hello I want to convert Integer (byte) value into Varchar BYTE variable. So I created procedure to perform this task. CREATE DBPROC NUM2VARCHARBYTE (IN NUMBER INTEGER OUT CHARBYTE VARCHAR (2

assigned user roles

Hi I 've got some questions about user administration on maxdb. I understand the user concept and role concept but I don 't understand how to administer many users without confusion. Some qu

How do I use 'session number '?

I have a little confusion about ?session number? when a cpc program connects to MaxDB Server. What is its range? Can it be defined as any integer I want? I would assign a connection to each thread

Unix_TimeStamp

Hello What should the statement "Select Unix_timestamp() " return? When I do this in SQL Studio it errors out. But when I do "Select Unix_timestamp(now()) " it returns the current timest

Data Type Casting

I 'm trying to write a SQL statement that needs some data type casting/conversion. I can 't seem to find the documentation to do this. The following expression rec_entry_date > SUBTIME(TIME

Transferring MySQL Database to MAXDB

I am new to MAXDB. I have been using MySQL for awhile now though. I have a database that I have in MySQL that I need to transfer over to the MAXDB. I have the newest MAXDB as of Yesterday. I ha
Page 116 of 129 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10