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 20 of 129 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

ODBC MAXDB 7.06.00.27 error: Data source name not found and no default drive

After few hours of work I found that the current MAXDB ODBC driver requires the database source name should be the database server name (which hosting the database. -----Original Message----- From J

Subject: permission for explain

Hello mailing list I try to create a user who only can use the EXPLAIN command. But I could not find any statement to limit the permissions to that command. The developer does have the right to ac

JDBC 7.6.00.24.5241 error fetching timestamp fields

Hi MaxDB team I posted this bug before. When I fetching a field with tipe timestamp I get the error "java.sql.SQLException interrupted ". For sapdbc-7_6_00_16_4753 I found workaround. In sapdbc-7_

subject: usage of SEQUENCE and NEXTVAL

Hi all I try to create and use sequences. The sequence named APETEST_OID_SEQ is created but seems to increment by 2 and not by 1 I wrote down all SQL-Statements which are passed to sdb.dbapi.execu

bad plan in case of joining a big table with empty temporary table

MaxDB 7.6.00.27 The testcase gis.invest is a table with millions records. The field COUNTER is the PRIMARY KEY create table temp.test ( id integer ) // explain select * from gis.invest temp.test

What does '-4 error ' error in MaxDB Database manager mean

MaxDB 7.6.00.27 Database Manager 7.6.00.21 (115306). When in Database Manager in Intance- >Sessions push 'Refresh ' button sometimes I get a message box 'error -4 ' with some unreadable symbols. Wha

Subject: SSL certificate for MaxDB

Could anybody explain how to install SSL certificate to MaxDB 7.6. The only documentation that i has found is http //dev.mysql.com/doc/maxdb/en/3d/c14e4155f1db2be10000000a1550b0/content.htm. ______

Source packages of MaxDB 7.6.00.27 available now

*You are downloading * |sapdbc-source-7_6_00_24_5241.jar| That file does not exist on our download mirrors. -- MaxDB Discussion Mailing List For list archives http //lists.mysql.com/maxdb To un

question about SUPPRESS_CORE parameter

From the documentaiton SUPPRESS_CORE 'YES ' or 'NO ' 'YES ' core dumps of database kernel are suppressed 'NO ' core dumps of database kernel are not suppressed Why backtrace is suppressed when

Wrong resultset in MaxDB 7.6.0.27 with using UDF

I have the following UDF CREATE FUNCTION GetQuant( p_cab char(10)) returns smallint AS VAR v_quant smallint v_dateres timestamp BEGIN SELECT field into v_quant from table where

Emergency standyb solution for SAPDDB 7.3 wanted

We run SAPDB 7.3 on Linux and want to build some kind of hot standby solution. As this feature is only available in later editions of SAPD/MAXDB I wanted to know if somebody has an idea how somethin

ODBC MAXDB 7.06.00.27 error: Data source name not found and no default driver sp

I am using CrystalReports.Engine in my c# application to execute crytal report ver 8.5 reports. Since two days ago we upgraded the maxdb from 7.6.00.19 to 7.6.00.27 we start getting the following ODBC

Subject: set autolog_on after recovery

Hi I wanted to know how to set autolog_on after recovery of a db instance. We have a script for recover a db-backup which works perfect for SapDB 7.3.xx After upgrade to MaxDB7.5.0.34 the script ru

RETURNS CURSOR

I 'm triing to create the following Stored Procedure CREATE DBPROC "LUCA ". "spAnagrafeCollegamenti " (IN @(protected) INTEGER) RETURNS CURSOR AS VAR IDColl FLOAT(38) DECLARE IDCcursor CURSOR FOR SELECT DISTINC

Source packages of MaxDB 7.6.00.27 available now

Hello the source packages of MaxDB 7.6.00.27 are available now. They can be downloaded at http //dev.mysql.com/downloads/maxdb/7.6.00.html#development. Best regards Andrea Kristen for the MaxDB T

Subject: What does error -9019 mean?

Hi MaxDB team What does it mean? [-9019] System error BD Buffer limit MaxDB 7.6.00.27 This error is unstable. Thanks in advance Alexey Gaidukov. -- MaxDB Discussion Mailing List For list a

WHERE col IN () problem with 7.6.00.16

Hi Version 7.6.00.16 on linux when used stmnt like SELECT * FROM tbl WHERE col IN (NULL 1 8 9 ) does not return any result however if used SELECT * FROM tbl WHERE col IN (1 8 9 NULL

autentication

I would like the DB to disable an user if he/she fails the userid/password for tree times. how can i manage to do it ? Thanks Luca -- MaxDB Discussion Mailing List For list archives http //lists.

AK Duplicate catalog information after Upgrade to 7.6.00.27

Hello List after Upgrade to 7.6.00.27 we suffer the following SYSERROR on multiple queries. 24944 ERR 51080 SYSERROR -9206 AK Duplicate catalog information 0 Query and Tabledefinitons are quite l

MaxDB 7.6.00.27 fetching UTF8 data from LONG column

Hi MAXDB team I have the same problem with UTF8 as with 7.6.00.16. I try to fetch LONG column in UTF-8 from Perl DBD. The first LONG column in the first row is fetched wrong. I have 412 symbols but

7.5.0.34 invalid subtrans structure (update table with long column)

Hi we recently upgraded from 7.3.0.48 to 7.5.0.34 and now we 're having strange troubles. We have one table with a update trigger and one long column. If we want to perform an update-statement on

problem in DBD-MaxDB-7.6.00.27

DBD-MaxDB-7.6.00.27 still contains the bug which I posted before. The simple testcase CREATE DBPROC UTILS.TEST( IN otd varchar(4)) RETURNS CURSOR AS BEGIN TRY DECLARE $CURSOR CURSO

the latest jdbc driver sources

Where can I get the sources of sapdbc-7_6_00_24_5241.jar? In download section only sapdbc-source-7_6_00_16_4753.jar is available. Thanks in advance Alexey Gaidukov. -- MaxDB Discussion Mailing L

The couple of questions on SQLDBC_C

The C code below connects to the database and adds one row to the simple table with CLOB field. The following problems took place 1) If I try to set the trace file name like ?C \Temp\LogFile.txt? li

Question about sarge with maxdb 7.6

Hi I want to install MaxDB 7.6.00.27 on a power edge sc430 system on debian sarge. Because the sc430 have disk not recognised during installation i used a special install and have Linux this ker

SERVERDB must be restarted on LONG BYTE update

I 'm still running into this '-8000 SERVERDB must be restarted ' when updating LONG BYTE through a PreparedStatement. If anybody has any ideas what would cause this message to come up when the serverdb

Subject: Calling DBPROC in FUNCTION

CREATE DBPROC DBADMIN.BILLING(IN ID_KWR INT IN ID_PAGE INT IN ID_ZONE INT IN PART_SITE INT IN HOST CHAR(250) IN IP CHAR(100) IN REFERER CHAR(1024) IN ID_USER INT IN R_USER CHAR(100) IN STATISTIC INT

kernel crashes after upgrade when using x_start

Hi i just upgraded several install of 7.6.0.16 to 7.6.0.27. Then i tried to start the instances via x_start. It failed. The "kernel dies before reaching admin state ". But when i started the instance

New MaxDB software versions 7.6.00.27 available now

Hello The new version of MaxDB 7.6 is available now. It can be downloaded at http //dev.mysql.com/downloads/maxdb/7.6.00.html. For the new features in this version see http //dev.mysql.com/doc/maxd

Subject: Problemas de Acceso a MaxDB.

English Version
Page 20 of 129 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100