Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > how to INSERT data into a table in SQL express2005 using ASP.Net2.0

Reply
Thread Tools

how to INSERT data into a table in SQL express2005 using ASP.Net2.0

 
 
Pratik Gupte
Guest
Posts: n/a
 
      11-14-2004
I have created a database in .mdf format, but I am unable to insert data
into its tables. Can anybody help how to insert data using ASP.Net 2.0 using
SQL Server 2005 Express edition in windows integrated security mode.
thx


 
Reply With Quote
 
 
 
 
Jos
Guest
Posts: n/a
 
      11-14-2004
Pratik Gupte wrote:
> I have created a database in .mdf format, but I am unable to insert
> data into its tables. Can anybody help how to insert data using
> ASP.Net 2.0 using SQL Server 2005 Express edition in windows
> integrated security mode.
> thx


1) Add the ASPNET user as a login to SQL Server
2) Add the login as a database user to your database
3) Give the database user the INSERT permission to the table(s).

--

Jos


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Insert or Save file into SQL Server Database Table with C# Examplesand VB.Net Examples jayeshsorathia@gmail.com ASP .Net 0 08-28-2012 07:53 AM
INSERT DATA OF MY DATATABLE INTO TABLE OF A SQL DATABASE Rod ASP .Net 0 10-27-2006 11:41 AM
How to Insert into new table, then delete from old table D ASP .Net 3 09-03-2006 07:58 AM
Tools to extract data from SQL database and convert it into XML & insert XML data into SQL databases Harry Zoroc XML 1 07-12-2004 10:10 PM
Changing a html table when new data is entered into SQL table. Renie83 ASP General 1 07-09-2003 03:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57