When passing two parameters???
What is the equivalent to this simple select statement in DB2? SELECT * FROM Table1 WHERE field1 = @param1 AND field2 = @param2 I don't think two '?' will do it...
View ArticleMS Access Syntax error
ok I'm trying to get an expression syntax to work in MS Access but it keep getting the message "You may have entered an operator, such as the + operator, in an expression without a corresponding...
View ArticleConnection Closed but still doing business?
Hello, Not sure if this is the right place, so I will post in both: SQL Server and Excel I have an sp in SQL Server that catches 2 parameters, does a lookup, and returns the result. I have a procedure...
View ArticleConnection Closed but still doing business?
Hello, Not sure if this is the right place, so I will post in both: SQL Server and Excel I have an sp in SQL Server that catches 2 parameters, does a lookup, and returns the result. I have a procedure...
View ArticleSpecial Caracter - Error Oledb driver
Hello. I'm having a problem to save one information in text field using oledb method. The information is a UTF-8 format ! ( It's the problem ) I don't know why, but Oledb system isn't accepting to...
View ArticleJOINING TABLES USING executeQBE
I am trying to join two tables using executeqbe to use the output in a report. The common key for both tables in this case is the "WORK ORDER NUMBER". Can anyone tell me the correct format for joing...
View ArticleFor Each ctrl In Me
I have a Query which starts a report. In my Report I used to have a hidden Text Box which woudl (hopefully) be unhidden if the Query produced No records. I actually never got to test it properly!! But...
View Articlecan we me this smart query?
There is a table where in we record student name, lecture subject and presenting date since last year. We need a query to show all the students who have made a lecture. We want the query to remove a...
View ArticleDynamically call DBMS_XMLINDEX to drop parameter and exit with exception
Hi, I am trying to create a procedure to dynamically call DBMS_XMLINDEX.dropparameter. If the parameter does not exist then gracefully exit with exception as 'Parameter does not exist'. But I keep on...
View ArticleHelp
Hello Guys,For my homework I must write a shell script to do this serie, I know that I must use the "bc" for that, but for the script's itself i have no idea,(beginner) Can you plz just help me for...
View ArticleMySQL query takes long time to return
I have a query. On my local Windows 7 machine it takes 1.31 seconds to return the result. In the production database it takes 6 minutes and 15 seconds until it returns. The MySQL version on my local PC...
View ArticleAppend queries
Hi, Sorry Im quite new to this. I am trying to create for our company a form where you insert an initial quote to send to a customer and when they agree to it we raise a Sales Invoice. have a tick box...
View ArticleQuery question
Hi. What is wrong with this query: PHP Code: SELECT Main.[IssueID], Main.[ProjectID], Main.[MainSystem], Main.[SubSystem], Main.[Component], Main.[IssueHeader], Main.[ReportedBy], Main.[ReportedDate],...
View ArticleNew version of MySQL Migration Toolkit is available
Intelligent Converters released new version of MySQL Migration Toolkit enhanced with DB2-to-MySQL and MySQL-to-DB2 converters, and better support for long SELECT-queries. Visit the official site for...
View Articledisabling security warning in microsoft access 2007
Access users. I need your help in how to code to disable security warning or override security warning with my own setting. thanks in advance.
View ArticleAlternative for IN+Subselect in this case
Good morning everyone, iam having some problems with the following statement. The Subselect is moderately quick, but the whole statment takes about 70-75 seconds, which is unacceptable. Here are some...
View ArticleSelect Statement Query
Hi All, I am newbie in scripting SQL. Can any one assist. 1. How to loop the returned values from a select statement. 2. I need to compare the values returned from this select row by row. 3.I can see...
View ArticleFound: clob, expected: long
Hello, I get a mapping issue with Hibernate on an Oracle CLOB column type. I posted on the Hibernate forum at https://forum.hibernate.org/viewtopic.php?f=1&t=1024742 If any one has a hint on what I...
View ArticleI am a new learner for help
I am a new learner.I don't understand DB2 stored procedures and functions Plz share some useful materials Thanks & Regards vakareddy
View Articlerefresh the data in a table in a view
good morning, I have DB2 V8 32-bit AIX 5.3. If I create a view based on a table, the information contained in the base table is refreshed when the view? Thank you very much and best regards.
View Article