Problem with query LIKE and Access
Fri, 08 Aug 2008 11:22:55 +0200
Hi all I have a problem with an ASP page and an Access query
The following query works fine into Access 2007
SELECT tbl_gallery.id, tbl_gallery.nome, tbl_gallery.luogo,
tbl_gallery.provincia, tbl_gallery.data, tbl_gallery.descrizione,
tbl_gallery.esposizione, tbl_gallery.diorama, tbl_gallery.privato,
tbl ...
|
Combo box on ASP page
Fri, 8 Aug 2008 00:15:12 -0700 (PDT)
I am not sure if this should be posted in a Java forum, bit it does
concern asp.
I have the following script on my asp (classic) page.
<html>
<head>
<title>Example combo box</title>
< script language="javascript">
function dept_onchange(frmSelect) {
frmSelect.submit();
}
//-->
</script>
</h ...
|
Setting value of input from SQL database to edit
Thu, 7 Aug 2008 12:25:01 -0700
Hi, I am trying to create a way to edit data in a database.
Response.Write ("<input name=""issue"" value=" & recSet.Fields("Name") & """
></td></tr>")
If the name contains a space (i.e. first and last name)
It only displays the first name (because of the space)
I have tried several things to get this t ...
|
How do you know what this group is about?
Thu, 7 Aug 2008 11:38:08 -0700 (PDT)
Is inetserver a term whose meaning you know and it is of interest?
How did you learn about the existance of this group?
Thanks!
...
|
General forms
Thu, 7 Aug 2008 15:32:30 -0300
I have to do some basic asp pages with the same basic features like insert,
delete, select and update. What changes is just the tables and columns on
DataBase....
What do you suggest me to optimize it? Do you know something?
or should I keep writing one by one?
Many thanks!
...
|
Variable in call to #include
Thu, 7 Aug 2008 10:46:22 -0700
I want to know if this statement would be legal (and produce the desired
result, i.e., pass a variable to the include file):
#include file="/scripts/include.asp?id=<%=ID%>" -->
Thanks!
...
|
How to free (file) resources after closing the browser
Thu, 7 Aug 2008 15:18:17 +0200
How can I free all file resource without waiting for the garbage collector
to cleanup?
Visual Studio 2008
Visual Studio Development Server
Vista 64-bit
...
|
|
|
Pages, applications, etc. (was: Re: transparent redirection)
Thu, 7 Aug 2008 08:05:17 -0700
Anthony Jones wrote:
> "Neil Gould" <neil@myplaceofwork.com> wrote in message
>> [...]
>> In the example that I've been using, "members.asp" is active until
>> the user logs out, but dozens of ASP scripts can execute during that
>> session, even if only a few HTML pages are rendered. It's confusing
>> and not ...
|
Operation is not allowed when the object is closed
Thu, 07 Aug 2008 04:14:35 -0700
I keep getting this error whenever I try to run the following code (the
connection string is global and declared at the top of the page) :
<%
Option Explicit
Dim strConnection
%>
#include file="include_connection.asp"-->
dim andList
dim rsSearch
dim rsSQL
set rsSearch = CreateObject("A ...
|
ASP/Java
Thu, 7 Aug 2008 02:05:18 -0700 (PDT)
I am not sure if this should be posted in a Java newsgroup or not, I
am sure I will be told where it should be! I have a small
asp(classic) app that runs the following java script to display a drop
down list containing usernames from a access 2k database.
<html>
<head>
<title>Example combo box</title>
<s ...
|