No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi All, I'm getting the following "Undefined type: ArrayList" for the following line of code "<jsp:useBean id="students" type="ArrayList<beans.UserBean>" scope="session" />" Could someone tell me what I did / didn't do the get this error and what I have to do to resolve it. Many thanks, AK
Hi, where is "elsewhere"? Is there a firewall inbetween your hosted account and the db?
Hi Eric, Why are you using 2 check boxes for one field? 1 will work and it is less complicated. [CODE]<% If synlig = "on" Then rsBok("status") = True else rsBok("status") = False End If %> [/CODE] You are setting both check boxed to "value=on", the field can not be …
You need to close this post and repost this question in the ASP.NET forum
Did you try to alter the users role so they are an admin or owner of that database?
When you say page, do you mean report? Step 1. To make the back end data you have to make a query that groups and counts the records of interest. Step 2. Make a report that uses the query for data. You can sum the records in the report for …
Hi All, I'm trying to get the JSP database connectivity according to (MVC) Model 2 tutorial to work but I'm missing something. I wanted to look at the files available for download to try to locate the answer to my question; danijsptutorial-database.zip and daniwebtutorial.zip. When I try to download the …
Your question is vague, do you want the admin to go to one form and users to go to another after they login? If this is the case then use an if statement after login verification to direct users to their form and admins to the admin form. hth AK
You will need to learn the following: VB Script, Case statements, conditional statements, loops, SQL and database management. The page you referenced builds a where clause for a database query using the combo and check boxes. I suggest you look at ASP.net because Classic ASP does not have the nice …
The End.
arden_k