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
B

Beiniam

@Beiniam
About
Posts
7
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • write Series of this program 1+-3+5+-7+9+-11 in c++
    B Beiniam

    hey guys I am new for c++ and I wana to write program in C++, that will generate the Series of this program 1+-3+5+-7+9+-11..... who can help me

    C / C++ / MFC c++ help

  • server side application
    B Beiniam

    hi everyone, i develop standalone document management system software. and it works fine, but now i wont to use this software for many users in our LAN and our servers, so how can i do this. the projects is done using visual studio 2010(vb.net 2010) and ms-access (.mdb) database back-end. i hope you will help me. thanks for your concern

    Visual Studio csharp database visual-studio sysadmin

  • How to insert all characters in database
    B Beiniam

    thank you a lot

    Richard Deeming

    eming for your help. it works

    Visual Basic csharp database tutorial question

  • How to insert all characters in database
    B Beiniam

    DocId data type is text in my database

    Visual Basic csharp database tutorial question

  • how to insert all characters in database from textbox
    B Beiniam

    hello guys i have doing some project and since i have new for vb.net 2010. my project is coded in vb.net 2010 and ms access 2007 mdb database. i have DocId, description, date and other fileds in the table.. my querry works for all but. i can't add all characters except integers in the database column DocId. it accepts only integer values. so how can i insert characters in the DocId filed. here is the detail the DocId filed property is Text field tables: DocId======Textbox name RefferencNoTxt.Text Table name = EraDms database name= data

    cmd.CommandText = "INSERT INTO EraDms(DocId,Description,Address,NoOfPages, SendOrReceived, SentDate,ReceivedDate,ForwardedWorkingUnit,Attachements,ForwardedDate,ReceivedBy,DocPath) " & _
    " VALUES(" & Me.RefferencNoTxt.Text.ToString & ",'" & Me.DescriptionTextBox.Text & "','" & Me.AddressTextBox.Text & "','" & Me.NoOfPagesTextBox.Text & "','" & Me.SendOrReceievedComboBox.Text & "','" & _
    Me.SentDateTextBox.Text & "','" & Me.receivedDate.Text & "','" & Me.ForwardedWorkingUnitTextBox.Text & "','" & Me.AttachementsTextBox.Text & "','" & Me.TextBox6.Text & "','" & Me.ReceivedByTextBox.Text & "','" & Me.DocPathTextBox.Text & "')"
    cmd.ExecuteNonQuery()
    MessageBox.Show("File Upload Successfull", "ERA-DMS-File Uploader", MessageBoxButtons.OK, MessageBoxIcon.Information)
    RefreshData()

           '  With ERA\_DMS\_HOME
    
           ' End With
           cnn.Close()
       Else
           'update data in table
           cmd.CommandText = "UPDATE Eradms " & \_
                       " SET DocId=" & Me.RefferencNoTxt.Text.ToString & \_
                       ", Description='" & Me.DescriptionTextBox.Text & "'" & \_
                       ", Address='" & Me.AddressTextBox.Text & "'" & \_
                       ", NoOfPages='" & Me.NoOfPagesTextBox.Text & "'" & \_
                       ", SendOrReceived='" & Me.SendOrReceievedComboBox.Text & &quo
    
    Visual Studio csharp database tutorial question

  • How to insert all characters in database
    B Beiniam

    hello guys i have doing some project and since i have new for vb.net 2010. my project is coded in vb.net 2010 and ms access 2007 mdb database. i have DocId, description, date and other fileds in the table.. my querry works for all but. i can't add all characters except integers in the database column DocId. it accepts only integer values. so how can i insert characters in the DocId filed. here is the detail tables: DocId======Textbox name RefferencNoTxt.Text Table name = EraDms database name= data

    cmd.CommandText = "INSERT INTO EraDms(DocId,Description,Address,NoOfPages, SendOrReceived, SentDate,ReceivedDate,ForwardedWorkingUnit,Attachements,ForwardedDate,ReceivedBy,DocPath) " & _
    " VALUES(" & Me.RefferencNoTxt.Text.ToString & ",'" & Me.DescriptionTextBox.Text & "','" & Me.AddressTextBox.Text & "','" & Me.NoOfPagesTextBox.Text & "','" & Me.SendOrReceievedComboBox.Text & "','" & _
    Me.SentDateTextBox.Text & "','" & Me.receivedDate.Text & "','" & Me.ForwardedWorkingUnitTextBox.Text & "','" & Me.AttachementsTextBox.Text & "','" & Me.TextBox6.Text & "','" & Me.ReceivedByTextBox.Text & "','" & Me.DocPathTextBox.Text & "')"
    cmd.ExecuteNonQuery()
    MessageBox.Show("File Upload Successfull", "ERA-DMS-File Uploader", MessageBoxButtons.OK, MessageBoxIcon.Information)
    RefreshData()

           '  With ERA\_DMS\_HOME
    
           ' End With
           cnn.Close()
       Else
           'update data in table
           cmd.CommandText = "UPDATE Eradms " & \_
                       " SET DocId=" & Me.RefferencNoTxt.Text.ToString & \_
                       ", Description='" & Me.DescriptionTextBox.Text & "'" & \_
                       ", Address='" & Me.AddressTextBox.Text & "'" & \_
                       ", NoOfPages='" & Me.NoOfPagesTextBox.Text & "'" & \_
                       ", SendOrReceived='" & Me.SendOrReceievedComboBox.Text & "'" & \_
    
    Visual Basic csharp database tutorial question

  • need vb.net DMS system
    B Beiniam

    hey everyone i wont to do simple document management system in vb.net 2010 and ms access database back-end. the program will have the following features, ----create folders as the database table fields. ----upload and save PDFs files to the folder in the category created above --- retrieve the documents fields on the table are letter no received from sent to date received sent date document description document path thank you

    Visual Basic csharp database
  • Login

  • Don't have an account? Register

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