*** HAWK wrote:[color=blue]
> I previously posted but didnt have much response. I have written out
> what exactly I am trying to do with my ASP site again but hopefully
> clearer.
>[/color]
<snip>[color=blue]
> Fields in 'tblPasswords' are:
> "Username" "Password"[/color]
"Password" is a reserved keyword that should not be used for database object
names. If you can, rename this field. Otherwise you will be required to
surround it with brackets [] whenever you use it in a query run by ADO. Here
is the list of reserved words which you should avoid when naming your tables
and fields:
http://www.aspfaq.com/show.asp?id=2080
<snip>[color=blue]
> I am making an *.asp file that will connect to the database using a
> DSN-Less connection at home (although this is for testing purposes at
> home - I will need to alter this to a DSN connection once its
> completed)[/color]
Why??? Don't use the obsolete ODBC connection! Use the native Jet OLEDB
provider. (
www.able-consulting.com/ado_conn.htm)
<snip>[color=blue]
> The main priorities of the site are as follows:[/color]
<snip of well-thought-out design specs>
So what do you want from us? Do you want somebody to write this application
for you? Perhaps you should be hiring a consultant.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.