php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9256 INSERT SQL command doesnt work
Submitted: 2001-02-14 06:32 UTC Modified: 2001-04-01 20:33 UTC
From: jtruhlar at adirne dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.4pl1 OS: W2K
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: jtruhlar at adirne dot com
New email:
PHP Version: OS:

 

 [2001-02-14 06:32 UTC] jtruhlar at adirne dot com
I?m using ODBC connection to Access (only for testing purposes, I?m not stupid :)).
SQL command?SELECT work OK, but all updates doesnt work to me - last version I used was 4.0.1 and there it works perfectly.

NO WARNING OR ERROR MESSAGE APPEARS!

php.ini part:
[ODBC]
odbc.allow_persistent	=	On
odbc.check_persistent  = 	On
odbc.max_persistent	=	-1
odbc.max_links		=	-1
odbc.defaultlrl	=	4096
odbc.defaultbinmode	= 	1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-01 20:33 UTC] kalowsky@php.net
works fine for me.  please provide a sample script to 
reproduce the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 18 11:01:31 2024 UTC