Hi Chris,
I checked Radio 1, 2 and 3.
I received all '0' for CategoryID, SubcatID and Scale.
It seems like not capture any values from NOT only radio buttons but hidden INPUT as well.
Thanks.
Hello friends:
I tried to create a radio button to get its unique value for each question in SubCat table and store these values in a new table.
How do I fix my code to get its unique value for Report table. For example, when I check on the first Radio for South, then I get a value "1" in the...
Good. I think I 'll go with MySQL and php plan..... I think Access is not as good as mysql. The only reason is it is hard to code in asp with mySQL. And, php is too new for me.
jenny.
The plan has all db is $9.95, that is expensive for my website. The plan for $3.95 does not have MS access db.
I like the plan for $3.95 but it does not have asp scripting.
Any suggestion?
Databases (New!)
Each database can include multiple tables 10 MySQL 25 MySQL
MS Access (Windows)
SQL...
*how to choose a good hosting plan for my website*
Hello, I 've been running a small website with about 50000 hits a month. I am using PHP and mySQL. I want to switch to a hosting plan that supports ASP scripting. I tried to use ASP script from free script to run, it takes too slow... maybe...
I GOT IT WORKED on this page. But when I click on the STATE link, it open on the new window that lists this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch
/agents/inc_view.asp, line 31
How do I modify the script this to make it work. Thanks.
rsView.Source = "SELECT *...
I GOT IT WORKED on this page. But when I click on the STATE link, it open on the new window that lists all states.
How do I modify the script above to make it list for a specified state ONLY?
Thanks.
<!--#include file="Connections/connDUpics.asp" -->
<%
set rsView =...
This is strange error:
I saw the file right there on the server, but when I open it, it shows this error:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
I have 2 pages, this is view.asp page, and the page above is view_detailed.asp. When I view this page, it did not list all distinct STATE names, only one state. So, it is wrong. Can you please take a look at my code? what should I change for the page above?
Thanks.
<!--#include...
Hello, I tried this but it show errors. Maybe it is the first part that I did. Can you tak e a look at my whole script to see if I need to make any change?
This is my view.asp file:
<%
state = TRIM( Request( "state" ))
<a href="view.asp?state=<%=RSView( "state" )%>"><%=RSview("state")%></a>
<%...
It worked. Big thanks... I have another question:
I want to create a page (view.asp) that display all STATE names from db, whenever a user click on specified state, it will open that page.
Here is my script, but it showed lots of errors:
(I am a newbie in asp)
<!--#include...
HELLO friends,
I modified this script from dupics and it showed error (I included the error and the script below).
I have a db with all fields, and trying to modify so that everytime a user click on a specified state, it will display that state ONLY.
Microsoft OLE DB Provider for ODBC Drivers...
Hello friends,
I have an Access form that uses TAB to display subforms....
I am trying to create a CF web data pages to display similar to Access.
I do not know how to use TAB in CF.
I am running Dreamweaver mx and CF mx....
Please show me how to do it.
Thanks.
Jenny.
If you look at the end, you 'll see my connection string.
If I use "With Windows NT authentication ...", then it worked fine.
If I use "With SQL Server authentication ...", then it generate that error.
Sub Session_OnStart()
dbConn.ConnectionString = "DSN=JennyDSN;"
End Sub
Sub...
Hello friends,
I created an odbc datasourcse 'JennyDSN' to connect to sql server db and it was sucessful. When I open an asp file, it showed this error:
odbc sql server driver login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
This line: dbConn.open...
I also tried this:
<CFQUERY name="poc" datasource="#Application.dsn#" >
I got a different error:
The requested scope application has not been enabled.
Before application variables can be used, the application state management system must be enabled using the CFAPPLICATION tag.
Please help...
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.