Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
4k views

ASP.NET Error The conversion of a nvarchar data type to a smalldatetime data type resulted in an out-of-range value

Hey all I'm trying to do the following insert query SqlDataSource userQuizDataSource = new SqlDataSource(); userQuizDataSource.ConnectionString = "Data Source=localhost\\SQLEXPRESS;Initial ...
3
votes
3answers
2k views

asp.net InsertCommand to return latest insert ID

I'm unable to retrieve the latest inserted id from my SQL Server 2000 db using a typed dataset in asp.NET I have created a tableadapter and I ticked the "Refresh datatable" and "Generate Insert, ...
0
votes
1answer
29 views

Inserting data into a database table via SqlDataSource ASP.NET

Good afternoon, Recently I have been watching Plural Sight ASP.NET videos on data binding, and I came across declarative data source controls such as <asp:SqlDataSource />. I am having trouble ...
0
votes
1answer
448 views

SQL Data Adapter Insert Command Problem

There seems to be a problem with the following code I would like to insert a value in the database using the following code snippet.... DataTable dtUsers = new DataTable("tblUsers"); BindingSource ...
0
votes
0answers
91 views

insertion problem in sqlite iphone .please help

i am not able to understand the problem. - (void)viewDidLoad { NSString *docsDir; NSArray *dirPaths; // Get the documents directory dirPaths = ...
-1
votes
1answer
234 views

insert value TextBox in requet sql with asp.net [closed]

<asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:GesStageDataConnectionString1 %>" DeleteCommand="DELETE FROM ...