Targol and my other good helpers, I understand what you are saying.
I have used upper in sql and have used ucase in asp but the problem I am having is that ucase is not working the way I am using it.
I am not using in my where clause.
A user enters values of either yes or no but the problem is...
When I remove the UCASE(), my code works.
select UCASE(engineName)
FROM Engine
I keep getting this:
SQL Server]'UCASE' is not a recognized function name.
In sql server, you can select UPPER(tablename.fieldname)
from your tablename.
But how do I make it work within asp?
I keep getting error:
Item cannot be found in the collection corresponding to the requested name or ordinal.
thx
sorry I am too stressed out to find the thread I sent earlier today.
Here is what I am trying to do:
1, per my boss, we want to give our users to ability to do a search based on either firstname, lastname, posnumber, jobtitle, jobgrade, hiredate, and training and posNumber in one table must...
Ok, I got the Top Bar aligned to center for you.
Hope someone else can help you with the other problem.
here it is:
just copy and paste!!
<td width="582" valign="middle" height="50" colspan="2" bgcolor="floralwhite">
<div...
You guys are so good.
I love this forum.
I just came back to say I found the problem which was exactly what you pasted onpnt.
I was inserting an nvarhar into an integer column.
It is all fixed now.
...connectionToDatabase.Open "DSN=sTract;UID=sokeh;PWD=sonn1e"
recordSet.Open "SELECT * FROM Driver",connectionToDatabase,1,3
Dim ss_nbr, fname, validate
validate=true
for each qryItem in Request.Form
if Request.Form(qryItem) = "" Then
validate = false...
thanks for your response but i don't see any quarter date format.
that is where the real problem is.
i need to able to display data like:
1Q 2Q 3Q 4Q
mar apr may; jun jul aug sep oct nov dec jan feb.
This way, i could get data for any month and it...
I am trying to write a query that will return data on a quarterly basis.
example, select data from table
where data is between 1st quarter and 2nd quarter.
data could be queried for any month in any quarter.
our company's quarter starts in march.
first quarter is mar - may, second quarter is...
I have two separate codes that I need to put in on module in access forms using vb.
can anyone tell me how to do this, please?
example,
if x then do you
else
do x
end if
if yes then 10* 20
else
0
end if.
I need to put these two if statements in one module.
thanks for your help.
To all you great coders, please help!!
I am having a date problem.
I have three fields:
Lov_date, deadline_date, and comleted.
completed is boolean = Yes/No.
What I am trying to accomplish here is that if lov_date is less than deadline_date then
completed should be yes
else
completed is No.
The...
Hi Everyone!
This error is strange to me, strange in the sense that I have used it several times without error until now - same syntax!
Here it is followed by the error message:
run_product(REPORTS,'Emp',Asynchronous,Runtime,Filesystem,null,null);
error: too many declarations of RUN_PRODUCT...
Hi Everyone!
This error is strange to me, strange in the sense that I have used it several times without error until now - same syntax!
Here it is followed by the error message:
run_product(REPORTS,'Emp',Asynchronous,Runtime,Filesystem,null,null);
error: too many declarations of RUN_PRODUCT...
i am having prolems changing users password as root
it tell me it can't write to the /etc/passwd file and a Permission denied message.
i need help fast on this . my users are on my neck.
I created a login screen to over-write the oracle default login screen.
This works fine.
This is where I am having problem:
The way the application works now is that once the user logs in, he/she will manually enter his internal emp_id which is numeric and then that emp_id populates his/her...
Why is this not working?
DECLARE
MouseItem VARCHAR2(80) :=
:system.mouse_item;
BEGIN
-- if the mouse is held over a button
-- item, show the help text for that
-- item in the toolbar text item
IF get_item_property(MouseItem,
ITEM_TYPE) = 'TEXT ITEM'...
It is on when-validate-item trigger (block level).
thanks,
I moved it to post-insert trigger.
I think it is ok now.
Does the code look ok to you?
thanks,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.