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 113 of 129 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10  

RE: How do I write my connection string to avoid ODBC connection
    prompting

If you are using SQLDriverConnect the last SQLSMALLINT parameter can get the value SQL_DRIVER_NOPROMPT. refer to ODBC Programmer 's reference for more information. St?phane Br?dy -----Messa

RE: Bug in JDBC Driver: Wrong result for IS_NULLABLE in MetaData
   when a DEFAU

Hello Gabriel yes the JDBC driver is sometimes not correct here. That is because of once upon a time the DOMAIN.COLUMNS system view contained only a column MODE which was either KEY OPT MA

Subject: dbproc out parameter + PHP

Hello I hope it is not offtopic. I use maxdb through ODBC with PHP. I would like to know how can I use an out type parameter of a dbproc in PHP. Is it possible at all? I have not found a sol

Subject: Load system tables failed

Hi after I managed the problem of starting a new database instance on a SuSE 9.1 system (Kernel 2.6.4) I get an error during loading the system tables. According to the shown error code (2816)

Bug in JDBC Driver: Wrong result for IS_NULLABLE in MetaData when
a DEFAULT va

Hello We 've found a bug in the JDBC-Driver it was found both in the new jdbc-driver version sapdbc-7_5_01_00.jar as well as in the former version 7.4.4 Build 001-000-156-985 (file sapdb-jdbc

SQL Studio: Newbie Question.... Multiple Statements in Sql Window...

Ok I read the manual and also tried searching the archives... Simple question How do I write multiple statements in The Sql Window of SQL Studio... In other environments I used a (semi-co

Subject: readline module for ireport

bonjour ireport.py is searching for a readline module. But no readline module where it is searching for. Is that why no history file can be created ? And arrow navigation keys does not wor

maxdb vs. oracle

Hi does anybody know where can I found a compartments between oracle and maxdb (speed stability clustering ...) Many thanx gert

How do I write my connection string to avoid ODBC connection prompting

This is my connection string .... ConnectString 'DSN contact ' uid 'mylogid ' pwd 'mypass ' What do I need to add to it to avoid getting the ODBC prompt (the same dialog one uses to define the DS

Can Windows XP running MAXDB be used as a production server?

Can Windows XP running MAXDB be used as a production server? I am going to write a contact management application. If Windows XP can be used as a production server is there any advantages or d

USE_COROUTINES conflicts with LOG_MIRRORED ?

I 've been unable to set up a database on 7.5.0.8 or 7.5.0.11 with both USE_COROUTINES and LOG_MIRRORED enabled. Should USE_COROUTINES be correct for Linux 2.4.22? The log devices are on raw devic

loadercli 7.5.0.11 fails: File not encoded as encodingUTF8

I 'm attempting to restore a database from a dump which I have previously restored successfully on 7.5.0.8 and which was dumped from a 7.3 system. However on 7.5.0.11 loadercli fails with the fol

Autoincrement field syntax in MAXDB

I have the 2 questions pertaining to autoincrement fields. 1) MySql has an autoincrement field type but MAXDB seems not to? Is this true? I kinda thought that MySql and MaxDB had the same code-anc

Subject: Help w/ SQL stored procedure

I 'm not having much luck looking through the MaxDB docs on putting together a simple SQL stored procedure. I was hoping someone might be able to help me with this simple TRIGGER that I 'm trying to

Subject: database instance crashes

Hello I have a problem with MaxDB 7.5.00.08. Every few hours the instance goes down. As I have a few sites running on that instance I have not been able to get the exact query/conditions under

AW: When will simple replication be available with MaxDB 7.5 ?

Hello Jim what do you understand under the term simple replication? Best Regards Tilo Heinrich SAP Labs Berlin >-----Urspr?ngliche Nachricht----- >Von Jim Sanders [mailto jim@(protected)

Multiple share lock one select - Again (help...)

I 'm still looking for info about share lock policy. I found http //lists.mysql.com/maxdb/20666 in which it 's said "Yes MaxDB keeps some row locks on SELECTs (these 'row_share ' locks you may s

loadercli question

Hi I am having problems with a simple load command. I checked the manuals and I haven 't been able to find the probably very basic and simple problem. Table t1 was created using the following

update...where current of with Python

bonjour Is there a way to specify "WHERE CURRENT OF " for an update statement using sapdb.dbapi module cursor.execute ( "SELECT ... FROM TABLENAME WHERE ... FOR UPDATE OF COLUMNNAME ") an

Subject: AW: Prepared sentences

Hello Jonathan I had a similar problem and here is an example like it works for me CREATE DBPROC SP_SETROWSOURCE (IN myvar1 SMALLINT IN myvar2 SMALLINT IN myvar3 VARCHAR(3) IN myvar4 SMALL

Help files accessed via DBMGUI can no longer search

The Windows help file format of the Maxdb reference manuals are useful in that they are easier to search than some of the other versions. However after doing a few searches I can no longer enter

Subject: ODBC? First Row Listed Twice

Anyone experienced the behaviour where the first row in a resultset is brought back as two rows? We are using MaxDB and linking it through MS SQL Server using the ODBC driver. We are running

R: I cannot reach libSQLDBC.so

> > you have to run 'ldconfig ' after copying the libraries to */lib > > henrik > > Thank you very much alexio -- MaxDB Discussion Mailing List For list archives http //lists.m

Subject: I cannot reach libSQLDBC.so

Hi I 'me developing a C++ library .so that will be installed on a Linux box. The step I 've followed are 1) Wrote a C++ code 2) Copied the libSQLDBC.o and libSQLDBC.a in /lib and /usr/lib 3)

When will simple replication be available with MaxDB 7.5 ?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi I have MaxDB running but notice HotStandby only works if you have 2 expensive cluster/mem softwares from 3rd parties installed. When will s

SQLDBC example

All After perusing the archives for a while I was unable to find where anyone had posted a working example for SQLDBC usage. I also had trouble finding anything useful in the docs. As follows

kernel error

Hi all On Redhat 8 maxdb 7.5.08 i have the following problem. 1. Installation - no errors 2. Create db-instance - no errors instance exists. 3. Start db instance - 24994 Runtime Error Kern

Again ignore trigger after update

Hi all we made an update for our database from SAPDB7.4 to MAXDB and have problems with triggers and procedures in which we use an update trigger with ignore trigger. Thomas Anhaus wrote 26.04.0

Multiple share lock one select

Hello I 've some deadlock problem due to select statement. A read-only session causes a deadlock with a simple select. I guess it 's because my select has sub-select and the share lock put when

total row count

Hi We are looking forward for a easy solution to get the total row count of all tables within a database are there any system tables providing this information we do not want to sum all 's
Page 113 of 129 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10