RE: VB.Net and MaxDB

2004-05-03 Thread Schroeder, Alexander
Hello Zaq, possibly, an ODBC trace will tell what the application is doing when it guesses how to fill the combo box. So, please look at http://sapdb.2scale.net/moin.cgi/ODBCTrace how to create a driver manager trace. Regards Alexander Schröder SAP DB, SAP Labs Berlin > -Original Message

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

2004-05-03 Thread "Hübschen, Peter"
Hello, for linking tables in Access through VBA, I'm doing the following with a login form: 1. I open a database connection: "Set dbsodbc = DBEngine.OpenDatabase("Test", dbDriverNoPrompt, False, GetODBCString)" where GetODBCString = "ODBC;DSN=Test;SERVERNODE=xxx.x.x.x;DATABASE=Test;UID=User

Re: 7.5.0.8 leaves vserver running on shutdown?

2004-05-03 Thread Daniel Dittmar
Thorn Roby wrote: I have a 7.5.0.8 installation on Linux 2.4.22 (using LD_ASSUME_KERNEL=2.2.5) on a 2.4GHz Athlon with 512MB RAM, with a single log file and data volume on striped IDE drives using raw devices over LVM. When I shutdown the database (x_server stop), it leaves a vserver process ru

7.5.0.8 leaves vserver running on shutdown?

2004-05-03 Thread Thorn Roby
I have a 7.5.0.8 installation on Linux 2.4.22 (using LD_ASSUME_KERNEL=2.2.5) on a 2.4GHz Athlon with 512MB RAM, with a single log file and data volume on striped IDE drives using raw devices over LVM. When I shutdown the database (x_server stop), it leaves a vserver process running. Is this cor

RE: database instance crashes

2004-05-03 Thread Zabach, Elke
> -Original Message- > From: Andris Spruds [mailto:[EMAIL PROTECTED] > Sent: Montag, 3. Mai 2004 17:21 > To: Anhaus, Thomas > Cc: [EMAIL PROTECTED] > Subject: Re: database instance crashes > > > Hi Thomas, > I tried to create the vtrace, however, there was another error: > > dbmcli>tra

Re: database instance crashes

2004-05-03 Thread Andris Spruds
Hi Thomas, I tried to create the vtrace, however, there was another error: dbmcli>trace_prot akb ERR -24964, ERR_EXECUTE: error in program execution 1, ""C:\PROGRAM FILES\SAPDB\DEPEND\bin\xkernprot"-d BA akb" *** ERROR -903: HOST FILE OPEN ERROR,wrong file or device name reading: c:\program files

VB.Net and MaxDB

2004-05-03 Thread zaq quallesqy
I'm making a program using VB.Net and MaxDB7.5. Everything is fine, I can select a table, query, insert, udate, delete, and other. But when I'm trying to set a combobox to be automaticly have members from a table, I didn't work. My table structure are : tblJob = @id + job And combobox rela

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

2004-05-03 Thread Stephane . Bredy
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 -Message d'origine- De : H [mailto:[EMAIL PROTECTED] Envoyé : lundi 3 mai 2004 16:25 À : [EMAIL PROTECTED] O

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

2004-05-03 Thread H
re: ConnectString='DSN=contact';uid='mylogid';pwd='mypass' I am sorry but I can't relate your Linux Alias solution to my windows environment.. Surely there is a parameter like "no_prompt" or something similar I can use in my DSN... I get this prompt when using Access and ODBC-linking a table.

RE: Bug in JDBC Driver: Wrong result for IS_NULLABLE in MetaData when a DEFAULT value was specified

2004-05-03 Thread Schroeder, Alexander
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, MAN (and the 'nullable' feature was guessed from that, which is not always correct). But, as I said, so

RE: dbproc out parameter + PHP

2004-05-03 Thread Schroeder, Alexander
Hello Norbert, unfortunately, PHP seems to bind all parameters as input in the ODBC support. Regards Alexander Schröder SAP DB, SAP Labs Berlin > -Original Message- > From: Norbert Felde [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 1:02 PM > To: [EMAIL PROTECTED] > Subject:

dbproc out parameter + PHP

2004-05-03 Thread Norbert Felde
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 solution anywhere. Thank you, Norbert -- MaxDB Discussion Mailing List For list archives: http://lists.mysq

RE: loadercli 7.5.0.11 fails: File not encoded as encodingUTF8

2004-05-03 Thread Schildberg, Steffen
Hi Thorn, Thorn Roby [mailto:[EMAIL PROTECTED] wrote: > > 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 following error: > > Error opening f

Re: Multiple share lock one select

2004-05-03 Thread Philippe Chaléat
Hello, Here are the requested details. Where are using Isolation Level 1. Our programs are based on jdbc queries, using Hibernate O/R mapping, tomcat and dbcp connection pooling. I've got some trace with a whole example with all statements made by both sessions involved in deadlock. If it