dataset

  1. L

    Coördinates after XML to dataset

    In my sample XML the object is "ZB". That "ZB" has two points, "AAD" and "AAG". Both points have coördinates, devided by the "|" character. This is a fixed format, I have to deal with it. Because in our software, we use the data in a dataset. So we convert the XML tot a dataset with the...
  2. B

    Simple SQLCE application

    A am trying to make a simple database application just to learn SQLCE. I can not get the simplest things to work: adding and deleting records. Here´s how it looks now: Conn = New SqlCeConnection(CS) 'set the connection Conn.Open() 'and open it 'the database has 1 table called Invoices and 2...
Back
Top