The following query doesn't work. It seems decode function doesn't like < or > sign inside of it. But I need to compare clients' birth date to another date to get their age then and add them into a age group. Anybody knows how to do this?
select client_id,
decode(birth_date...
I need to import data from Oracle database to Access, and I'm already done with it. The connection variable is:
CON = "IN RPD[ODBC;SERVER=aserver;UID=DDDD;PWD=XXXXX]"
The problem is that I have to import more than one tables, and every time when I have sql statement such as:
'COPY...
I need to import data from Oracle database to Access, and I'm already done with it. The connection variable is:
CON = "IN RPD[ODBC;SERVER=aserver;UID=DDDD;PWD=XXXXX]"
The problem is that I have to import more than one tables, and every time when I have sql statement such as:
'COPY...
To simplify my purpose, I have three forms here:
1. contains input field with accountName
<form method="POST" action="choose.php">
2. choose.php, this only processes the data and redirects to other pages according to different account names, this is one of them...
Anyone knows what script is like to automatically change a URL to hyperlink so that when a user types a URL in the text field, it changes into hyperlink, like this: http://google.com
Thanks,
Lea
How to create a pop-up window with account password field?It should appear after user clicks a link or button.
It's just like a XP password window we always see. But I don't know how to make it.
Thanks guys,
Lilian
I want to have a combo box that populates the Course_no column in Course table. The user has an option to choose one of the Course_no or to get all courses.
In Row Source under Properties, I can only set "SELECT [Course].[Course_No] FROM Course;". The combo box can only get one...
Anybody has any idea why even the code I got from ASP book is not working? Problem is always the same: page gets stuck.
Is it because XP has issue with Norton AntiVirus software?
I can't uninstall Norton from my computer though, any ideas?
Code for creating a file...
I want to upload users' files and save them into uploaded\userfolder, there may be 100 folders for each different individual, will this work? (I use session id as each folder's name. Since the whole page didn't work, I wonder this is right)
Dim pathToFile, idpath
idpath =...
I can't upload file with great uploading code and I can't even get a file from a folder within wwwroot. Here is my code for retrieving file:
<%
dim objfso, objfile
Set objfso = Server.CreateObject("Scripting.FileSystemObject")
Set objfile =...
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.