Search results for query: *

  1. K

    Can not update MSSQL database

    in order to make everything easier I have made the following code which is sorter than the previous Imports System Imports System.Xml Imports System.Xml.Schema Imports System.IO Imports System.Data.SqlClient Imports System.Collections Imports System.Data Public Class Form1 Dim myconnection...
  2. K

    Can not update MSSQL database

    thanks for the reply I get at error at MessageBox.Show("dt haschanges: " & ds.Tables("wallsds").HasChanges) HasChanges is not a members of System.Data.DataTable This MessageBox.Show("numRowsSaved: " & numRowsSaved) returns 0
  3. K

    Can not update MSSQL database

    Hello, I am aware about the COPY ALWAYS or DO NOT COPY features for files and database files. But my problem is the following: This is the code: Imports System.Data.SqlClient Imports System Imports System.Data Imports System.Windows.Forms Public Class Toybla ' Dim ConnectionString As...
Back
Top