Browse by Tags

Related Posts

  • some question

    Hi, I am creating a web services which insert and update one of the company database table call customer. i want to ask that for this method: public DataSet insertCustomer( String CustomerID, String FirstName, String LastName, String Email) { conn = dbCon.getConnection(); DataSet custData = new DataSet...
    Posted to XML Web Services (Forum) by zoaka on 01-07-2009, 12:00 AM
    Filed under: Web Service DataTable, Web service in C#.net, web service namespaces class name, Web Service reference, C#, database, insert, Web Services, webservice, webservices, web Service namespace dynamic, database access using webservices, WEb Service, C# webService
  • multiple database Insertions in database

    Hi guys, I want to insert multiple records in database. Actually, I have checkbox which have Text and ID behind them, and they are located inside a repeater control. Can anyone send me steps or code to insert these records in database. should I use transaction ? Thanks in advance.
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by sparrow37 on 09-22-2008, 12:00 AM
    Filed under: Database, insert, sql serV ER 2005
  • Nulls and updating (tinymce)

    I have been building a simple CMS system to provide the function of upating text on my site. I use tinyMCE and a form view to display the text that can be changed, and provide editing options. However, if I delete all the text and save the change, and then try to update it again and add text it doesn't...
    Posted to Getting Started (Forum) by magicjoef on 06-27-2008, 12:00 AM
    Filed under: null, TinyMCE, database, edit, insert, form view
  • Insert record into sql database express when button pressed

    I'm new to asp.net and I have gotten quite far with books and such but I'm stuck at this point. I have a web form that is mostly populated with data pulled from AD and all the user does is make a selection in two drop lists and enter their initials to sign. I can't figure out how to insert...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Medros on 04-30-2008, 12:00 AM
    Filed under: sql express, .NET 2.0, c#, data source, Database, insert
  • Data insertion failure. Help much appreciated.

    Hi everybody. I'm having difficulties with a button handler I put together from a few examples around the internet. Here's my code: <script runat="server"> Sub Add_To_Cart(ByVal Src As Object, ByVal Args As EventArgs) Dim FVArtikel_id As Label = FormViewDisplay.FindControl("Artikel_idLabel"...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Hao1981 on 01-03-2008, 12:00 AM
    Filed under: session, SQL, .NET 2.0, asp.net 2.0, Database, insert, insert multiple row values, ASP.NET, ASP.net vb
  • NEED HELP TO MODIFY STORED PROCEDURE CODE...

    Pls check my code for the stored procedure which i created for the companydetails including companyid P.K. Not Null int(4), companyname Not Null varchar (20), address varchar(30) where companyid is the primary key and it should be autogenerate. I also want that it should check if the name exits or not...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by riaaa on 04-03-2007, 12:00 AM
    Filed under: Primary Key, Problems loading records into database, restrict query results, return value, sql 2005, SQL 2005 ASP.NET, SQL datatable, SQL Server 2005, sql stored procedure, store procedure update, stored procedure, stored procedure insert sql, stored procedure variables WHERE clause, StoredProcedure, thanks, UPDATE, Web Forms, Database, Datatables, datatype, insert, Microsoft SQL Server 2005, .NET SQL Server 2005
  • INSERT RECORD with PDF WOED files

    Hi guys! I've made a simple INSERT form write some records in a database.... then I need to associate to every record a PDF FILE or a WORD FILE.. so who (a user) insert a record should upload a file .... How could associate the record to the file that an user upload? classical article pubblication problem...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by thirdeyed on 02-27-2007, 12:00 AM
    Filed under: sql 2005, SQL Server 2005, asp .net sql 2005 express standard, ASP.NET, asp.net c# profiles sql server, c#, Database, insert, .NET SQL Server 2005
  • HELP - insert record SQLExpress database

    Hi! i ask you some help..I should build a simple INSERT FORM in a SQLExpress database.. but clicking ADD I have this error : Incorrect syntax near '='. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by thirdeyed on 02-26-2007, 12:00 AM
    Filed under: sql 2005, SQL 2005 ASP.NET, SQL datatable, SQL Server Express, asp .net sql 2005 express standard, ASP.NET, Database, insert
  • Saving images from formview

    Hello, At first when it was error free i thought it worked until i noticed the image field within my database was empty. Basically i am using visual studio 2005 with a ms sql 2005 database with c# and asp.net2.0. I have created a formview on my sell.aspx page which users can place items for sale. They...
    Posted to Data Presentation Controls (Forum) by copperchair32 on 01-28-2007, 12:00 AM
    Filed under: asp.net 2.0, c#, database, datatype, fomview, insert
  • Inserting a new record into sql db using user-entered information

    Im trying to add a new rcord to my db on a button click usign the following code 'data adapter Dim dAdapt1 As New SqlClient.SqlDataAdapter 'create a command object Dim objCommand As New SqlClient.SqlCommand 'command builder Dim builderT As SqlClient.SqlCommandBuilder 'connection string Dim cnStr As String...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by rox163 on 11-22-2006, 12:00 AM
    Filed under: SQL, Connection String, Database, insert, Microsoft SQL Server 2005, .NET SQL Server 2005, ASP.NET
Page 1 of 2 (12 items) 1 2 Next >