I am creating an Access 2000 database with a Web Front end that will have around 150 questions with 148 questions having just one number input (which will either be a 1 or a 2 or a 3 or a 4 or a 5). All 148 questions will be short sentences such as:
Question...
I am creating a Survey with 35 short questions and answers using a web interface and was wondering if Access 2000 can handle around 1000 users entering into the database within one week time?
I would think a couple hundred users a day would populate the database. Would this be considered too...
I am creating a survey in Oracle 9i database with around 35 questions and around 1000 People will input within a week time.
Please advise if nocache or cache is okay for when I create my sequence?
Here is how I would do if it is nocache?
create sequence my_seq
start with 0 increment by 1...
I need to create a form that has an initial question on a page called PageOne.cfm such as:
Do you live in San Diego?
If the Person says no it takes them to pageTwo.cfm
If the person answers yes it automatically adds another form entry on pageOne.cfm that asks if the Person is over 35. If the...
Thanks,
If it can handle single Inheritance (similiar to Java)
then I can assume JavaScript is an Object Oriented Language and not just an Object based language?
I read this about what JavaScript is: faq216-6094
I also assume when you say JavaScriopt is object based it uses object oriented syntax for reference to objects but is not a fully object oriented language because you cant use Inheritance in JavaScript?
Please advise.
I have go to location link on my web page and was wondering how I can eliminate the tag variable
showing up on the end of the url after hitting the go to location link?
If I hit the link: Go to Here Location it takes me to the correct location on my page but also changes my url from...
Thanks,
My attempt with loading into an array doesnt seem to work because it doesnt validate the form and continues to action page if I dont change any values. Please advise what I need to change because I have tried many versions and it still not working.
e=myform.elements;
j = 0...
I have an Update form where I check if any values were changed after someone submits the form.
If no values changed then message pops up and says:
You did not update any information for this Form.
The form will only go to the action page if a value is changed.
It works great but cant get it to...
Thanks,
I never seem to have this problem using Server side language Front Ends working with Access 2000 databases.
Why do Web pages with forms never have this problem?
Is that because Server sides (such as JSP, Cold Fusion, ASP) have database connection methods that are working in the...
I manually copy one Access 2000 database from one server to another.
After copying Access 2000 database from one server to another I sometimes get this message:
Cannot copy myDatabaseName: There has been a sharing violation.
The source or destination file may be in use.
The destination...
I found that the UNC path is what I had:
\\\\myservername\aa\bb\directoryA\
And I assume I could have used that all along to get this to work because this is what I found on google:
"Rather than describe the location of a file or directory by drive letter, the Network Group will typically...
Thanks the script now works in the scheduler when I am logged off.
I did this in my dos prompt to set my net use mapping:
net use \\myservername\aa\bb\directoryA
This allowed me to call it like this in my Perl script:
\\\\myservername\aa\bb\directoryA\
I have logged out and rebooted my...
Thanks,
Lots of great feedback.
Is this the correct way?
net use \\myservername\aa\bb\directoryA\ /persistent=yes
Then it asks for username and password..Please advise how I enter this?
Please advise what you mean by persistant flag to my Windows 2000 Server?
Here is how it looks in my Perl Script:
F:\\aa\\bb\\directoryA\\
Here is how I tried it from commmand prompt to test:
\\aa\bb\directoryA\
also tried:
\\\aa\bb\directoryA\
It says "Network path not found
Thanks for quick response.
I am not an administrator and I think I dont have admin account permissions. Do you think the mappings will stay if I had admin permissions???
The script runs on my local workstation task scheduler where it reads a mapped directory on the server at 12:00 Noon everyday. The script has worked everytime I am logged in but on days I am not logged in the task scheduler runs the script and I get an error message in my script saying it could...
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.