Hello,
I have a problem in managing SQLite 3 database.
Adding a new column to table works fine.
deleting the column wether it has values or not raises an error I do'nt understand why.
Dim cmd As StringBuilder:cmd.initialize
cmd.Append("alter table ").Append(Tablename).append(" drop column...
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.