kona ajay wrote
> "insert into VSP_Employee values [...]
If you managed to create the table in a case-sensitive manner you will need
to refer to it in the same way - namely with double-quotes surrounding the
identifier. Otherwise all identifiers are case-folded to lower case.
"VSP_Employee" -> same
VSP_Employee -> vsp_employee
My other guess is you think you are hitting a database with the table but in
reality you are connecting to a different database where the table does not
exist.
David J.
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/cant-insert-into-a-post-gre-sql-table-Can-u-please-help-in-fixing-this-tp5799954p5799972.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера