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
S

sumit21

@sumit21
About
Posts
47
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • site for oracle 9i architecture
    S sumit21

    hey guyz, i am developiung an application for that i need to know the architecture of oracle 9i can some body suggest me sites fromn where i can download "FREE" PDF'S OR free online tutorilals

    Database oracle architecture

  • password in C++
    S sumit21

    hi, i am writing an application where i want to authenticate the password. I wan that when user type his password , nothing should be echoed on the screen. plz help me out

    Managed C++/CLI c++ help

  • how to send mail through vb.net ?
    S sumit21

    where should i browse that dll? i need to add refrence but i cant locate that file

    Visual Basic csharp help tutorial question

  • how to send mail through vb.net ?
    S sumit21

    this i valid namespace in c# but in vb.net there is no namespace with this name. u can try it out

    Visual Basic csharp help tutorial question

  • how to send mail through vb.net ?
    S sumit21

    i m making an application in wich i need to send mail can anyone plz help me remember there is no namespace "system.web" and there is no class smtpmailmessage in vb.net plz help a code will be more helpful

    Visual Basic csharp help tutorial question

  • how to send mail through vb.net ?
    S sumit21

    i want to make an applicaton ( in VB.NET) through which i can send mail i also want to add option of "cc" and "bcc" and also of attaching files is, there any method in vb.net to send mails plz help me as i m new in this field. a code will be very useful

    Visual Basic csharp help tutorial question

  • datagrid with checkbox ???/
    S sumit21

    is there any method to build datagrid with check boxes.

    Visual Basic question

  • how to build relation between tables ???
    S sumit21

    i have a database which contain 2 tables "table1" and "table2" i had defined primary and foreign keys i had use adapter adap1 for "table1" and adap2 for "table2" now i had generated a dataset "ds" using adap1 and adap2 adap1.fill(ds) adap2.fill(ds) now i want to have a relation in both tables in wizard , we can do this by going into schema of dataset and creating relation but can it be done through code plz help code will be more useful

    Visual Basic database xml help tutorial question

  • delete a whole table
    S sumit21

    use oledbcommand //con is oledbconnection dim com as oledbcommand=new oledbcommand("drop table tablename",con) con.open com.executenonquery(); con.close hope this will work

    Visual Basic csharp tutorial

  • Getting Values From another Form dialog
    S sumit21

    u can do it first strore the values in some global vaiable. for that u can make a module. therefore that values will be accessible to all forms then u can use those values in ur datagrid

    Visual Basic help question

  • binding data in an array to a listbox
    S sumit21

    tell te exception or error u r getting

    Visual Basic wpf wcf data-structures help learning

  • how to make new database through ado ?
    S sumit21

    i m using ms-access as database so, plz tell is there any method thnks

    Visual Basic database tutorial question

  • how to make new database through ado ?
    S sumit21

    i had made a program in which i had executed "inser, delete and modify " command of SQL but can anybody tell me how to make new database, new table in a database and alter table queries code will me more helpful

    Visual Basic database tutorial question

  • datagrid with checkbox
    S sumit21

    i want t have a datagrid with checkbox. can anyone help me code will be more helpful

    Visual Basic help

  • retrieve primary key of table ????/
    S sumit21

    i want to retrieve of a table whose schema and other constraints i do not know basically , i had given user opurtunity to browse the database (and select any table) and based on that i will display the priary keys(if it does not had primey keys then a msgbox will be displayed) is there any method to know wheteher table has primary keys and to bind that column to the combobox plz help a code snippet will be more helpfull....

    Visual Basic database xml help question

  • binding data in an array to a listbox
    S sumit21

    datasource is used i database (oledb connections) use this funda dim i as integer for i=0 to course.lenght-1 f1.courselist.items.add(course(i)) next f1.show() hope this will works

    Visual Basic wpf wcf data-structures help learning

  • can i retrieve the primary keys of a table?
    S sumit21

    it still not working is there any method top get the name of that column.

    Visual Basic database xml help question

  • adding images is menubar ??
    S sumit21

    i want to build a menu bar which contains options like "new" "save" "save as" "open" "print" i want that text and images (both) should be dispalyed setting text is not a problem but i dont know how to bring icons in menubar plz help code snippet will be very helpful

    Visual Basic help tutorial question

  • can i retrieve the primary keys of a table?
    S sumit21

    i had written the code but i m still getting exceptions here is my code con is oledbconnection adap is oledbdataadapter ds is dataset con = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data Source=D:\Documents and Settings\sumit\My Documents\db1.mdb") adap = New OleDbDataAdapter("select * from table4", con) ds = New DataSet("testing") adap.FillSchema(ds, SchemaType.Mapped) Dim i As Integer Try For i = 0 To ds.Tables("table4").PrimaryKey.GetUpperBound(0) combobox1.items.add(ds.Tables("Table4").PrimaryKey(i).ColumnName()) Next Catch ex As System.Exception MsgBxox(ex.Source + " " + ex.Message + " " + ex.ToString) End Try End Sub and i m getting the exception "object refrence not set to instance of object" help plz

    Visual Basic database xml help question

  • can i retrieve the primary keys of a table?
    S sumit21

    i m using ms access plz help me code will be very useful

    Visual Basic database xml 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