Kan jeg arbejde direkte med db eller skal det ind i dataset ?
Eller kan jeg lave en connection noget ala det her:
Dim Con As New OleDb.OleDbConnection Dim dbProvider As String Dim dbSource As String Dim dbFolder As String Dim dbName As String Dim dbPath As String Dim sql As String Dim cmdOLEDB As New OleDbCommand Dim cmdUpdate As New OleDbCommand
ADO.NET daekker over hele det basale database framework:
DbConnection og DbCommand for enhver database SqlConnection og SqlCommand for SQLServer OldDbConnection og OleDbCommand for Access og andet som tilgaaes via native OLE DB provider OdbcConnection og OdbcCommand for noget som tilgaaes via ODBC driver tredie parts XxxConnection og XxxCommand
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.