aspnetdb.mdf and 10000 users

hi

how can I add 1000 users (user_name, password) from txt, csv file to
aspnetdb.mdf database???


thanks
eresz
szosty [ Do, 20 April 2006 14:56 ] [ ID #1283117 ]

Re: aspnetdb.mdf and 10000 users

eresz [at] op.pl wrote:
> hi
>
> how can I add 1000 users (user_name, password) from txt, csv file to
> aspnetdb.mdf database???
>
>
Based on the name of your database, I suspect you want an asp.net answer, so
here is my canned "dotnet" reply:

There was no way for you to know it (except maybe by browsing through some
of the previous questions before posting yours - always a recommended
practice), but this is a classic asp newsgroup.
ASP.Net is a different technology from classic ASP.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

However, I would strongly suggest not using ASP/ASP.Net for this task. If
using SQL7/SQL2000 (don't make us guess about the version you are using -
state it upfront) use DTS. If SQL2005, use Integration Services.

HTH,
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.
reb01501 [ Do, 20 April 2006 16:59 ] [ ID #1283120 ]

RE: aspnetdb.mdf and 10000 users

Both MS Access and MS SQL have wizards that will allow you to import CSV
files into the database. Have you tried using those wizards?


"eresz [at] op.pl" wrote:

> hi
>
> how can I add 1000 users (user_name, password) from txt, csv file to
> aspnetdb.mdf database???
>
>
> thanks
> eresz
>
>
JohnBeschler [ Do, 20 April 2006 17:04 ] [ ID #1283121 ]
Webserver » microsoft.public.inetserver.asp.db » aspnetdb.mdf and 10000 users

Vorheriges Thema: Re: security for row level but not based on Database user's login
Nächstes Thema: Error accessing MS Access Linked tables on fileshare in ASP.Net ap