PC Review


Reply
Thread Tools Rate Thread

ASP password protected database trouble

 
 
=?Utf-8?B?RWRI?=
Guest
Posts: n/a
 
      28th Apr 2005
I have built a website with login using ASP pages as per:

http://support.microsoft.com/default...b;en-us;825498

It works well when I use the simple table in the database as per
instructions but when I try to use my own table inside that database with
about 900 records I cannot enter the protected area The logon.asp page just
blanks the entries. I have used the same table name, field names and same
field definition as the original but still no go.

I could add the records by hand to the original table but it would be quite
tedious...

How can I create a table with all my records that the logon search in that
article would recognize?

Thanks,
EdH

 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      28th Apr 2005
Have you tried selecting the records in your table and copying and then pasting into the sample
database?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"EdH" <(E-Mail Removed)> wrote in message
news:5A2988FF-DDB6-400B-8CD7-(E-Mail Removed)...
>I have built a website with login using ASP pages as per:
>
> http://support.microsoft.com/default...b;en-us;825498
>
> It works well when I use the simple table in the database as per
> instructions but when I try to use my own table inside that database with
> about 900 records I cannot enter the protected area The logon.asp page just
> blanks the entries. I have used the same table name, field names and same
> field definition as the original but still no go.
>
> I could add the records by hand to the original table but it would be quite
> tedious...
>
> How can I create a table with all my records that the logon search in that
> article would recognize?
>
> Thanks,
> EdH
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      28th Apr 2005
If your DB has the same field names as the original just rename it to the same name as the original and File Import it into the same
folder as the original (overwriting it)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"EdH" <(E-Mail Removed)> wrote in message news:5A2988FF-DDB6-400B-8CD7-(E-Mail Removed)...
|I have built a website with login using ASP pages as per:
|
| http://support.microsoft.com/default...b;en-us;825498
|
| It works well when I use the simple table in the database as per
| instructions but when I try to use my own table inside that database with
| about 900 records I cannot enter the protected area The logon.asp page just
| blanks the entries. I have used the same table name, field names and same
| field definition as the original but still no go.
|
| I could add the records by hand to the original table but it would be quite
| tedious...
|
| How can I create a table with all my records that the logon search in that
| article would recognize?
|
| Thanks,
| EdH
|


 
Reply With Quote
 
=?Utf-8?B?RWRI?=
Guest
Posts: n/a
 
      28th Apr 2005
Problem solved. Data in my table had a space in front of every record in
Usernames and passwords (probably badly coipied from Excell). When I delete
this one space from every field, of course it works.

NOTE: for your info when trying cut and paste fields from a large table to a
small one, the small table will only copy the same amount of records as it
already has. In other words if I try to paste a field with 100 records unto a
table with the same field but with only 5 records, it will only paste 5
records! Go figure.

Thanks for your help.
EdH

"Thomas A. Rowe" wrote:

> Have you tried selecting the records in your table and copying and then pasting into the sample
> database?
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "EdH" <(E-Mail Removed)> wrote in message
> news:5A2988FF-DDB6-400B-8CD7-(E-Mail Removed)...
> >I have built a website with login using ASP pages as per:
> >
> > http://support.microsoft.com/default...b;en-us;825498
> >
> > It works well when I use the simple table in the database as per
> > instructions but when I try to use my own table inside that database with
> > about 900 records I cannot enter the protected area The logon.asp page just
> > blanks the entries. I have used the same table name, field names and same
> > field definition as the original but still no go.
> >
> > I could add the records by hand to the original table but it would be quite
> > tedious...
> >
> > How can I create a table with all my records that the logon search in that
> > article would recognize?
> >
> > Thanks,
> > EdH
> >

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RWRI?=
Guest
Posts: n/a
 
      28th Apr 2005
Problem solved. Data in my table had a space in front of every record in
Usernames and passwords (probably badly coipied from Excell). When I delete
this one space from every field, of course my table works fine. Also please
see my previous response to Thomas regarding cut and paste fields.

Thanks a lot for prompt response.
EdH

"Stefan B Rusynko" wrote:

> If your DB has the same field names as the original just rename it to the same name as the original and File Import it into the same
> folder as the original (overwriting it)
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "EdH" <(E-Mail Removed)> wrote in message news:5A2988FF-DDB6-400B-8CD7-(E-Mail Removed)...
> |I have built a website with login using ASP pages as per:
> |
> | http://support.microsoft.com/default...b;en-us;825498
> |
> | It works well when I use the simple table in the database as per
> | instructions but when I try to use my own table inside that database with
> | about 900 records I cannot enter the protected area The logon.asp page just
> | blanks the entries. I have used the same table name, field names and same
> | field definition as the original but still no go.
> |
> | I could add the records by hand to the original table but it would be quite
> | tedious...
> |
> | How can I create a table with all my records that the logon search in that
> | article would recognize?
> |
> | Thanks,
> | EdH
> |
>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      28th Apr 2005
Never had that copying problem. I can regular paste any number of records into a table with a single
record or no records, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"EdH" <(E-Mail Removed)> wrote in message
news:1F9A6DFF-AA02-4A80-8435-(E-Mail Removed)...
> Problem solved. Data in my table had a space in front of every record in
> Usernames and passwords (probably badly coipied from Excell). When I delete
> this one space from every field, of course it works.
>
> NOTE: for your info when trying cut and paste fields from a large table to a
> small one, the small table will only copy the same amount of records as it
> already has. In other words if I try to paste a field with 100 records unto a
> table with the same field but with only 5 records, it will only paste 5
> records! Go figure.
>
> Thanks for your help.
> EdH
>
> "Thomas A. Rowe" wrote:
>
>> Have you tried selecting the records in your table and copying and then pasting into the sample
>> database?
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "EdH" <(E-Mail Removed)> wrote in message
>> news:5A2988FF-DDB6-400B-8CD7-(E-Mail Removed)...
>> >I have built a website with login using ASP pages as per:
>> >
>> > http://support.microsoft.com/default...b;en-us;825498
>> >
>> > It works well when I use the simple table in the database as per
>> > instructions but when I try to use my own table inside that database with
>> > about 900 records I cannot enter the protected area The logon.asp page just
>> > blanks the entries. I have used the same table name, field names and same
>> > field definition as the original but still no go.
>> >
>> > I could add the records by hand to the original table but it would be quite
>> > tedious...
>> >
>> > How can I create a table with all my records that the logon search in that
>> > article would recognize?
>> >
>> > Thanks,
>> > EdH
>> >

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Password Protected Database Brandy Microsoft Access 0 18th Jun 2009 10:20 PM
Password protected BE database =?Utf-8?B?Sm9lQTIwMDY=?= Microsoft Access Security 1 28th Mar 2007 01:13 AM
how to change database from password protected to no password =?Utf-8?B?bWltaQ==?= Microsoft Access 2 5th Jun 2005 02:34 PM
protected password database with VB.NET axel Microsoft Access Security 0 15th Jan 2004 11:15 AM
Password Protected Database Duh! Microsoft Access Security 1 27th Nov 2003 03:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:39 PM.