sybase iq - how to make SybaseIQ Case InSensitive? -


I created my own DB (SYbaseIQ 16.X) with the IGNORE case, but in all cases due to sensitivity, its Failure is there. I tried the ALTER DATABASE command, but it does not have any such option. Can anyone help me to change my DB to Ignore settings and back to my DB configuration? I need this information immediately. Because it is a production db and the work is on some sort of hold.

You can change this for the -c switch (case-sensitive) To create a new database using the iqinit utility. After that you have to use an external device to dump the schema of your original database and then use the IQ "extract" command to get the data. Once you have, use dbisql to create new schemas and import data into new databases.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -