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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.