1,828 Topics

Member Avatar for
Member Avatar for vicshoup

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 …

Member Avatar for vicshoup
0
157
Member Avatar for tarunisgod

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?? …

0
52
Member Avatar for RanipaKeyur

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 …

Member Avatar for kevinwebster83
0
75
Member Avatar for Swin

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%'>&nbsp;</td>") response.write(" <th align='center'>A Simple Test on General Knowledge</th>") response.write(" <td width='22%'>&nbsp;</td>") response.write(" </tr>") response.write(" </table>") response.write("</form>")[/Code] because of i …

Member Avatar for madmital
0
95
Member Avatar for amitahlawat20

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.

Member Avatar for madmital
0
127
Member Avatar for zanzo

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

Member Avatar for SheSaidImaPregy
0
63
Member Avatar for pravinkumaar

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

Member Avatar for SheSaidImaPregy
0
66
Member Avatar for jasvinder27

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

Member Avatar for jasvinder27
0
46
Member Avatar for kazulia

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 …

Member Avatar for SheSaidImaPregy
0
182
Member Avatar for vishalsomani

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" …

0
72
Member Avatar for vipinsgangwar

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 …

Member Avatar for DimaYasny
0
66
Member Avatar for GLT

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 …

Member Avatar for GLT
0
240
Member Avatar for vishalsomani

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, …

Member Avatar for vishalsomani
0
184
Member Avatar for 2rsgarry

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 …

0
43
Member Avatar for erum

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 …

0
74
Member Avatar for TobbeK

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 …

Member Avatar for TobbeK
0
88
Member Avatar for themailsian

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

Member Avatar for madmital
0
232
Member Avatar for jac02000

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 …

Member Avatar for madmital
0
74
Member Avatar for ctj

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 …

Member Avatar for madmital
0
80
Member Avatar for mark12

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....

Member Avatar for kevinwebster83
0
59
Member Avatar for lam kie min

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 …

Member Avatar for TobbeK
0
88
Member Avatar for nofullstop

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 …

Member Avatar for nofullstop
0
95
Member Avatar for ranjiths

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.

Member Avatar for SheSaidImaPregy
0
63
Member Avatar for themailsian

[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 …

Member Avatar for SheSaidImaPregy
0
59
Member Avatar for zanzo

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 …

Member Avatar for zanzo
0
142
Member Avatar for Goitse

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] …

Member Avatar for zanzo
0
108
Member Avatar for TobbeK

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 …

0
114
Member Avatar for ranjiths

hi, Please help what`s the process to insert local system pictures to web server database using ASP.

0
43
Member Avatar for EduardoAndres

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 …

Member Avatar for mostafadotnet
0
250
Member Avatar for TobbeK

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 …

Member Avatar for TobbeK
0
404

The End.