User Profile

Collapse

Profile Sidebar

Collapse
janero
janero
Last Activity: Feb 20 '07, 09:07 AM
Joined: Nov 22 '06
Location: Norway
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • janero
    replied to Manipulating data from tables i various ways?
    in .NET
    This i should know...Thank you for your help:-)...
    See more | Go to post

    Leave a comment:


  • janero
    started a topic Manipulating data from tables i various ways?
    in .NET

    Manipulating data from tables i various ways?

    I am a superclumsy programmer i .net so far, and i need tips!
    I made this function to get «saldo» :

    Shared Function HentSaldo(ByVal saldo As Double) As Double
    Dim cnn1 As New ADODB.Connectio n()
    Dim rst1 As New ADODB.Recordset ()
    cnn1.Open("Prov ider=Microsoft. Jet.OLEDB.4.0;D ata _ Source=C:\VB\Pr oj.mdb;")
    'open recorset for rows
    Dim str1 As String...
    See more | Go to post

  • janero
    replied to child list for field con not be created!
    in .NET
    Thank you :-)...
    See more | Go to post

    Leave a comment:


  • janero
    started a topic child list for field con not be created!
    in .NET

    child list for field con not be created!

    Where do i go wrong here?
    i have an access database, and i need to access each table more then once.
    I created a test i a new project:
    one class
    /*************** *************** *************** *************** *********/
    Imports System.Data
    Imports System.IO
    Public Class clsConn
    Public Shared conn As New clsConn
    Dim connect As New OleDb.OleDbConn ection(connstr)
    Public...
    See more | Go to post

  • Thank you for your answer.
    In the application i wish to buildt, the user adds rows in a plain DataGridView to the tables.

    I have found one example that allows me to update and add rows, but get this error message if i try to make a buildt.
    Eksample:

    Dim UpdatePending As Boolean = False ’ in Public class
    Me.OleDbDataAda pter1.Fill(Me.D ataSet11.Table1 ) ’ in form_load
    Private Sub ExampleBindingS ource_ListChang ed(ByVal...
    See more | Go to post

    Leave a comment:


  • janero
    started a topic How to add rows and update datagridview in vs 2005
    in .NET

    How to add rows and update datagridview in vs 2005

    I´m new in .net and i am working with an access database. I have set up my program in many ways, with just code or with the grid datasource set to the database.
    I can not add rows or update either ways.
    I am looking for simpel way add rows without using «insert into table», because i want the user to fill in the new value in the row.
    I have search the planetsource and many other places, and i have found nothing without i«nsert...
    See more | Go to post
No activity results to display
Show More
Working...