2013/12/29 Cecil Westerhof <[email protected]> > I imported some data into H2 databases. I turns out that not all data was > properly changed to ASCII. Is there a way to find records containing > non-ASCII data? So the correct action can be taken? > > And of-course I need to make sure the import function does check this. >
I have found one way. It is not a very good one, but it is something. If I use ‘SCRIP TO’ to backup the database, then the records containing STRINGDECODE are the problem records. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
