Eye On SQL
Apr 10, 2018 9:42:46 GMT -5
Post by meerkat on Apr 10, 2018 9:42:46 GMT -5
I was using Linux a few years ago, but I had so many projects to support and everyone was using windows, I finally had to go back.
Ok -- I blew away helpDesk.db and recreated it.
I used SQLite not ionSQL.. I still have too many problems with ionSQL. Actually ionSQL was an exercise to see how interactive I could make RB. I learned a lot, and after seeing all the possible problems, I really should write it again knowing what I know now.
In SQLite (NOT ionSQL)
* I exported the heplDesk.db into a helpDesk.sql dump
* I created a new helpDesk.db.
* I opened it, and since it has no tables it shows only the db. But in the official SQLite docs you really can'd do much until you have a table. So I created a table called xxx
* clicked the [query] button, and it opened a place to do queries. I pasted the helpDesk.sql dumped file into the query window and executed it. It created all the tables with data.
* I dropped the xxx table.
So it has a new db, and I'm able to use it.
Do you still have the problem with the DB??
Dan
Ok -- I blew away helpDesk.db and recreated it.
I used SQLite not ionSQL.. I still have too many problems with ionSQL. Actually ionSQL was an exercise to see how interactive I could make RB. I learned a lot, and after seeing all the possible problems, I really should write it again knowing what I know now.
In SQLite (NOT ionSQL)
* I exported the heplDesk.db into a helpDesk.sql dump
* I created a new helpDesk.db.
* I opened it, and since it has no tables it shows only the db. But in the official SQLite docs you really can'd do much until you have a table. So I created a table called xxx
* clicked the [query] button, and it opened a place to do queries. I pasted the helpDesk.sql dumped file into the query window and executed it. It created all the tables with data.
* I dropped the xxx table.
So it has a new db, and I'm able to use it.
Do you still have the problem with the DB??
Dan