Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

chinni1

@chinni1
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Retrive XMLdata into database Table
    C chinni1

    Hi , I want to retrive the xml data into my database table. The xml file is from outside of application.so i want to retrive that xml data into database with in some temporary table Thanq

    XML / XSL database xml

  • How to Retrive XMLdata into database Table
    C chinni1

    Hi , I want to retrive the xml data into my database table. The xml file is from outside of application.so i want to retrive that xml data into database with in some temporary table Thanq

    Database database xml tutorial

  • Regarding StoredProcedure
    C chinni1

    Hi I want to know how to write storedprocedure when search creiteria is Present. Here the query to give the list of "select ID, Salesmennummer , Salesname Commision, Areacode from sales_master Areacode Salesmennummer Salesname Commision 1 1000 Rams 200 2 2000 Johny 1000 I Want to search above list by areacode or Salesmennummer or Salesname. so PlZ help me how to write storedprocedure for this. Thanq.

    Database database sales help tutorial

  • Can u explain that how the timer control works..
    C chinni1

    Can u explain that how the timer control works..If possible with example plz.

    ASP.NET tutorial

  • Export to XLS
    C chinni1

    See if the following works for you: ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=e:\My Documents\Orders.xls;Extended Properties=""Excel 8.0;HDR=NO""" Dim ExcelConnection As New System.Data.OleDb.OleDbConnection(ConnectionString ) ExcelConnection.Open() Dim ExcelCommand As System.Data.OleDb.OleDbCommand = ExcelConnection.CreateCommand() ExcelCommand.CommandText = "SELECT * INTO [Orders] FROM [Orders] IN '' [ODBC;Driver={SQL Server};Server=(local);Database=Northwind;Trusted_ Connection=yes];" ExcelCommand.CommandType = CommandType.Text ExcelCommand.ExecuteNonQuery() ExcelConnection.Close() :)

    Database database csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups