| Thread | Last Post | Replies |
|
| Can I convert a MS Access macro to VB and run it from an ASP page? | 29 Apr 2006 22:06 GMT | 1 |
Been away from ASP for way too long and just getting back in for a project. Using IIS and Access 2003 on the server. I can set the server to automatically download a text file report from a remote unix server,
|
| not adding to database | 29 Apr 2006 14:49 GMT | 1 |
i was creating an asp page that is supposed to add some registration data to a database. however, it is not adding to the database nor is it giving any errors. this is really wierd. although, it is reading from the database. i have attached the code for three files below
|
| Local web server for classic asp | 29 Apr 2006 14:44 GMT | 2 |
I have a computer running Windows XP home edition and i would like to have a local web server for testing my pages. What would u advice to me ? thx Roland
|
| Validate logins with ASP, MS Access and Cookies error | 29 Apr 2006 14:40 GMT | 37 |
Hi, while trying to validate username and password on login form I am presented with the following error message Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters.
|
| i wanna help in deling sql server 2000 | 28 Apr 2006 21:02 GMT | 9 |
Hello every one , I 'm doing this sql statment,it is an insert statment. i want to insert values into two tables at the same time . for one of thes tables have a forigen key of the other, it can't be null. so ti wan't to
|
| ASP to Check if a file exists on an FTP server | 27 Apr 2006 03:33 GMT | 2 |
Ok I have a script that is designed to access a FTP site to GET, PUT and DELETE files. It is initiated by a page where the user enters in a few variables that get stored in a database for future reporting. All that aside what I am looking for is a simple way through ASP (vbscript)
|
| Type mismatch: 'rst' and cant get value out from database | 25 Apr 2006 12:50 GMT | 4 |
<% strODBC = "Driver={MySQL};" & _ "Server=localhost;" & _ "Database=sistemkewangan;" & _
|
| I cant set validation for existing Username when submit a registration form | 25 Apr 2006 08:59 GMT | 4 |
<% strODBC = "DSN=mysql_dsn; UID=root; PWD=;" dim nama, syarikat, alamat1, alamat2 dim zip, negeri, negera, telefonP
|
| ASP error | 25 Apr 2006 08:22 GMT | 1 |
I got this VB script compilation error as shown below.I checked up a web-site which Microsoft VBScript compilation (0x800A0400) Expected end of statement
|
| syntax error in FROM clause | 24 Apr 2006 19:47 GMT | 6 |
I am assuming many people have had this problem before, but here is my code and then the error. Thank you for any help. --- Code
|
| What is the capacity of an ASP-Access app? | 24 Apr 2006 17:54 GMT | 3 |
I have an ASP web application with an Access database back-end (configured as a system DSN, using ODBC and ADO, fairly typical I think.) Lately it has been slowing to a crawl, taking 30-60 seconds to process requests that usually take a second or two. The only other symptom I ...
|
| ASP with Access database | 24 Apr 2006 16:21 GMT | 2 |
I have an asp form which would update the table created in the Access form.This is the code which I have written but unfortunately the update is not made to the access table after the submit button is pressed.
|
| Html Tool Tip in IE | 24 Apr 2006 13:39 GMT | 2 |
I am using IE7 Beta 2 for html tooltips for combo box and found working thru this code: <option title="Capital Assets" value="09200000" selected>CA </option> When other users using IE6 SP1 view this page, it doesn't work. Can you help
|
| help:can't add data into DB using asp .net | 23 Apr 2006 17:55 GMT | 3 |
Sub add_Click(sender As Object, e As EventArgs) head.text=SerialNumber1.text 'msgBox SerialNumber dim dbconn,sql,dbcomm,dbread
|
| display tables from mySQL database | 21 Apr 2006 21:28 GMT | 3 |
hi all, i need to display all my tables from the mySQL database in a table on an ASP/Javascript page, each as a link, so that when clicked, it wil open the selected table for editing. unable to do it as dreamweaver MX is not accepting 'show tables' as a valid query. how can
|