User Profile
Collapse
-
This i should know...Thank you for your help:-)... -
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... -
-
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... -
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: