php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10053 Insert sentence error
Submitted: 2001-03-29 09:47 UTC Modified: 2001-05-12 15:20 UTC
From: julian dot gonzalez at iconmedialab dot es Assigned:
Status: Closed Package: COM related
PHP Version: 4.0.4 OS: W2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: julian dot gonzalez at iconmedialab dot es
New email:
PHP Version: OS:

 

 [2001-03-29 09:47 UTC] julian dot gonzalez at iconmedialab dot es
$oConn = new COM("ADODB.Connection");

// Data Base: ORACLE 8.0

// insert query: it works fine!!!

insert into Pact (nid,name,Apell1,Apell2,Sexo,NHisto,FNac) values (10040,'qwrwfcdf','qeqwe','qewqwe','Hombre','121217',to_date('12/12/1999','MM-DD-YYYY'))


// insert query: it does not works: php error memory

insert into Pet (NID,NPet,NPac,Diagnostico,FPet,Medico,Servicio,FPetFin,nidPass,obsPet,obsInf,codSer,itt) 
   values
   (10060,'56',10040,3,
    to_date('29-03-2001','DD-MM-YYYY'),
to_date('12-1-2001','DD-MM-YYYY,
 'oooo',
 'ttt',
 'urgencias ',
 'vv')
 

If i copy this query (generated by my php code), and paste into a SQL editor that work for make queries into data bases
and i execute it, it works fine!!!!. 

Maybe a problem of lenght?.
I hope i was wrong.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-07 12:46 UTC] sbergmann@php.net
Does this problem persist with PHP 4.0.6-dev? There have been a lot of changes to ext/com recently, including improtant fixes after the PHP 4.0.5 release that will be included in PHP 4.0.6.

 [2001-05-12 15:20 UTC] phanto@php.net
no response
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 07:01:27 2024 UTC