Advertisement
Guest User

Untitled

a guest
May 13th, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. QUERY: INSERT INTO REF_PATIENTS(ID, CODE, TITLE, FAM, IM, OT, SEX, BIRTHDAY, SNILS) VALUES(gen_id(GEN_REF_PATIENTS_CODE, 1),'108','Каблукова Клавдия Ивановна','Каблукова','Клавдия','Ивановна','Жен.','1958-03-17','') RETURNING ID;
  2. -> prepare for DBD::Firebird::db (DBI::db=HASH(0x1aa2588)~0x1aa2600 'INSERT INTO REF_PATIENTS(ID, CODE, TITLE, FAM, IM, OT, SEX, BIRTHDAY, SNILS) VALUES(gen_id(GEN_REF_PATIENTS_CODE, 1),'108','����� ���. ����','�����','���.','����','��.','1958-03-17','') RETURNING ID;') thr#13f0010
  3. Enter dbd_st_prepare
  4. dbd_st_prepare: sqldialect: 3.
  5. dbd_st_prepare: statement: INSERT INTO REF_PATIENTS(ID, CODE, TITLE, FAM, IM, OT, SEX, BIRTHDAY, SNILS) VALUES(gen_id(GEN_REF_PATIENTS_CODE, 1),'108','����� ���� ����','�����','����','����','��.','1958-03-17','') RETURNING ID;.
  6. dbd_st_prepare: isc_dsql_prepare succeed..
  7. dbd_st_prepare: statement type: 8.
  8. Enter dbd_preparse
  9. dbd_preparse: describe_bind passed.
  10. dbd_preparse: exit; in_sqlda: sqld: 0, sqln: 1.
  11. dbd_st_prepare: dbd_describe passed.
  12. out_sqlda: sqld: 1, sqln: 1.
  13. dbd_st_prepare: field type: 452.
  14. dbd_st_prepare: sth inserted into linked list.
  15. <- prepare= ( DBI::st=HASH(0x1c86bd0) ) [1 items] at loading.pl line 164 via at loading.pl line 69
  16. -> trace in DBD::_::common for DBD::Firebird::db (DBI::db=HASH(0x1aa2588)~0x1aa2600) thr#13f0010
  17. <- trace= ( 259 ) [1 items] at loading.pl line 165 via at loading.pl line 69
  18. TRACE
  19. 259
  20. -> execute for DBD::Firebird::st (DBI::st=HASH(0x1c86bd0)~0x1c50a68) thr#13f0010
  21. dbd_st_execute
  22. dbd_st_execute: statement type: 8.
  23. dbd_st_execute: calling isc_dsql_execute2 (exec procedure)..
  24. dbd_st_execute: isc_dsql_execute2 succeed.
  25. dbd_st_execute: row count: 0.
  26. dbd_st_execute: count_item: 0.
  27. <- execute= ( -1 ) [1 items] at loading.pl line 166 via at loading.pl line 69
  28. -> commit for DBD::Firebird::db (DBI::db=HASH(0x1aa2588)~0x1aa2600) thr#13f0010
  29. dbd_db_commit
  30. try isc_commit_transaction
  31. ib_commit_transaction succeed.
  32. dbd_db_commit succeed.
  33. <- commit= ( 1 ) [1 items] at loading.pl line 167 via at loading.pl line 69
  34. dbd_db_STORE - AutoCommit
  35. dbd_db_STORE: switch AutoCommit from 0 to 1
  36. 1 <- STORE= ( 1 ) [1 items] at loading.pl line 167 via at loading.pl line 69
  37. -> fetchrow_arrayref for DBD::Firebird::st (DBI::st=HASH(0x1c86bd0)~0x1c50a68) thr#13f0010
  38. dbd_st_fetch
  39. Fill in TEXT type..
  40. Length: 16
  41. Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements
  42. -invalid transaction handle (expecting explicit transaction start) error -901 recorded: Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements
  43. -invalid transaction handle (expecting explicit transaction start)
  44. Исключение в операции с плавающей точкой
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement