php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18136 ODBC Error while executing the query
Submitted: 2002-07-03 07:42 UTC Modified: 2002-07-03 07:45 UTC
From: laxman_lawande at yahoo dot com Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 4.0CVS-2002-07-03 OS: win nt
Private report: No CVE-ID: None
 [2002-07-03 07:42 UTC] laxman_lawande at yahoo dot com
I  get the following error when i try to insert the records from a text file having field seperator as "|".
The records in the text file are line sequential

Error :
Warning: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'abc' is full. Back up the transaction log for the database to free up some log space., SQL state 37000 in SQLExecDirect in 
The records are not getting inserted

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-03 07:45 UTC] sander@php.net
This is clearly not a bug in PHP. Fix your SQL Server logs and/or configuration.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC