Re: strange INSERT problem using strings with leading dashes, GET PARAMETER window coming up

2007-07-17 Thread Robert Klemme
2007/7/16, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi folks, does anybody have a good explanation why an insertion of a string into a varchar field fails if one tries to insert a string with a line break (i.e. CRLF) followed by one or more dashes ? (a 'Get Parameter for ...' popup window is

CLI - Table name of colname after SQLDescribeCol

2007-07-17 Thread Horstmann, Dirk
Hi. I have a problem. I need after... select * from table1, table 2 ...SQLDescribeCol(hstmt, i, colname, sizeof(colname), colnamelen, coltype, colSize,colScale, NULL); ... the table name from the colname. SQLColAttribute(hstmt,i,SQL_DESC_TABLE_NAME ,tabname,sizeof(tabname),l,NULL); doesn't

more AUTOLOG

2007-07-17 Thread Joerg.Wenzel
Hello, how can i have AUTOLOG every hour, without AUTOLOG OFF and backup? Sorry but will not resize the LOG area. The LOG area will be a standard on our systems. :-( Kind regard Joerg -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe:

Migration SapDB 7.3 to MaxDB 7.6 doubts and problems

2007-07-17 Thread Clovis Wichoski
Hi, I migrated from SapDB 7.3 version to MaxDB 7.6.2.10 using the follow process: commands on dbmcli for version SapDB 7.3: db_offline db_cold util_execute migrate util_connect backup_start completeF db_offline after copy the compleF media to MaxDB 7.6.2.10 directory and run the follow

RE: CLI - Table name of colname after SQLDescribeCol

2007-07-17 Thread Koetter, Thomas Theodor
Hello Dirk -Original Message- From: Horstmann, Dirk [mailto:[EMAIL PROTECTED] Sent: Dienstag, 17. Juli 2007 12:54 To: maxdb@lists.mysql.com Subject: CLI - Table name of colname after SQLDescribeCol Hi. I have a problem. I need after... select * from table1, table 2