1,828 Topics
| |
ASP & VB with MS Access. This recordset should spit out the results of a search from several select boxes on previous page. I keep getting: [QUOTE]Error Type: Microsoft VBScript compilation (0x800A03EA) Syntax error /RP_Ref_Guide/RP_search_results.asp, line 25 IF fRPname <> "" THEN results1=results1 &" WHERE tbl_Partners.Partner_company = " & fRPname … | |
I want to use dynamic combobox in ASP using Dreamweaver MX 2004 so that when i select data from one combobox, next combobox should generate data related to data from first combobox and so on. If possible at first the second box should remain disabled. How can this be done?? … | |
i am doing the database connectivity using the flash and access database... The problem is i m not able to do any insert or update query on my database.. the only thing i can do is an select query.. The error is as follows.. [B]Error Type: Microsoft OLE DB Provider … | |
Sir, I have form an html code using asp code like below: [code]response.write("<form id='stest' name='stest' method='post' action='testresult.asp' onsubmit='return check()'>") response.write(" <table width='81%' border='0' align='center' cellpadding='0' cellspacing='1'>") response.write(" <tr>") response.write(" <td width='21%'> </td>") response.write(" <th align='center'>A Simple Test on General Knowledge</th>") response.write(" <td width='22%'> </td>") response.write(" </tr>") response.write(" </table>") response.write("</form>")[/Code] because of i … | |
Can someone tell me from where can I download a Personal Web Server for Windows XP SP2, if not , then an alternative for that ??:confused: I want to do programming in ASP on my personal computer. | |
i want to use the download facility in my asp page so how could i download a file in asp-javascript??? would somebody help me!! thx, best regards, zanzo | |
hai Friends, I am new to ASP i am doing my project work in ASP my company asks me to generate forms during runtime in ASP i dont know how to start it please any one help me. Regards Pravin | |
Hi Friends, I am looking for some Freelancers (only form Mumbai , Thane and New Mumbai) for ASP, ASP.net, php programming.. People interested can contact me thru mail at: <snipped> Regards, Jasvinder Singh | |
hello guys.. im using dreamweaver to develop my website, its my practical project.. specs: Microsoft Acces 2000, macromedia dreamweaver mx 2004, IIS and ODBC(for server and database) i've succesfully connecting dreamweaver and odbc, and also configuring IIS.. right now, i've done the login form, but unfortunately im stuck at inserting … | |
Hi, I have got a login page whose code is as follows ... [CODE]<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="Connections/testing.asp" --> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Request.QueryString MM_valUsername=CStr(Request.Form("EmailAddress")) If MM_valUsername <> "" Then MM_fldUserAuthorization="" MM_redirectLoginSuccess="/pass.asp" … | |
hi all, I have an application in ASP. Its running on Windows XP Professional very fine. But when we try it to run on windows server 2003 service pack 2 it is showing the following error. "This error (HTTP 500 Internal Server Error) means that the website you are visiting … | |
Hi guys! I was wondering if any of you guys would be able to help solve what is probably a simple problem.... I am using dreamweaver / asp/ access to create a dynamic web application. I have created a record set which queries the database and displays the results. The … | |
Hi, I am trying to create a restrict access to page function in ASP on Dreamweaver. I have got an Admin table in the database which contains all required fields such as username, password, and Security Level. When I try to implement restrict access to page, on one page say, … | |
Dear Readers I have spent the past 3 days trying to work through the Microsoft White Paper on how to insert data into my MsAccess database and send an email confirmation to the viewer. At one stage I had the details being inserted into my database, NO EMAIL, now i … | |
Hello to every one !! I m working on asp application . and i embed 3rd party Newsletter in it, when user log in in the system ..the session created and when user click on Newsletter page.it redirected to first page of newsletter applciation. ..but i need to check..if the … | |
I have a user input form where the user can choose to specify a number of input fields used for database input. So what I did is to create a loop within the same form and then created the fields the number of times the user has specified. Example: the … | |
Hellow Dears, I want to submit the form with <a> tag the page is sbumitted but I can't pass parameter along with the <a> tag please suggest how can i do that. plz suggest as earliest | |
I get the following message when trying to run my application: Server Error in '/' Application Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely ... Yet, I can access … | |
Hi Guys, hope you can help. I have a web base application written with HTML and ASP. However I want to have a combo box function and I really need your help. I have 2 combo boxes. The first combo box is populated from a MSAccess database. What I want … | |
i want to know what is the correct combination of cursor type and lock type for inserting/adding data in database... i use ASP to create Website but when i create database inside it the cursor type and locktype is mismatch... i really need help.... | |
i need some advice.. I am doing a login function, which the login page (which contains session) was in aspx. After successfully login, the user will be redirected to a html page (which i want to retrieve session from the login page). After the session expires, the user will be … | |
Hi, I'm trying to find a way to create a CheckListBox for ASP classic. I've been using ASP.Net before and this control is already included. I'm kind of struggling with ASP classic but it's part of work so :'( ... Anyways if there is no definite control for CheckListBox for … | |
hi, i am developing one site, in this i am taking information from client and storing this data to database And then i want generate automatic mail to client. Please suggest. | |
[B]Hello dear All, I have problem that when i want to display value of a record set it did't display completely the values with spaces can't be displayed in text box. where as if i display that without text box then it displays with spaces. Pls suggest me how can … | |
helllo, I do have a problem with access... this is my code: <% var connection= new ActiveXObject("ADODB.Connection"); connection.Provider="Microsoft.Jet.OLEDB.4.0"; connection.ConnectionString = "Data Source=" +Server.MapPath("/database/Training11.mdb"); connection.Open; var SQL = "INSERT INTO User (FirstName, MiddleName, LastName) VALUES ('lolo', 'keymo', 'rub')"; connection.Execute(SQL); connection.Close(); %> And i do get this error message: Microsoft JET Database … | |
Hi Guys I am a beginner in ASP and Access and need some help. I have a database and an ASP page that I need to connect together. The only problem is that I get an error message saying- [B][U]Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] … | |
I have a small problem with this select box. This one loops out [year-month] in 12 month periods starting from the current month. When a selection has been done, a month value is sended back to this select box so that the selected month then stays selected. That works, as … | |
hi, Please help what`s the process to insert local system pictures to web server database using ASP. | |
Hello there! I don't know if this is the right place to post this question. If not, I apologize. I'm developing a web application that at some point of its processes has to update a table in a remote database. Now, this remote database is located in my client's office … | |
Anyone having experience in MySQL and REGEXP ? I have 1 input field, "what" Now, the value from the "what" field can contain several substrings and I like each of them to be searched. Can this be done by using REGEXP or do I need to split the "what" input … |
The End.