Search results for query: *

  • Users: france
  • Content: Threads
  • Order by date
  1. F

    I Need help desperately...

    Subject Override: Finding next autoincrement value in Access Database I only have a few hours left before I pass this project and Im having a hard time.. pls pls pls help me.. Heres the problem.. I have an Access database that contains a table named Customer.. now, as an attribute of that...
  2. F

    Size of Column Header in Datagrid...

    sorry for this question but I cant figure how to resize my column headers in such a way that all my column names are seen. because I keep resizing all my column fields at runtime to be able to see all my fields' characters.. I tried looking at the properties but nothing happens.. can...
  3. F

    How to Link a help writer to my Application?

    I have a help writer called "help maker".. I was just wondereing how can I connect this help writer to my system.. because I have a "help" option in my system... please help.... thanks so much in advance for your kind consideration...
  4. F

    datagrid display problem

    is it possible to display a specific column/columns without using DataReader, but using the DataGrid? if so, please post the procedure. thank you in advance for your help.
  5. F

    datgrid showing limited fields.HELP

    i use the command: DataAdapter.Fill(DataSet) in order to fill my datagrid with the contents of a certain database table. however this didn't work when i only wanted two fields from a database table with 5 fields. i configured my dataAdapter to select only the desired fields to show, but...
  6. F

    HELLLLP.. datagrids

    Hello... I have a proj due in a few weeks.. can somebody help me... I have a datagrid which contains tables from my access db however I am puzzled how can the system know that I have pressed a certain row in the datagrid? for instance I want to delete a row in the grid is it possible that...
  7. F

    .ExecuteNonQuery Method ERROR

    Dim MyConn As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source= C:\Davenben.mdb;" & "User Id=admin;Password=;" Dim Query As String = "SELECT * FROM login" Dim MyConnection As New OleDbConnection(MyConn) Dim StrInsertCommand As String = "INSERT INTO login(Username,Password)" &...
  8. F

    HELP! how can I connect to MSACCESS...

    Hello.. I have a project that is due in a few weeks time and I cant even connect to my database yet :'( Ive read about connecting to databases.. from what Ive read I need datasets, dataadapters ,dataconnections and datagrids so I can display and manipulate my tables during run-time. however I...
  9. F

    what are the datagrid capabilities in VB.NET?

    Im new in using VB.NET and I am currently working on an Information Sytem that uses MSACCESS as its database.. I just have a few questions about datagrids: 1.) can datagrids directly show my MSACCESS databases? 2.) when fields in it are edited, deleted or created, are they automatically...
Back
Top