aspnetdb.mdf and 10000 users
am 20.04.2006 14:56:54 von szostyhi
how can I add 1000 users (user_name, password) from txt, csv file to
aspnetdb.mdf database???
thanks
eresz
hi
how can I add 1000 users (user_name, password) from txt, csv file to
aspnetdb.mdf database???
thanks
eresz
eresz@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.
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@op.pl" wrote:
> hi
>
> how can I add 1000 users (user_name, password) from txt, csv file to
> aspnetdb.mdf database???
>
>
> thanks
> eresz
>
>