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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Sat Jun 15 01:01:31 2024 UTC